aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)Author
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves
2017-03-08Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08Use ui_file_as_string in gdb/top.cPedro Alves
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth
2016-10-21Use scoped_restore for current_uiTom Tromey
2016-10-21Use scoped_restore for ui_fileTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves
2016-07-25Handle correctly passing a bad interpreter name to new-uiSimon Marchi
2016-07-21Fix djgpp gdb buildPedro Alves
2016-06-21Add new command to create extra console/mi UIsPedro Alves
2016-06-21Make stdin be per UIPedro Alves
2016-06-21Handle UI's terminal closingPedro Alves
2016-06-21Make main_ui be heap allocatedPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Make current_ui_out be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-06-21Make gdb_stdout&co be per UIPedro Alves
2016-06-21Introduce "struct ui"Pedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-04-12Inline command_loop in read_command_linePedro Alves
2016-04-12Don't rely on immediate_quit in command_line_inputPedro Alves
2016-03-09Command line input handling TLCPedro Alves
2016-03-09Simplify saved_command_line handlingPedro Alves
2016-03-09Use struct buffer in gdb_readline_no_editingPedro Alves
2016-03-09gdb_readline -> gdb_readline_no_editingPedro Alves
2016-03-09Eliminate async_annotation_suffixPedro Alves
2016-03-09Garbage collect window_hookPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-09Merge async and sync code paths some morePedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka