summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* Decouple user selection from internal selectionusers/simark/user-selection-rfcSimon Marchi2017-02-231-0/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-32/+19
* Remove cleanups from execute_gdb_commandTom Tromey2017-01-101-5/+2
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-4/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-2/+2
* Class-ify ui_outSimon Marchi2016-12-221-1/+1
* Use ui_file_as_string in gdb/top.cPedro Alves2016-11-081-6/+3
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-081-3/+2
* Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth2016-10-251-1/+1
* Use scoped_restore for current_uiTom Tromey2016-10-211-22/+22
* Use scoped_restore for ui_fileTom Tromey2016-10-211-10/+10
* Use RAII to save and restore scalarsTom Tromey2016-10-211-2/+1
* PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey2016-09-211-8/+4
* new-ui command: gdb internal errors if input is already pendingPedro Alves2016-09-061-1/+10
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-1/+1
* Fix PR20494 - User input stops being echoed in CLIPedro Alves2016-08-231-1/+1
* Handle correctly passing a bad interpreter name to new-uiSimon Marchi2016-07-251-9/+29
* Fix djgpp gdb buildPedro Alves2016-07-211-1/+1
* Add new command to create extra console/mi UIsPedro Alves2016-06-211-0/+85
* Make stdin be per UIPedro Alves2016-06-211-23/+70
* Handle UI's terminal closingPedro Alves2016-06-211-0/+31
* Make main_ui be heap allocatedPedro Alves2016-06-211-0/+40
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-3/+5
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-211-10/+5
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-12/+34
* Make current_ui_out be per UIPedro Alves2016-06-211-0/+1
* Make instream be per UIPedro Alves2016-06-211-17/+19
* Make the interpreters be per UIPedro Alves2016-06-211-3/+3
* Make gdb_stdout&co be per UIPedro Alves2016-06-211-0/+15
* Introduce "struct ui"Pedro Alves2016-06-211-4/+6
* Introduce interruptible_selectPedro Alves2016-04-121-2/+2
* Inline command_loop in read_command_linePedro Alves2016-04-121-20/+15
* Don't rely on immediate_quit in command_line_inputPedro Alves2016-04-121-8/+24
* Command line input handling TLCPedro Alves2016-03-091-142/+28
* Simplify saved_command_line handlingPedro Alves2016-03-091-11/+4
* Use struct buffer in gdb_readline_no_editingPedro Alves2016-03-091-22/+18
* gdb_readline -> gdb_readline_no_editingPedro Alves2016-03-091-3/+4
* Eliminate async_annotation_suffixPedro Alves2016-03-091-4/+0
* Garbage collect window_hookPedro Alves2016-03-091-9/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker2016-01-011-1/+1
* Reset pagination counts even when stdin is not a tty.Sandra Loosemore2015-12-181-2/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-4/+5
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+5
* Merge async and sync code paths some morePedro Alves2015-09-091-5/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* tui: don't overwrite a secondary prompt that was given no inputPatrick Palka2015-08-211-0/+18
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+1
* gdb: get_frame_language now takes a frame parameter.Andrew Burgess2015-08-071-2/+3
* Make sure terminal settings are restored before exitingPatrick Palka2015-07-291-0/+21