aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin6-3/+79
2023-08-28Use sect_offset_str in cooked_index::dumpTom Tromey1-2/+1
2023-08-28Use hex_string in gdb/coffread.c instead of PRIxPTRMark Wielaard1-2/+2
2023-08-28[gdb/symtab] Handle self-reference in inherit_abstract_diesTom de Vries2-1/+22
2023-08-28[gdb/testsuite] Add xfail in gdb.cp/subtypes.expTom de Vries1-2/+26
2023-08-28[gdb/testsuite] Refactor gdb.cp/subtypes.expTom de Vries1-18/+22
2023-08-28[gdb/testsuite] Handle gdb.cp/*.exp with older compilerTom de Vries8-9/+65
2023-08-26Use get_frame_address_in_block in print_frameTom Tromey4-1/+105
2023-08-25Fix gdb/coffread.c build on 32bit architecturesMark Wielaard1-1/+1
2023-08-25Verify COFF symbol stringtab offsetKeith Seitz1-2/+5
2023-08-25Update FreeBSD system calls for the upcoming 14.0-RELEASEJohn Baldwin1-1/+15
2023-08-25Fix for call feature having 9th function parameter and beyond corrupt values.Aditya Vidyadhar Kamath1-6/+18
2023-08-25Fix 64 bit red zone frame size in AIXAditya Vidyadhar Kamath1-1/+3
2023-08-24gdb/solib-rocm: Detect SO for unsupported AMDGPU deviceLancelot SIX1-0/+50
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