summaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Add set_repeat_arguments functionTom Tromey
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-10-03Use std::string in gdb_safe_append_historyTom Tromey
2017-10-03Remove make_delete_ui_cleanupTom Tromey
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey
2017-09-27Constify new_ui_commandTom Tromey
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey
2017-08-03Remove in_user_commandTom Tromey
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
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