summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-15/+17
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-8/+2
* Replace do_restore_instream_cleanup with scoped_restoreTom Tromey2017-08-031-17/+2
* Remove in_user_commandTom Tromey2017-08-031-4/+0
* Change open_terminal_stream to return a gdb_file_upTom Tromey2017-08-031-12/+12
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-1/+1
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-0/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+3
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-1/+1
* Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves2017-03-081-2/+8
* 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