aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi9-23/+21
2023-05-25gdb: make some breakpoint methods use `this`Simon Marchi4-29/+19
2023-05-25gdb: get gdbarch from syscall_catchpoint instead of locationSimon Marchi1-6/+0
2023-05-24gdbsupport: add support for references to checked_static_castSimon Marchi1-9/+19
2023-05-24gdb/testsuite: fix race in gdb.server/multi-ui-errors.expAndrew Burgess1-1/+1
2023-05-24gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti6-2/+154
2023-05-24Add "args" and "env" parameters to DAP launch requestTom Tromey5-12/+178
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey5-0/+263
2023-05-23Handle DAP evaluate request without a frame IDTom Tromey3-1/+89