aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28Suppress SIGTTOU when handling errorsAlan Hayward1-1/+1
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-2/+3
2019-04-19gdb/configure.ac: add --enable-source-highlightSergei Trofimovich1-0/+9
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-04-01Destroy allocated values when exiting GDBSergio Durigan Junior1-0/+6
2019-03-30Introduce new convenience variables $_gdb_major and $_gdb_minorEli Zaretskii1-12/+27
2019-03-13Change pid_to_str to return std::stringTom Tromey1-2/+2
2019-03-06Remove basic cleanup codeTom Tromey1-1/+1
2019-02-19Fix error message and use-after-free on errors in nested sourced filesSimon Marchi1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-4/+4
2019-01-01update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-31Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leakPhilippe Waroquiers1-5/+5
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey1-3/+3
2018-12-28Style the gdb welcome messageTom Tromey1-1/+8
2018-12-28Fix leak of set/show verbose doc, avoid xfree of static stringPhilippe Waroquiers1-5/+11
2018-12-21when printing the GDB config, explicitly say if configured without pythonДилян Палаузов1-0/+4
2018-09-24Add "const" to a few locals in gdbTom Tromey1-1/+1
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-8/+3
2018-07-04darwin: Don't use sbrkSimon Marchi1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-4/+3
2018-06-05Remove some text from --version outputTom Tromey1-8/+16
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