- 261b074 New --enable-threading configure option to control use of threads in GDB/GDBserver by Luis Machado · 3 years, 4 months ago
- b80a346 Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`" by Simon Marchi · 3 years, 3 months ago
- fe72c32 gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT` by Simon Marchi · 3 years, 3 months ago
- 671fac7 gdbsupport: fix memory leak in create_file_handler when re-using file handler by Simon Marchi · 3 years, 4 months ago
- 4bce7cd gdbsupport: add array_view copy function by Simon Marchi · 3 years, 5 months ago
- 06de25b gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string by Simon Marchi · 3 years, 4 months ago
- 911438f gdbsupport: fix array-view compilation with c++11 && _GLIBCXX_DEBUG by Simon Marchi · 3 years, 4 months ago
- 557b4d7 gdbsupport: make gdb_assert_not_reached accept a format string by Simon Marchi · 3 years, 4 months ago
- 830070c gdbsupport: remove FUNCTION_NAME by Simon Marchi · 3 years, 4 months ago
- 8579fd1 gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr by Andrew Burgess · 3 years, 5 months ago
- 2bb7589 gdbsupport: move xfree into its own file by Andrew Burgess · 3 years, 5 months ago
- fdf9521 [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build by Tom de Vries · 3 years, 4 months ago
- b038b53 [gdb/build] Fix build with -std=c++11 by Tom de Vries · 3 years, 4 months ago
- 0b03c6f Fix build on rhES5 by Tom Tromey · 3 years, 11 months ago
- e92f2b5 Improve gdb::array_view ctor from contiguous containers by Lancelot SIX · 3 years, 5 months ago
- be77dd7 Introduce make_unique_xstrndup by Tom Tromey · 3 years, 10 months ago
- 5fff611 Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb by Jan Kratochvil · 3 years, 5 months ago
- c0492be gdb: add selftest name completion by Simon Marchi · 3 years, 6 months ago
- d9f82e9 gdbsupport: add assertions in array_view by Simon Marchi · 3 years, 5 months ago
- 5dfe4bf Fix format_pieces selftest on Windows by Tom Tromey · 3 years, 6 months ago
- d7c6831 Always use std::function for self-tests by Tom Tromey · 3 years, 6 months ago
- 77252bf [gdb/build] Add CXX_DIALECT to CXX by Tom de Vries · 3 years, 6 months ago
- 86c1ed1 gdbsupport: remove attempt to define TARGET_WORD_SIZE by Andrew Burgess · 3 years, 6 months ago
- 2fed9db gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd by Simon Marchi · 3 years, 8 months ago
- 1308438 gdbsupport: make gdb_open_cloexec return scoped_fd by Simon Marchi · 3 years, 8 months ago
- e6e51c9 gdbsupport: move gdb_file_up to its own file by Simon Marchi · 3 years, 8 months ago
- 96bbe3e Change ptid_t::tid to ULONGEST by Tom Tromey · 3 years, 6 months ago
- 184ea2f Remove defaulted 'tid' parameter to ptid_t constructor by Tom Tromey · 3 years, 6 months ago
- 479209d [gdb] Add maint selftest -verbose option by Tom de Vries · 3 years, 6 months ago
- c45a683 [gdb] Change register_test to use std::function arg by Tom de Vries · 3 years, 6 months ago
- 56d9e3c gdbsupport/gdb_proc_service.h: use decltype instead of typeof by Simon Marchi · 3 years, 6 months ago
- 4d7188a gdbsupport: add debug assertions in gdb::optional::get by Simon Marchi · 3 years, 8 months ago
- 785e570 Replace exception_print_same with operator!= by Tom Tromey · 3 years, 9 months ago
- fb6262e [gdb/build] Disable attribute nonnull by Tom de Vries · 3 years, 8 months ago
- 730afdd gdb: move remaining ChangeLogs to legacy files by Andrew Burgess · 3 years, 8 months ago
- 11bd012 gdb: make inferior::m_cwd an std::string by Simon Marchi · 3 years, 9 months ago
- 5b8bf2e gdb: un-share set_inferior_cwd declaration by Simon Marchi · 3 years, 10 months ago
- 12be796 gdb: make all_inferiors_safe actually work by Simon Marchi · 3 years, 8 months ago
- a66f729 gdb: maintain per-process-target list of resumed threads with pending wait status by Simon Marchi · 3 years, 9 months ago
- 8b6a69b gdb: use intrusive list for step-over chain by Simon Marchi · 3 years, 9 months ago
- bf80931 gdb: introduce intrusive_list, make thread_info use it by Pedro Alves · 3 years, 10 months ago
- 9be2598 gdb: introduce iterator_range, remove next_adapter by Simon Marchi · 3 years, 9 months ago
- 9962431 gdb: fall back on sigpending + sigwait if sigtimedwait is not available by Simon Marchi · 3 years, 9 months ago
- f493177 gdbsupport/common.m4: check for sigtimedwait by Simon Marchi · 3 years, 9 months ago
- 336b30e Don't call sigtimedwait for scoped_ignore_sigttou by Pedro Alves · 3 years, 9 months ago
- 606a431 scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal by Pedro Alves · 3 years, 9 months ago
- 6a7f1c2 Introduce scoped_restore_signal by Pedro Alves · 3 years, 9 months ago
- 965febe Move scoped_ignore_sigttou to gdbsupport/ by Pedro Alves · 3 years, 9 months ago
- c1c0a7e gdb: additional settings for emacs in .dir-locals.el by Andrew Burgess · 3 years, 10 months ago
- b670332 gdbsupport: re-generate configure & friends by Simon Marchi · 3 years, 11 months ago
- 4655f85 Don't run personality syscall at configure time; don't check it at all by Pedro Alves · 3 years, 11 months ago
- 698facb Use rvalue reference in thread_pool::post_task by Tom Tromey · 3 years, 11 months ago
- 9a6e099 gdbsupport: allow to specify dependencies between observers by Michael Weghorn · 4 years ago
- a8536c4 gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXIT by Simon Marchi · 4 years ago
- 0df0cce gdbsupport: allow passing format string to scoped_debug_start_end by Simon Marchi · 4 years ago
- c90e7d6 gdbsupport, gdb: give names to observers by Simon Marchi · 4 years ago
- ec09800 gdbsupport: introduce struct observer by Simon Marchi · 4 years ago
- 98c897e gdbsupport, gdb: change observer_debug to bool by Simon Marchi · 4 years ago
- 4d6840c gdbsupport: include preprocessor.h in common-debug.h by Simon Marchi · 4 years ago
- 48136e0 New memory-tag commands by Luis Machado · 4 years, 9 months ago
- e933884 Provide an inline startswith function in bfd.h by Alan Modra · 4 years ago
- 9c9d63b gnulib: update to 776af40e0 by Paul E. Murphy · 4 years, 2 months ago
- d3ee35d Improve gdb_tilde_expand logic. by Lancelot SIX · 4 years, 2 months ago
- 2189c31 gdb: add remote_debug_printf by Simon Marchi · 4 years, 2 months ago
- 6abd4cf gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir by Simon Marchi · 4 years, 2 months ago
- 4b186f8 gdbsupport: common-utils.h: fix typo in header by Mike Frysinger · 4 years, 3 months ago
- 3ec3145 gdb: introduce scoped debug prints by Simon Marchi · 4 years, 3 months ago
- 3666a04 Update copyright year range in all GDB files by Joel Brobecker · 4 years, 3 months ago
- 9664849 gdbsupport: make use of safe-ctype functions from libiberty by Andrew Burgess · 4 years, 4 months ago
- 74b773f gdb: factor out debug_prefixed_printf_cond by Simon Marchi · 4 years, 3 months ago
- 60a7223 gdbsupport: Use LOCALAPPDATA to determine cache dir by Alexander Fedotov · 4 years, 4 months ago
- 54e75f2 gdbsupport/tdesc: print enum fields using 'evalue' syntax by Andrew Burgess · 4 years, 4 months ago
- 4f36e61 gdbsupport/tdesc: print enum size attribute by Chungyi Chi · 4 years, 4 months ago
- 14f62a0 Ignore system_error in thread startup by Tom Tromey · 4 years, 4 months ago
- 6c51cf5 Move include block to pathstuff.h by Tom Tromey · 4 years, 4 months ago
- 64aaad6 gdb: use get_standard_config_dir when looking for .gdbinit by Andrew Burgess · 4 years, 6 months ago
- 8768c3e Add get_standard_config_dir function by Tom Tromey · 4 years, 9 months ago
- dda83cd gdb, gdbserver, gdbsupport: fix leading space vs tabs issues by Simon Marchi · 4 years, 5 months ago
- 17417fb gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions by Simon Marchi · 4 years, 5 months ago
- b9442ec gdbsupport: replace AC_TRY_COMPILE in common.m4 by Simon Marchi · 4 years, 5 months ago
- 15dabc5 gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK by Simon Marchi · 4 years, 5 months ago
- 864ca43 gdbsupport: replace AC_TRY_COMPILE in warning.m4 by Simon Marchi · 4 years, 5 months ago
- 5164c11 gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 by Simon Marchi · 4 years, 5 months ago
- b6fb30e gdbsupport: re-indent ptrace.m4 by Simon Marchi · 4 years, 5 months ago
- e41fda1 gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC by Simon Marchi · 4 years, 5 months ago
- 91e1a0e gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of AC_CANONICAL_SYSTEM by Simon Marchi · 4 years, 5 months ago
- d744f0f gdb::handle_eintr, remove need to specify return type by Pedro Alves · 4 years, 7 months ago
- 006811b gdb: move ptrace.m4 to gdbsupport by Simon Marchi · 4 years, 5 months ago
- 51a948f gdb: Have allocate_target_description return a unique_ptr by Andrew Burgess · 4 years, 8 months ago
- 4a72de7 Move simple_search_memory to gdbsupport/search.cc by Tom Tromey · 4 years, 6 months ago
- 6b01403 gdb: add debug prints in event loop by Simon Marchi · 4 years, 6 months ago
- ba98841 gdb: move debug_prefixed_vprintf here by Simon Marchi · 4 years, 6 months ago
- 2554f6f gdb: give names to event loop file handlers by Simon Marchi · 4 years, 6 months ago
- e2a2a24 Preinitialize the sockaddr_un variable to zero by Kamil Rytarowski · 4 years, 6 months ago
- de38d64 Tweak gdbsupport/valid-expr.h for GCC 6, fix build by Pedro Alves · 4 years, 6 months ago
- 29363cf gdb: remove file_handler typedef by Simon Marchi · 4 years, 6 months ago
- e911c66 Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. by John Baldwin · 4 years, 6 months ago
- 04902b0 Rewrite enum_flags, add unit tests, fix problems by Pedro Alves · 4 years, 6 months ago
- 1945192 Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502) by Pedro Alves · 4 years, 6 months ago
- 2a67f09 Add bfloat16 support for AVX512 register view. by Felix Willgerodt · 4 years, 6 months ago