aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries7-24/+35
2023-08-24gdb/testsuite: Multiple improvements for gdb.reverse/insn-reverse.expGuinevere Larsen2-163/+165
2023-08-24gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clangGuinevere Larsen2-2/+20
2023-08-24gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clangGuinevere Larsen5-14/+48
2023-08-24gdb/testsuite: Fix many errors in gdb.reverse with clangGuinevere Larsen3-6/+6
2023-08-23[gdb/build] Run black on make-target-delegates.pyTom de Vries1-1/+1
2023-08-23[gdb/build] Support reference return type in make-target-delegates.pyTom de Vries2-207/+207
2023-08-23gdb: fix build failure in amd-dbgapi-target.cLancelot Six1-1/+1
2023-08-23Fix Windows sharing_input_terminal hangPedro Alves1-1/+1
2023-08-23gdb: fix up a few places where a char was treated as a boolAndrew Burgess3-4/+4
2023-08-23gdb: MI stopped events when unwindonsignal is onAndrew Burgess8-53/+319
2023-08-23gdb/testsuite: add mi_info_frame helper proc (and use it)Andrew Burgess3-9/+61
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves18-88/+100
2023-08-23gdb: remove the silent parameter from exit_inferior_1 and cleanupAndrew Burgess7-27/+13
2023-08-23gdb: make inferior::clear_thread_list always silentPedro Alves3-10/+9
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess4-57/+43
2023-08-23gdb: have mi_out_new return std::unique_ptrAndrew Burgess4-7/+7
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess14-22/+19
2023-08-23gdb/testsuite: improve MI support for inferior specific breakpointsAndrew Burgess1-17/+17
2023-08-23gdb: add missing notify_breakpoint_modified callAndrew Burgess4-1/+115
2023-08-23gdb: bfd_get_symbol_leading_char vs. ""Alan Modra3-6/+9
2023-08-22[gdb/build] Work around cgen odr violationsTom de Vries5-3/+70
2023-08-22Remove value::copy call from gdbpy_get_varobj_pretty_printerTom Tromey1-9/+0
2023-08-18Fix off-by-one in call to vector::reserveTom Tromey1-1/+1
2023-08-18Merge psympriv.h into psymtab.hTom Tromey8-602/+574
2023-08-18Remove most includes of psymtab.hTom Tromey8-8/+2
2023-08-17C++-ify minidebug.cTom Tromey1-43/+28
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess25-88/+944
2023-08-17[gdb/build] Fix yysymbol_kind_t odr violationTom de Vries1-0/+1
2023-08-17[gdb/build] Return const reference in target_read_auxvTom de Vries3-5/+5
2023-08-17[gdb/build, c++20] Fix invalid conversion in test_symbolsTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Fix deprecated implicit capture of thisTom de Vries3-3/+3
2023-08-17[gdb/build, c++20] Fix DISABLE_COPY_AND_ASSIGN use in ui_out_emit_typeTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Stop using deprecated is_podTom de Vries1-1/+3
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries2-5/+10
2023-08-17[gdb/testsuite] Fix copy-to-remote in gdb.base/vfork-follow-parent.expTom de Vries1-1/+3
2023-08-16[gdb/symtab] Handle self-reference DIETom de Vries2-3/+71
2023-08-16Avoid buffer overflow in ada_decodeTom Tromey1-1/+18
2023-08-16Fix obvious bug in aggregate expressionTom Tromey6-1/+147
2023-08-16Implement DAP module-removed eventTom Tromey3-2/+29
2023-08-16gdb/testsuite: fix race condition in gdb.python/py-thread-exited.expAndrew Burgess1-1/+12
2023-08-16gdb: fix vfork regressions when target-non-stop is offAndrew Burgess3-12/+75
2023-08-16gdb, infcmd: support jump command in multi-inferior casePuputti, Matti3-88/+98
2023-08-15Mention process_stratum in inferior::priv commentTom Tromey1-1/+1
2023-08-14[gdb/build] Fix YYSTYPE and yyalloc odr violationTom de Vries1-0/+2
2023-08-14fbsd-nat: Stop a process if it is running before killing it.John Baldwin2-17/+78
2023-08-14fbsd-nat: Fix thread_alive against a running thread.John Baldwin1-1/+7
2023-08-14fbsd-nat: Fix several issues with detaching.John Baldwin2-0/+276
2023-08-14fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin2-95/+323
2023-08-14fbsd-nat: Defer any ineligible events reported by wait.John Baldwin1-1/+34