aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-09-07gdb: 'target ...' commands now expect quoted/escaped filenamesAndrew Burgess8-30/+48
2024-09-07gdb: allow quoted filenames for commands that have custom completionAndrew Burgess7-27/+43
2024-09-07gdb: add remove-symbol-file command completionAndrew Burgess5-148/+238
2024-09-07gdb: extend completion of quoted filenames to work in brkchars phaseAndrew Burgess2-15/+91
2024-09-07gdb: new extract_single_filename_arg helper functionAndrew Burgess2-0/+32
2024-09-07gdb: implement readline rl_directory_rewrite_hook callbackAndrew Burgess2-0/+33
2024-09-07gdb: improve gdb_rl_find_completion_word for quoted wordsAndrew Burgess2-18/+56
2024-09-07gdb: apply escaping to filenames in 'complete' resultsAndrew Burgess2-54/+144
2024-09-07gdb: add match formatter mechanism for 'complete' command outputAndrew Burgess3-51/+158
2024-09-07gdb: simplify completion_result::print_matchesAndrew Burgess2-33/+50
2024-09-07gdb: move display of completion results into completion_result classAndrew Burgess3-25/+47
2024-09-07gdb: improve escaping when completing filenamesAndrew Burgess2-3/+199
2024-09-07gdb: deprecated filename_completer and associated functionsAndrew Burgess23-59/+62
2024-09-07gdb: split apart two different types of filename completionAndrew Burgess8-72/+269
2024-09-07gdb: unify build-id to objfile lookup codeAndrew Burgess7-55/+136
2024-09-07gdb: improve shared library build-id check for core-filesAndrew Burgess15-91/+847
2024-09-07gdb/corefile: improve file backed mapping handlingAndrew Burgess5-73/+648
2024-09-07gdb/corefile: don't pretend unavailable sections are readableAndrew Burgess2-72/+101
2024-09-06Fix 'catch exception' with -fltoTom Tromey5-11/+102
2024-09-06Clear Ada symbol cacheTom Tromey3-2/+7
2024-09-06Test -fgnat-encodings=all in tagged_access.expTom Tromey1-10/+15
2024-09-06Introduce and use foreach_gnat_encodingTom Tromey37-97/+93
2024-09-06Fix the build-id option for GCC default configurationBernd Edlinger1-4/+5
2024-09-04Improve comments in dwarf2/parent-map.hTom Tromey1-4/+27
2024-09-04gdb: reformat Python file with blackAndrew Burgess1-1/+3
2024-09-04gdb: implement ::re_set method for catchpoint classAndrew Burgess6-5/+378
2024-09-04[gdb/testsuite] Fix gdb.arch/riscv-tdesc-regs.expTom de Vries1-13/+1
2024-09-04MAINTAINERS: Update my email addressShahab Vahedi1-1/+1
2024-09-04[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp on arm-linuxTom de Vries5-1/+143
2024-09-03[gdb] Fix typosTom de Vries18-18/+18
2024-08-31[gdb/testsuite] Handle unsupported catch syscallTom de Vries3-28/+75
2024-08-30gdb: remove duplicate check in disable_breakpoints_in_freed_objfileAndrew Burgess1-4/+0
2024-08-30gdb/dwarf2: cleanup includesSimon Marchi19-25/+21
2024-08-30Minor formatting fix in breakpoint.cTom Tromey1-1/+2
2024-08-30Fix regexp quoting in gdb.ada test casesTom Tromey14-43/+43
2024-08-30gdb/doc: fix typo in 'watch' commandNicolás Ortega Froysa1-1/+1
2024-08-29gdb: reject inserting breakpoints between functionsAndrew Burgess16-56/+210
2024-08-29gdb/doc: move NEWS entry to the correct placeAndrew Burgess1-5/+7
2024-08-29gdb: include gdbsupport/gdb_obstack.h in addrmap.hSimon Marchi1-1/+2
2024-08-29gdb: remove unused includes in linespec.cSimon Marchi1-2/+0
2024-08-29[gdb/testsuite] Fix another regexp in gdb.threads/stepi-over-clone.expTom de Vries1-1/+1
2024-08-29[gdb/testsuite] Fix regexp in gdb.arch/i386-disp-step-self-call.expTom de Vries2-2/+2
2024-08-28Don't check dwarf2_name in process_enumeration_scopeTom Tromey1-6/+1
2024-08-28gdb/testsuite: fix gdb.btrace/non-stop.exp end of history checkGuinevere Larsen1-7/+9
2024-08-28gdb/testsuite: add no-delete-breakpoints option to 'runto' procAndrew Burgess3-29/+20
2024-08-28gdb: add 'maint info blocks' commandAndrew Burgess4-1/+253
2024-08-28gdb: Add 'maint info inline-frames' commandAndrew Burgess5-58/+534
2024-08-28gdb: make symbols const in struct inline_stateAndrew Burgess4-7/+7
2024-08-28Revert "gdb: remove inline_frame::skipped_frames"Andrew Burgess1-22/+29
2024-08-27[gdb/testsuite] Fix regexp in gdb.dwarf2/dw2-inter-cu-error.expTom de Vries1-1/+1