aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2016-04-12TUI: GC tui_target_has_runPedro Alves1-24/+0
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2-2/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker32-32/+32
2015-10-26tui: Simplify tui_alloc_contentSimon Marchi1-25/+14
2015-10-24tui-data.c: Remove unnecessary castsSimon Marchi1-2/+2
2015-10-13More char constificationPedro Alves1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi3-63/+75
2015-09-25Add casts to memory allocation related callsSimon Marchi3-5/+6
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-0/+13
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess6-24/+24
2015-08-31gdb/tui: Make local variable const.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2-10/+8
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka1-1/+1
2015-08-21Use tui_putc to output newline entered by the userPatrick Palka1-1/+1
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka4-37/+12
2015-07-13gdb/tui: Add command completion to winheight command.Andrew Burgess1-12/+44
2015-07-10gdb/tui: Use cleanups to free string copies.Andrew Burgess1-3/+6
2015-07-10gdb/tui: Define tui window names once.Andrew Burgess1-22/+5
2015-07-10gdb: Convert TUI windows names to lower case.Andrew Burgess2-9/+9
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-5/+13
2015-07-06gdb/tui: Don't cast between window types.Andrew Burgess1-2/+1
2015-07-06gdb: tui_win_name: Make parameter and result const.Andrew Burgess2-4/+5
2015-07-01TUI: Make sure to update registers if frame information has changedPatrick Palka3-10/+21
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-18/+52
2015-06-30Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378)Patrick Palka1-16/+55
2015-06-30Correctly initialize the TUI locator windowPatrick Palka1-1/+1
2015-06-26Add tab completion for TUI's "focus" commandPatrick Palka1-1/+68
2015-06-16Call target_terminal_ours_for_output() before refreshing TUI's frame infoPatrick Palka1-0/+6
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess1-60/+105
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess1-1/+1
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess1-0/+26
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess1-0/+34
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess1-3/+3
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess1-1/+3
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess1-4/+6
2015-05-21gdb: Add completer for layout command.Andrew Burgess1-1/+17
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess7-205/+102
2015-05-14Remove buggy xterm workaround in tui_dispatch_ctrl_char()Patrick Palka1-73/+32
2015-05-13Avoid race condition when handling a SIGWINCH signalPatrick Palka2-2/+2
2015-04-28Update our idea of our terminal's dimensions even outside of TUIPatrick Palka1-13/+18
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka1-9/+14
2015-04-27TUI: avoid calling strcpy() on identical string objectsPatrick Palka1-1/+3
2015-04-27Fix PR gdb/18155Patrick Palka1-7/+0
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka7-85/+61
2015-04-23Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka1-0/+1
2015-04-11Remove --xdbJan Kratochvil3-134/+0
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii1-8/+8
2015-03-20constify tui/tui-io.cPedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-1/+1