summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-stack.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change tui_show_frame_info to return boolTom Tromey2019-12-201-9/+7
* Change set_locator_info to take a symtab_and_lineTom Tromey2019-12-201-35/+22
* Remove a call to update_exec_infoTom Tromey2019-12-201-4/+1
* Simplify tui_source_window_base::maybe_update methodTom Tromey2019-12-201-1/+5
* Change tui_update_locator_fullname to take a symtabTom Tromey2019-12-201-1/+6
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-7/+7
* Change members of tui_locator_window to std::stringTom Tromey2019-09-201-11/+7
* Remove a call to tui_locator_win_info_ptrTom Tromey2019-09-201-4/+2
* Set TUI locator height to 1Tom Tromey2019-09-201-0/+1
* Change tui_make_status_line to be a methodTom Tromey2019-09-201-18/+12
* Change tui_make_status_line to return std::stringTom Tromey2019-09-201-44/+25
* Minor rearrangement of tui-stack.cTom Tromey2019-08-301-13/+7
* Make tui_locator_window::set_locator_fullname re-renderTom Tromey2019-08-301-3/+1
* Swap tui_show_locator_content and tui_locator_window::rerenderTom Tromey2019-08-301-21/+17
* Turn two locator functions into methodsTom Tromey2019-08-301-47/+37
* Move some defines to tui-stack.cTom Tromey2019-08-201-0/+12
* TUI resize unificationTom Tromey2019-08-151-0/+5
* Remove tui_initialize_static_dataTom Tromey2019-08-151-15/+0
* Remove tui_clear_source_contentTom Tromey2019-08-151-1/+1
* Move contents of tui_show_frame_info to new methodTom Tromey2019-08-151-57/+1
* Avoid string_file in tui_make_status_lineTom Tromey2019-08-151-5/+3
* Move locator code to tui-stack.cTom Tromey2019-08-151-0/+25
* Change tui_update_exec_info to be a methodTom Tromey2019-08-131-2/+2
* Remove unused parameter from two TUI functionsTom Tromey2019-07-171-1/+1
* Move content_in_use to tui_source_window classTom Tromey2019-07-171-4/+8
* Consolidate "if"s in tui_show_frame_infoTom Tromey2019-07-171-35/+27
* Separate out locator windowTom Tromey2019-06-251-50/+24
* Introduce refresh_window methodTom Tromey2019-06-251-1/+1
* Derive tui_win_info from tui_gen_win_infoTom Tromey2019-06-251-1/+1
* Introduce two TUI source window methodsTom Tromey2019-06-251-4/+4
* Remove tui_listTom Tromey2019-06-251-7/+3
* Remove unnecessary casts of NULLTom Tromey2019-06-161-3/+2
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify execute_commandTom Tromey2017-11-071-4/+1
* Constify add_comTom Tromey2017-11-071-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Kill init_salPedro Alves2017-09-041-2/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-18/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2016-06-141-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* TUI: Make sure to update registers if frame information has changedPatrick Palka2015-07-011-4/+11
* Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378)Patrick Palka2015-06-301-16/+55