summaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)Author
2021-11-11[gdb/build] Fix Wimplicit-exception-spec-mismatch in clang buildTom de Vries
2021-11-11[gdb/build] Fix build with -std=c++11Tom de Vries
2021-11-09Fix build on rhES5Tom Tromey
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX
2021-11-05Introduce make_unique_xstrndupTom Tromey
2021-11-03Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdbJan Kratochvil
2021-10-28gdb: add selftest name completionSimon Marchi
2021-10-25gdbsupport: add assertions in array_viewSimon Marchi
2021-10-19Fix format_pieces selftest on WindowsTom Tromey
2021-10-19Always use std::function for self-testsTom Tromey
2021-10-04[gdb/build] Add CXX_DIALECT to CXXTom de Vries
2021-10-04gdbsupport: remove attempt to define TARGET_WORD_SIZEAndrew Burgess
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi
2021-09-30gdbsupport: move gdb_file_up to its own fileSimon Marchi
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries
2021-09-21[gdb] Change register_test to use std::function argTom de Vries
2021-09-20gdbsupport/gdb_proc_service.h: use decltype instead of typeofSimon Marchi
2021-08-03gdbsupport: add debug assertions in gdb::optional::getSimon Marchi
2021-07-30Replace exception_print_same with operator!=Tom Tromey
2021-07-30[gdb/build] Disable attribute nonnullTom de Vries
2021-07-26gdb: move remaining ChangeLogs to legacy filesAndrew Burgess
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi
2021-07-23gdb: un-share set_inferior_cwd declarationSimon Marchi
2021-07-17gdb: make all_inferiors_safe actually workSimon Marchi
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi
2021-07-05gdb: fall back on sigpending + sigwait if sigtimedwait is not availableSimon Marchi
2021-07-05gdbsupport/common.m4: check for sigtimedwaitSimon Marchi
2021-06-17Don't call sigtimedwait for scoped_ignore_sigttouPedro Alves
2021-06-17scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signalPedro Alves
2021-06-17Introduce scoped_restore_signalPedro Alves
2021-06-17Move scoped_ignore_sigttou to gdbsupport/Pedro Alves
2021-05-17gdb: additional settings for emacs in .dir-locals.elAndrew Burgess
2021-05-08gdbsupport: re-generate configure & friendsSimon Marchi
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves
2021-04-30Use rvalue reference in thread_pool::post_taskTom Tromey
2021-04-27gdbsupport: allow to specify dependencies between observersMichael Weghorn
2021-04-24gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXITSimon Marchi
2021-04-24gdbsupport: allow passing format string to scoped_debug_start_endSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-04-24gdbsupport: introduce struct observerSimon Marchi
2021-04-23gdbsupport, gdb: change observer_debug to boolSimon Marchi
2021-04-23gdbsupport: include preprocessor.h in common-debug.hSimon Marchi
2021-03-24New memory-tag commandsLuis Machado
2021-03-21Provide an inline startswith function in bfd.hAlan Modra