summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* FDPIC WIPusers/lyon/arm-fdpic-wip-gdb-8.2users/clyon/arm-fdpic-wip-gdb-8.2Christophe Lyon2019-07-111-1/+1
* Add "const" to a few locals in gdbTom Tromey2018-09-241-1/+1
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-1/+1
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-8/+3
* darwin: Don't use sbrkSimon Marchi2018-07-041-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-4/+3
* Remove some text from --version outputTom Tromey2018-06-051-8/+16
* Make print_command_trace varargsTom Tromey2018-05-041-1/+1
* [Ada/ravenscar] error during "continue" after task/thread switchJoel Brobecker2018-04-301-1/+6
* Remove cleanups from gdb_readline_wrapperTom Tromey2018-03-271-57/+51
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Update "gdb --configuration" with recently added featuresEli Zaretskii2018-03-091-9/+36
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-3/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Constify execute_commandTom Tromey2017-11-071-11/+19
* Constify add_setshow_*Tom Tromey2017-11-071-5/+7
* Constify add_comTom Tromey2017-11-071-1/+1
* Add set_repeat_arguments functionTom Tromey2017-11-071-5/+24
* Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves2017-11-061-4/+4
* Remove cleanups from prepare_execute_commandTom Tromey2017-10-191-13/+5
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Use std::string in gdb_safe_append_historyTom Tromey2017-10-031-14/+10
* Remove make_delete_ui_cleanupTom Tromey2017-10-031-66/+35
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-031-5/+1
* Constify new_ui_commandTom Tromey2017-09-271-1/+1
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-3/+0
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* 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