summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-2/+3
* gdb/configure.ac: add --enable-source-highlightSergei Trofimovich2019-04-191-0/+9
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Destroy allocated values when exiting GDBSergio Durigan Junior2019-04-011-0/+6
* Introduce new convenience variables $_gdb_major and $_gdb_minorEli Zaretskii2019-03-301-12/+27
* Change pid_to_str to return std::stringTom Tromey2019-03-131-2/+2
* Remove basic cleanup codeTom Tromey2019-03-061-1/+1
* Fix error message and use-after-free on errors in nested sourced filesSimon Marchi2019-02-191-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-231-4/+4
* update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leakPhilippe Waroquiers2018-12-311-5/+5
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-301-3/+3
* Style the gdb welcome messageTom Tromey2018-12-281-1/+8
* Fix leak of set/show verbose doc, avoid xfree of static stringPhilippe Waroquiers2018-12-281-5/+11
* when printing the GDB config, explicitly say if configured without pythonДилян Палаузов2018-12-211-0/+4
* 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