aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2024-11-231-2/+2
* Fix using Page-Up in TUI source window close to the topHannes Domani2024-11-111-2/+2
* Add gdb.events.tui_enabledTom Tromey2024-11-011-0/+5
* Add line-number stylingTom Tromey2024-09-303-4/+26
* Remove tui_refresh_cmd_winTom Tromey2024-09-073-14/+3
* Remove tui_wrefreshTom Tromey2024-09-075-27/+3
* Rename tui_suppress_outputTom Tromey2024-09-078-36/+22
* Clean up refreshing in TUI register windowTom Tromey2024-09-072-24/+19
* gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi2024-08-121-1/+1
* gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi2024-08-121-1/+1
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-6/+6
* gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi2024-07-154-9/+12
* gdb: pass program space to have_{full,partial}_symbolsSimon Marchi2024-07-151-1/+2
* Make tui_register_info::highlight privateTom Tromey2024-06-152-12/+14
* Remove a call to fflushTom Tromey2024-06-151-1/+0
* Remove useless call to wnoutrefreshTom Tromey2024-06-111-2/+0
* gdb: re-add necessary includes in tui/tui-win.cSimon Marchi2024-06-101-0/+2
* gdb/tui: cleanup includesSimon Marchi2024-06-0722-81/+5
* gdb/tui: change some macros to functionsSimon Marchi2024-06-0717-72/+102
* Remove one call to can_box from TUITom Tromey2024-06-031-9/+3
* Fix typo in tui-data.hTom Tromey2024-06-021-1/+1
* gdb: remove unused includes in utils.hSimon Marchi2024-05-303-0/+3
* Make tui_win_info::make_window non-virtualTom Tromey2024-05-281-1/+2
* Remove gdb_stdtargerrTom Tromey2024-05-171-2/+0
* Don't allow new-ui to start the TUITom Tromey2024-05-171-0/+3
* Remove fflush call from tui_refresh_cmd_winTom Tromey2024-05-141-5/+0
* Remove tui_refresh_allTom Tromey2024-05-103-14/+5
* Fix heap-use-after-free because all_objfiles_removed triggers tui_display_mainHannes Domani2024-05-071-11/+2
* Fix typo in TUI commentTom Tromey2024-04-271-1/+1
* Remove two unneeded forward declarationsTom Tromey2024-04-272-4/+0
* gdb: remove gdbcmd.hSimon Marchi2024-04-253-3/+2
* gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi2024-04-231-0/+1
* [gdb/tui] Fix centering and highlighting of current lineTom de Vries2024-04-022-1/+11
* Lower variable definitions in tui_redisplay_readlineTom Tromey2024-03-301-18/+9
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-2616-16/+0
* Remove tui-out.[ch]Tom Tromey2024-03-113-177/+1
* Fix TUI text centeringTom Tromey2024-03-014-36/+22
* [gdb/build] Fix static cast of virtual baseTom de Vries2024-02-241-2/+2
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-2010-12/+12
* Update TUI register window when the inferior exitsTom Tromey2024-02-083-24/+45
* Rename show_registers -> set_register_groupTom Tromey2024-02-082-4/+4
* Return void from tui_show_frame_infoTom Tromey2024-02-082-11/+7
* Remove redundant check from tui_refresh_frame_and_register_informationTom Tromey2024-02-081-3/+2
* Remove tui_refreshing_registersTom Tromey2024-02-081-14/+2
* Simplify tui_data_win::erase_data_contentTom Tromey2024-02-082-13/+11
* Remove the TUI register window rerender overloadTom Tromey2024-02-082-37/+28
* Simplify update_register_dataTom Tromey2024-02-081-36/+21
* Move scrollok call in register windowTom Tromey2024-02-081-4/+4
* Change tui_register_info::visible to a methodTom Tromey2024-02-082-20/+5
* Rename tui_data_item_window -> tui_register_infoTom Tromey2024-02-082-15/+12