aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-08-19Fix m68k OS ABI snifferAndreas Schwab1-2/+10
2024-08-19Ensure gdb.ada/multiarray.exp runs in both modesTom Tromey1-1/+2
2024-08-19gdb: fix a target: prefix issue in find_separate_debug_fileAndrew Burgess2-35/+7
2024-08-19gdb: avoid '//' in filenames when searching for debuginfoAndrew Burgess2-30/+17
2024-08-19gdb: Fix printing frame when reversing out of a recursive call with clangGuinevere Larsen1-1/+2
2024-08-18[gdb] Prune inferior after switching inferiorTom de Vries2-26/+9
2024-08-16Fix DAP failure when fetching global variablesTom Tromey3-1/+105
2024-08-16[gdb/testsuite] Fix gdb.dwarf2/dw2-fixed-point.exp on arm-linuxTom de Vries1-6/+0
2024-08-16[gdb/testsuite] Fix gdb.arch/arm-single-step-kernel-helper.expTom de Vries2-2/+8
2024-08-16gdb: Fix gdb.python/py-record-btrace.exp testFelix Willgerodt1-4/+11
2024-08-15Add another constructor to scoped_restore_current_languageTom Tromey6-14/+16
2024-08-14Log gdb version and configuration in DAPTom Tromey1-0/+3
2024-08-14Notify Python when breakpoint symbol changesTom Tromey2-10/+27
2024-08-14Fix failure with C++ exceptions in DAPTom Tromey3-1/+20
2024-08-14Make DAP instruction breakpoints unverifiedTom Tromey2-2/+97
2024-08-14Introduce exec_mi_and_log for DAPTom Tromey4-9/+20
2024-08-14Remove unnecessary default argument from initialize_block_iteratorTom Tromey1-1/+1
2024-08-14btrace: Extend ptwrite event decoding.Felix Willgerodt8-0/+1638
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt13-0/+237
2024-08-14btrace, linux: Enable ptwrite packets.Felix Willgerodt3-0/+72
2024-08-14btrace, gdbserver: Add ptwrite to btrace_config_pt.Felix Willgerodt3-1/+63
2024-08-14python: Add clear() to gdb.Record.Felix Willgerodt6-0/+46
2024-08-14python: Introduce gdb.RecordAuxiliary class.Felix Willgerodt5-16/+153
2024-08-14btrace: Handle stepping and goto for auxiliary instructions.Felix Willgerodt1-11/+54
2024-08-14btrace: Enable auxiliary instructions in record function-call-history.Felix Willgerodt6-6/+52
2024-08-14btrace: Enable auxiliary instructions in record instruction-history.Felix Willgerodt4-0/+25
2024-08-14btrace: Introduce auxiliary instructions.Felix Willgerodt3-3/+26
2024-08-14gdb: remove unnecessary code relating to limited-length arraysAndrew Burgess1-15/+1
2024-08-13gdb/gdbarch: fix a dot-space-space in generated filesGerlicher, Klaus2-190/+190
2024-08-12Simplify typename_concatTom Tromey1-33/+20
2024-08-12[gdb/testsuite] Fix gdb.tui/wrap-line.exp with wrapping disabledBernd Edlinger1-6/+25
2024-08-12gdb/amd-dbgapi-target: adjust to amd-dbgapi 0.75.0Simon Marchi3-19/+80
2024-08-12gdb: pass inferior to gdbarch_update_pSimon Marchi10-33/+34
2024-08-12gdb: pass inferior to target_current_descriptionSimon Marchi3-12/+9
2024-08-12gdb: change names of enumerations in enum flags selftestSimon Marchi1-151/+153
2024-08-12gdb, gdbsupport: use `using` in enum flags codeSimon Marchi1-2/+2
2024-08-12gdb/NEWS: announce removal of QNX Neutrino supportSimon Marchi1-0/+3
2024-08-12gdb: add program_space parameter to lookup_minimal_symbol_textSimon Marchi5-10/+16
2024-08-12gdb: add program_space parameter to lookup_minimal_symbol_linkageSimon Marchi4-10/+16
2024-08-12gdb: add program_space parameter to get_symbol_leading_charSimon Marchi1-10/+10
2024-08-12gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi66-123/+218
2024-08-12gdb: remove lookup_bound_minimal_symbolSimon Marchi20-37/+22
2024-08-12gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi57-133/+104
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi95-401/+300
2024-08-12gdb: remove find_and_open_solib so_list methodSimon Marchi3-16/+0
2024-08-12gdb: remove QNX Neutrino supportSimon Marchi13-2741/+2
2024-08-12gdb: rename target-delegates.c to target-delegates-gen.cSimon Marchi4-5/+5
2024-08-09Fix test failure when TUI is not enabledBernd Edlinger1-3/+5
2024-08-09gdb: adjust the default place of 'list' to main's prologueStephan Rohr6-14/+44
2024-08-08[gdb/python] Fix handling of ^C during disassemblyTom de Vries1-1/+1