aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-06-07[gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7Tom de Vries1-1/+10
2023-06-07Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries3-11/+32
2023-06-07[gdb/testsuite] Add missing wait in gdb.python/tui-window-disabled.expTom de Vries1-0/+3
2023-06-07[gdb/testsuite] Fix two typos in gdb.python/tui-window-disabled.expTom de Vries1-2/+2
2023-06-07[gdb/testsuite] Handle output after prompt in gdb.threads/step-N-all-progress...Tom de Vries1-1/+1
2023-06-07Fix gdb.base/memtag.exp failureLuis Machado1-1/+1
2023-06-05Use unrelocated_addr in dwarf2_fdeTom Tromey1-32/+39
2023-06-05Use local "text offset" variable in dwarf2_frame_cacheTom Tromey1-5/+6
2023-06-05Constify dwarf2_cie::augmentationTom Tromey1-3/+3
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey9-22/+29
2023-06-05Fix comment in address_classTom Tromey1-5/+5
2023-06-05Use unrelocated_addr in dwarf_decode_linesTom Tromey1-11/+7
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey15-310/+339
2023-06-05Move unrelocated_addr to common-types.hTom Tromey1-6/+0
2023-06-05Minor cleanup in loclist_describe_locationTom Tromey1-3/+3
2023-06-05Remove baseaddr parameter from dwarf2_record_block_rangesTom Tromey1-5/+6
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess18-48/+544
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries16-16/+16
2023-06-05[gdb] Fix more typosTom de Vries26-30/+30
2023-06-03[gdb] Fix typosTom de Vries103-136/+136
2023-06-03[gdb/tdep] Fix typo in debug messageTom de Vries1-1/+1
2023-06-03[gdb/python] Fix doc string of valpy_const_valueTom de Vries1-1/+1
2023-06-03[gdb/guile] Fix doc string for value-optimized-out?Tom de Vries1-1/+1
2023-06-03[gdb/tui] Fix help text of show tui tab-widthTom de Vries1-1/+1
2023-06-03[gdb/cli] Fix help text of maint info target-sectionsTom de Vries1-1/+1
2023-06-03[gdb/cli] Fix help text of maint set ignore-prologue-end-flagTom de Vries1-1/+1
2023-06-03[gdb/compile] Fix typo in debug messageTom de Vries1-1/+1
2023-06-03[gdb/ada] Fix argument name misspellingTom de Vries1-10/+10
2023-06-02[AArch64] Fix architecture debug version constant thinkosLuis Machado1-2/+2
2023-05-31Improve MI -dprintf-insert documentationTom Tromey2-7/+12
2023-05-31Pass correct name to @value in gdb.texinfoTom Tromey1-2/+2
2023-05-31[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tuiTom de Vries1-2/+4
2023-05-31[gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended-gdbserverTom de Vries1-0/+31
2023-05-31python, btrace: Fix some small formatting issues.Felix Willgerodt2-5/+6
2023-05-31[gdb/tui] Fix fingerprint for cmd-only layoutTom de Vries3-3/+13
2023-05-30gdb: add support for %V to printf commandAndrew Burgess5-7/+130
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi5-38/+52
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi8-40/+35
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi8-43/+58
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi5-22/+31
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi5-22/+33
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi7-32/+30
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi7-29/+29
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi7-26/+26
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi7-32/+32
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi4-11/+19
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi5-28/+39
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi5-21/+35
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi5-18/+32
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi9-57/+57