summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* Use getcurx in curses codeTom Tromey2016-07-142-9/+9
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-211-2/+9
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-212-3/+3
* Simplify starting the command event loopPedro Alves2016-06-211-1/+1
* Make command line editing (use of readline) be per UIPedro Alves2016-06-212-3/+8
* Make the intepreters output to all UIsPedro Alves2016-06-211-31/+96
* Introduce interpreter factoriesPedro Alves2016-06-211-13/+25
* Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2016-06-141-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* TUI: GC tui_target_has_runPedro Alves2016-04-121-24/+0
* TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2016-04-122-2/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0132-32/+32
* tui: Simplify tui_alloc_contentSimon Marchi2015-10-261-25/+14
* tui-data.c: Remove unnecessary castsSimon Marchi2015-10-241-2/+2
* More char constificationPedro Alves2015-10-131-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-253-63/+75
* Add casts to memory allocation related callsSimon Marchi2015-09-253-5/+6
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-0/+13
* gdb/tui: Remove casts of NULL during assignment.Andrew Burgess2015-09-046-24/+24
* gdb/tui: Make local variable const.Andrew Burgess2015-08-311-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-262-10/+8
* tui: don't overwrite a secondary prompt that was given no inputPatrick Palka2015-08-211-1/+1
* Use tui_putc to output newline entered by the userPatrick Palka2015-08-211-1/+1
* Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka2015-08-204-37/+12
* gdb/tui: Add command completion to winheight command.Andrew Burgess2015-07-131-12/+44
* gdb/tui: Use cleanups to free string copies.Andrew Burgess2015-07-101-3/+6
* gdb/tui: Define tui window names once.Andrew Burgess2015-07-101-22/+5
* gdb: Convert TUI windows names to lower case.Andrew Burgess2015-07-102-9/+9
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-5/+13
* gdb/tui: Don't cast between window types.Andrew Burgess2015-07-061-2/+1
* gdb: tui_win_name: Make parameter and result const.Andrew Burgess2015-07-062-4/+5
* TUI: Make sure to update registers if frame information has changedPatrick Palka2015-07-013-10/+21
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-18/+52
* Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378)Patrick Palka2015-06-301-16/+55
* Correctly initialize the TUI locator windowPatrick Palka2015-06-301-1/+1
* Add tab completion for TUI's "focus" commandPatrick Palka2015-06-261-1/+68
* Call target_terminal_ours_for_output() before refreshing TUI's frame infoPatrick Palka2015-06-161-0/+6
* gdb: Rework command completion on 'tui reg'.Andrew Burgess2015-06-131-60/+105
* gdb: tui: Minor fix to compare against NULL.Andrew Burgess2015-05-261-1/+1
* gdb: Add 'tui reg prev' command.Andrew Burgess2015-05-261-0/+26
* gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess2015-05-221-0/+34
* gdb: Use NULL not 0 in a tui function.Andrew Burgess2015-05-211-3/+3
* gdb: Add cleanup to avoid memory leak on error.Andrew Burgess2015-05-211-1/+3
* gdb: Don't call tui_enable too early.Andrew Burgess2015-05-211-4/+6
* gdb: Add completer for layout command.Andrew Burgess2015-05-211-1/+17
* gdb: Remove register class specific layout names.Andrew Burgess2015-05-217-205/+102
* Remove buggy xterm workaround in tui_dispatch_ctrl_char()Patrick Palka2015-05-141-73/+32
* Avoid race condition when handling a SIGWINCH signalPatrick Palka2015-05-132-2/+2
* Update our idea of our terminal's dimensions even outside of TUIPatrick Palka2015-04-281-13/+18
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-281-9/+14