aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker33-33/+33
2016-12-22Class-ify ui_outSimon Marchi6-107/+101
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-1/+1
2016-11-09tui-winsource: Remove failed-allocation logicAndreas Arnez1-15/+0
2016-11-09tui-winsource: Allocate for actual lines onlyAndreas Arnez1-2/+5
2016-11-09tui-disasm: Fix line buffer size calculationAndreas Arnez1-9/+10
2016-11-09tui-disasm: Fix window content buffer overrunAndreas Arnez1-14/+10
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-20/+7
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+33
2016-07-14Use getcurx in curses codeTom Tromey2-9/+9
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves1-2/+9
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves2-3/+3
2016-06-21Simplify starting the command event loopPedro Alves1-1/+1
2016-06-21Make command line editing (use of readline) be per UIPedro Alves2-3/+8
2016-06-21Make the intepreters output to all UIsPedro Alves1-31/+96
2016-06-21Introduce interpreter factoriesPedro Alves1-13/+25
2016-06-14Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
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