gdb: add Python events for program space addition and removal
[binutils-gdb.git] / gdb / observable.h
2023-10-02 Andrew Burgessgdb: add Python events for program space addition and...
2023-10-02 Simon Marchigdb: remove solib::pspace field
2023-09-28 Andrew Burgessgdb: pass more arguments to the executable_changed...
2023-09-15 Simon Marchigdb: add inferior_cloned observable
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-05-30 Simon Marchigdb: add interp::on_param_changed method
2023-05-30 Simon Marchigdb: add interp::on_tsv_modified method
2023-05-30 Simon Marchigdb: add interp::on_tsv_deleted method
2023-05-30 Simon Marchigdb: add interp::on_tsv_created method
2023-05-30 Simon Marchigdb: add interp::on_traceframe_changed method
2023-05-30 Simon Marchigdb: add interp::on_record_changed method
2023-05-30 Simon Marchigdb: add interp::on_command_error method
2023-05-30 Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30 Simon Marchigdb: add interp::on_no_history method
2023-05-30 Simon Marchigdb: add interp::on_exited method
2023-05-30 Simon Marchigdb: add interp::on_signal_exited method
2023-04-24 Simon Marchigdb: remove end_stepping_range observable
2023-04-17 Simon Marchigdb: add inferior_forked observable
2023-04-17 Simon Marchigdb: pass execing and following inferior to inferior_ex...
2023-02-02 Simon Marchigdb: add inferior_pre_detach observable
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-06-02 Tom TromeyFix ODR warning in observable.h
2022-03-14 Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-25 Andrew Burgessgdb: rename source_styling_changed observer
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: add inferior_execd observable
2020-10-25 Simon Marchigdb: add inferior parameter to inferior_created observable
2020-10-02 Simon Marchigdb: remove arguments from inferior_created observable
2020-08-07 Simon Marchigdb: pass target to thread_ptid_changed observable
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20 Tom TromeyAdd observable to watch current source symtab
2019-11-22 Tom TromeyRestore parameter names in observable.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-03-14 Tom TromeyMake TUI react to "set style enabled"
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-03-19 Tom TromeyConvert observers to C++