summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2020-10-313-11/+26
* gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2020-10-313-16/+37
* gdbsupport: re-indent ptrace.m4Simon Marchi2020-10-313-65/+90
* gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi2020-10-314-762/+7
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-313-1/+22
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-262-11/+22
* gdb: move ptrace.m4 to gdbsupportSimon Marchi2020-10-254-2/+98
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-082-1/+5
* Move simple_search_memory to gdbsupport/search.ccTom Tromey2020-10-075-1/+173
* gdb: add debug prints in event loopSimon Marchi2020-10-023-8/+83
* gdb: move debug_prefixed_vprintf hereSimon Marchi2020-10-023-0/+22
* gdb: give names to event loop file handlersSimon Marchi2020-10-023-17/+37
* Preinitialize the sockaddr_un variable to zeroKamil Rytarowski2020-10-022-2/+5