summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* 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
* TUI: avoid calling strcpy() on identical string objectsPatrick Palka2015-04-271-1/+3
* Fix PR gdb/18155Patrick Palka2015-04-271-7/+0
* Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka2015-04-277-85/+61
* Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka2015-04-231-0/+1
* Remove --xdbJan Kratochvil2015-04-113-134/+0
* Fix undefined behavior in TUI's TAB expansionEli Zaretskii2015-03-211-8/+8
* constify tui/tui-io.cPedro Alves2015-03-201-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Do not increment of decrement enumsTom Tromey2015-02-274-11/+11
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-1/+7