aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Make print_command_trace varargsTom Tromey1-1/+1
2018-04-30[Ada/ravenscar] error during "continue" after task/thread switchJoel Brobecker1-1/+6
2018-03-27Remove cleanups from gdb_readline_wrapperTom Tromey1-57/+51
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-09Update "gdb --configuration" with recently added featuresEli Zaretskii1-9/+36
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-3/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-07Constify execute_commandTom Tromey1-11/+19
2017-11-07Constify add_setshow_*Tom Tromey1-5/+7
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-07Add set_repeat_arguments functionTom Tromey1-5/+24
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves1-4/+4
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey1-13/+5
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-10-03Use std::string in gdb_safe_append_historyTom Tromey1-14/+10
2017-10-03Remove make_delete_ui_cleanupTom Tromey1-66/+35
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-5/+1
2017-09-27Constify new_ui_commandTom Tromey1-1/+1
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-3/+0
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-15/+17
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-8/+2
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey1-17/+2
2017-08-03Remove in_user_commandTom Tromey1-4/+0
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey1-12/+12
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+1
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior1-0/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+3
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves1-1/+1
2017-03-08Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves1-2/+8
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-32/+19
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-5/+2
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-4/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-2/+2
2016-12-22Class-ify ui_outSimon Marchi1-1/+1
2016-11-08Use ui_file_as_string in gdb/top.cPedro Alves1-6/+3
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-3/+2
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