aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth1-1/+1
2016-10-21Use scoped_restore for current_uiTom Tromey1-22/+22
2016-10-21Use scoped_restore for ui_fileTom Tromey1-10/+10
2016-10-21Use RAII to save and restore scalarsTom Tromey1-2/+1
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey1-8/+4
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves1-1/+10
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-1/+1
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves1-1/+1
2016-07-25Handle correctly passing a bad interpreter name to new-uiSimon Marchi1-9/+29
2016-07-21Fix djgpp gdb buildPedro Alves1-1/+1
2016-06-21Add new command to create extra console/mi UIsPedro Alves1-0/+85
2016-06-21Make stdin be per UIPedro Alves1-23/+70
2016-06-21Handle UI's terminal closingPedro Alves1-0/+31
2016-06-21Make main_ui be heap allocatedPedro Alves1-0/+40
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-3/+5
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves1-10/+5
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-12/+34
2016-06-21Make current_ui_out be per UIPedro Alves1-0/+1
2016-06-21Make instream be per UIPedro Alves1-17/+19
2016-06-21Make the interpreters be per UIPedro Alves1-3/+3
2016-06-21Make gdb_stdout&co be per UIPedro Alves1-0/+15
2016-06-21Introduce "struct ui"Pedro Alves1-4/+6
2016-04-12Introduce interruptible_selectPedro Alves1-2/+2
2016-04-12Inline command_loop in read_command_linePedro Alves1-20/+15
2016-04-12Don't rely on immediate_quit in command_line_inputPedro Alves1-8/+24
2016-03-09Command line input handling TLCPedro Alves1-142/+28
2016-03-09Simplify saved_command_line handlingPedro Alves1-11/+4
2016-03-09Use struct buffer in gdb_readline_no_editingPedro Alves1-22/+18
2016-03-09gdb_readline -> gdb_readline_no_editingPedro Alves1-3/+4
2016-03-09Eliminate async_annotation_suffixPedro Alves1-4/+0
2016-03-09Garbage collect window_hookPedro Alves1-9/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker1-1/+1
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore1-2/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+5
2015-09-09Merge async and sync code paths some morePedro Alves1-5/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka1-0/+18
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+1
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess1-2/+3
2015-07-29Make sure terminal settings are restored before exitingPatrick Palka1-0/+21
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-5/+0
2015-06-26Add option to remove duplicate command history entriesPatrick Palka1-1/+65
2015-06-23Fix GDBHISTSIZE test failure on i686Patrick Palka1-1/+9
2015-06-17Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka1-14/+24
2015-06-17Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka1-2/+2
2015-06-17Don't truncate the history file when history size is unlimitedPatrick Palka1-1/+2
2015-05-13Fix PR gdb/17820Patrick Palka1-30/+21
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker1-14/+0