summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport: add debug assertions in gdb::optional::getSimon Marchi2021-08-031-2/+14
* Replace exception_print_same with operator!=Tom Tromey2021-07-301-0/+17
* [gdb/build] Disable attribute nonnullTom de Vries2021-07-301-0/+75
* gdb: move remaining ChangeLogs to legacy filesAndrew Burgess2021-07-261-0/+0
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-3/+4
* gdb: un-share set_inferior_cwd declarationSimon Marchi2021-07-231-4/+0
* gdb: make all_inferiors_safe actually workSimon Marchi2021-07-171-5/+5
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-122-0/+15
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-122-0/+30
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-122-0/+638
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-062-27/+65
* gdb: fall back on sigpending + sigwait if sigtimedwait is not availableSimon Marchi2021-07-051-2/+13
* gdbsupport/common.m4: check for sigtimedwaitSimon Marchi2021-07-053-2/+5
* Don't call sigtimedwait for scoped_ignore_sigttouPedro Alves2021-06-172-6/+14
* scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signalPedro Alves2021-06-172-2/+44
* Introduce scoped_restore_signalPedro Alves2021-06-172-12/+107
* Move scoped_ignore_sigttou to gdbsupport/Pedro Alves2021-06-172-0/+60
* gdb: additional settings for emacs in .dir-locals.elAndrew Burgess2021-05-172-1/+9
* gdbsupport: re-generate configure & friendsSimon Marchi2021-05-084-83/+8
* Don't run personality syscall at configure time; don't check it at allPedro Alves2021-05-082-23/+4
* Use rvalue reference in thread_pool::post_taskTom Tromey2021-04-303-3/+9
* gdbsupport: allow to specify dependencies between observersMichael Weghorn2021-04-272-16/+108
* gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXITSimon Marchi2021-04-242-4/+32
* gdbsupport: allow passing format string to scoped_debug_start_endSimon Marchi2021-04-242-12/+68
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-242-8/+22
* gdbsupport: introduce struct observerSimon Marchi2021-04-242-6/+22
* gdbsupport, gdb: change observer_debug to boolSimon Marchi2021-04-232-1/+5
* gdbsupport: include preprocessor.h in common-debug.hSimon Marchi2021-04-232-0/+6
* New memory-tag commandsLuis Machado2021-03-245-68/+72
* Provide an inline startswith function in bfd.hAlan Modra2021-03-212-10/+6
* gnulib: update to 776af40e0Paul E. Murphy2021-02-053-3/+14
* Improve gdb_tilde_expand logic.Lancelot SIX2021-01-233-16/+40
* gdb: add remote_debug_printfSimon Marchi2021-01-223-1/+19
* gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2021-01-082-7/+13
* gdbsupport: common-utils.h: fix typo in headerMike Frysinger2021-01-062-1/+5
* gdb: introduce scoped debug printsSimon Marchi2021-01-043-2/+89
* Update copyright year range in all GDB filesJoel Brobecker2021-01-01131-131/+131
* gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2020-12-112-11/+22
* gdb: factor out debug_prefixed_printf_condSimon Marchi2020-12-113-6/+25
* gdbsupport: Use LOCALAPPDATA to determine cache dirAlexander Fedotov2020-12-082-0/+15
* gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess2020-12-012-1/+8
* gdbsupport/tdesc: print enum size attributeChungyi Chi2020-12-012-0/+6
* Ignore system_error in thread startupTom Tromey2020-11-202-2/+19
* Move include block to pathstuff.hTom Tromey2020-11-103-4/+10
* gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess2020-11-022-0/+72
* Add get_standard_config_dir functionTom Tromey2020-11-023-0/+51
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-029-68/+79
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-315-19/+36
* gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2020-10-313-9/+27
* gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi2020-10-312-1/+5