aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi1-0/+9
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_target_resumed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-0/+9
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_thread_exited methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_new_thread methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-0/+23
2023-05-01gdb: remove ui_interp_infoSimon Marchi1-71/+20
2023-05-01gdb: store interps in an intrusive_listSimon Marchi1-12/+6
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-03-07gdb: make interp::m_name an `const char *`Simon Marchi1-5/+3
2023-03-07gdb: make get_interp_info return a referenceSimon Marchi1-41/+43
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-13/+8
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-05Deprecate MI version 1Tom Tromey1-0/+10
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-06-22Use std::string for interpreter_pTom Tromey1-9/+2
2022-06-22Use unique_xmalloc_ptr in interpTom Tromey1-3/+1
2022-04-06gdb: make interp_add staticAndrew Burgess1-1/+1
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat1-1/+0
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-22gdb/continuations: do minor cleanupTankut Baris Aktemur1-1/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-21Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller1-0/+8
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+6
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess1-1/+0
2019-06-11Remove trailing newlines from help textTom Tromey1-2/+3
2019-05-17Add debug redirect optionAlan Hayward1-3/+3