aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi5-19/+31
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi5-23/+37
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi5-21/+34
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi5-39/+35
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi5-19/+32
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi5-19/+34
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi12-83/+66
2023-05-30gdb: add interp::on_command_error methodSimon Marchi8-23/+12
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi8-28/+12
2023-05-30gdb: add interp::on_no_history methodSimon Marchi9-55/+26
2023-05-30gdb: add interp::on_exited methodSimon Marchi9-34/+26
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi9-36/+27
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi9-58/+57
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi9-33/+59
2023-05-30[gdb] Mention --with/without-system-readline for --configurationTom de Vries3-0/+22
2023-05-29[gdb/testsuite] Fix linefeed scrolling in tuitermTom de Vries2-1/+15
2023-05-29gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi7-25/+111
2023-05-28[readline] Fix double free in _rl_scxt_disposeTom de Vries1-0/+52
2023-05-26[gdb/testsuite] Add test-case gdb.tui/color-prompt.expTom de Vries3-3/+88
2023-05-26[gdb/testsuite] Add invisible and blinking attributes in tuitermTom de Vries2-0/+22
2023-05-26[gdb/testsuite] Fix reverse attribute in tuitermTom de Vries2-1/+37
2023-05-25Make MI commands const-correctTom Tromey16-187/+250
2023-05-25Fix scoped_value_mark not working with empty value chainCiaran Woodward1-2/+3
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi11-366/+360
2023-05-25gdb: link breakpoints with intrusive_listSimon Marchi2-31/+18
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi10-181/+172
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi3-150/+172
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi9-69/+82
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi8-37/+53