aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-01-25[gdb/testsuite] Improve leaf fn in gdb.base/unwind-on-each-insn.expTom de Vries3-4/+9
2023-01-25gdb/tui: make use of a scoped_restoreAndrew Burgess1-7/+3
2023-01-25gdb/tui: better filtering of tab completion results for focus commandAndrew Burgess2-9/+33
2023-01-25gdb/tui: convert if/error to an assertAndrew Burgess1-2/+5
2023-01-25gdb/testsuite/tui: more testing of the 'focus' commandAndrew Burgess3-0/+93
2023-01-25gdb/testsuite: update gdb.tui/tui-nl-filtered-output.expAndrew Burgess1-21/+16
2023-01-25gdb/testsuite: update gdb.tui/tui-disasm-long-lines.expAndrew Burgess1-7/+14
2023-01-25gdb/testsuite: extend gdb.tui/tui-layout.exp test scriptAndrew Burgess1-11/+46
2023-01-25gdb/testsuite: rename test source file to match test scriptAndrew Burgess2-1/+1
2023-01-25gdb/testsuite: use test_gdb_complete_unique more in C++ testsAndrew Burgess1-4/+4
2023-01-24gdb: some int to bool conversionEnze Li2-9/+9
2023-01-23[gdb/tdep, aarch64] Fix frame address of last insnTom de Vries1-1/+6
2023-01-23[gdb/testsuite] Avoid using .eh_frame in gdb.base/unwind-on-each-insn.expTom de Vries1-2/+12
2023-01-23[gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.expTom de Vries1-51/+11
2023-01-23[gdb/testsuite] Fix untested in gdb.base/frame-view.expTom de Vries1-1/+1
2023-01-22Remove path name from testTom Tromey1-1/+2
2023-01-22Minor cleanup in gdb.btrace/enable.expTom Tromey1-1/+1
2023-01-22Minor fixup in allow_aarch64_sve_testsTom Tromey1-1/+1
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi7-28/+36
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi7-31/+12
2023-01-20gdb: make user-created frames reinflatableSimon Marchi7-11/+192
2023-01-20gdb: make it possible to restore selected user-created framesSimon Marchi3-7/+167
2023-01-20gdb: add create_new_frame(frame_id) overloadSimon Marchi1-8/+18
2023-01-20gdb: add user-created frames to stashSimon Marchi1-2/+17
2023-01-20gdb: add frame_id::user_created_pSimon Marchi2-0/+5
2023-01-20gdb: move frame_info_ptr to frame.{c,h}Simon Marchi9-284/+230
2023-01-20gdb: move call site types to call-site.hSimon Marchi10-218/+253
2023-01-20gdb: move sect_offset and cu_offset to dwarf2/types.hSimon Marchi2-17/+40
2023-01-20gdb: remove language.h include from frame.hSimon Marchi16-1/+15
2023-01-20gdb: move compile_instance to compile/compile.hSimon Marchi7-118/+119
2023-01-20gdb: move type_map_instance to compile/compile.cSimon Marchi2-13/+13
2023-01-20Use bool in pc_in_* functionsTom Tromey6-22/+17
2023-01-20Constify notif_clientTom Tromey4-26/+26
2023-01-20gdb: remove struct trad_frame forward declarationSimon Marchi1-1/+0
2023-01-20Make gdb.ada/ptype_tagged_param.exp passTom Tromey1-19/+23
2023-01-20gdb/dwarf: fix UBsan crash in read_subrange_typeSimon Marchi2-10/+41
2023-01-20gdb/testsuite: add test for negative subrange bounds with unsigned formSimon Marchi1-0/+25
2023-01-19Use "maint ignore-probes" in no-libstdcxx-probe.expTom Tromey1-5/+4
2023-01-19GDB/testsuite: Expand for character string limiting optionsAndrew Burgess9-38/+306
2023-01-19GDB: Add a character string limiting optionAndrew Burgess18-51/+189
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki19-626/+1136
2023-01-19Remove some unused includesTom Tromey3-3/+0
2023-01-19[gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg aliasTom de Vries1-4/+7
2023-01-19[gdb/testsuite] Fix gdb.python/py-value-cc.exp for big endianTom de Vries2-2/+3
2023-01-18GDB: Add references to erased args in cli-decode.cMaciej W. Rozycki1-11/+6
2023-01-18GDB: Add missing inline documentation for `add_setshow_cmd_full'Maciej W. Rozycki1-0/+12
2023-01-18GDB: Correct inline documentation for `add_setshow_cmd_full_erased'Maciej W. Rozycki1-1/+1
2023-01-18GDB: Fix documentation for `theclass' parameters in cli-decode.cMaciej W. Rozycki1-11/+11
2023-01-18Revert "X86: reverse-finish fix"Carl Love13-230/+106
2023-01-18Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love4-160/+31