aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-hooks.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-12/+0
2024-05-30gdb/tui: change some macros to functionsSimon Marchi1-2/+2
2024-05-07Fix heap-use-after-free because all_objfiles_removed triggers tui_display_mainHannes Domani1-11/+2
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-02-08Update TUI register window when the inferior exitsTom Tromey1-6/+11
2024-02-08Remove redundant check from tui_refresh_frame_and_register_informationTom Tromey1-3/+2
2024-02-08Remove tui_refreshing_registersTom Tromey1-14/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-2/+11
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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-12-30Use "bool" in more spots in TUITom Tromey1-6/+6
2019-12-20Change tui_show_frame_info to return boolTom Tromey1-1/+1
2019-12-20Fix "list" command in the TUITom Tromey1-44/+58
2019-12-20Use bool in tui_before_promptTom Tromey1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey1-5/+0
2019-08-20Change tui_check_register_values to be a methodTom Tromey1-2/+5
2019-08-16Remove useless assignment from tui_remove_hooksTom Tromey1-1/+0
2019-07-17Rearrange TUI data window codeTom Tromey1-1/+0
2019-07-17Make source windows be self-updatingTom Tromey1-14/+0
2019-07-17Remove deleted breakpoint from TUI displayTom Tromey1-3/+3
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey1-2/+2
2019-06-25Introduce two TUI source window methodsTom Tromey1-1/+1
2019-03-14Make TUI react to "set style enabled"Tom Tromey1-0/+14
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-38/+41
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-12TUI: GC tui_target_has_runPedro Alves1-24/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-5/+13
2015-07-01TUI: Make sure to update registers if frame information has changedPatrick Palka1-5/+9
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-18/+52
2015-06-16Call target_terminal_ours_for_output() before refreshing TUI's frame infoPatrick Palka1-0/+6
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka1-64/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-15PR symtab/17559Doug Evans1-1/+1