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