aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* Constify command_line_inputTom Tromey2019-11-081-2/+2
* Load system gdbinit files from a directoryChristian Biesinger2019-10-291-0/+4
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Move declaration of lang_frame_mismatch_warn to header.Christian Biesinger2019-10-081-3/+1
* Remove initialize_utilsTom Tromey2019-09-261-1/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-5/+5
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-8/+9
* [PR build/24886] disable glibc mcheck supportFrank Ch. Eigler2019-08-061-9/+0
* Fix for using named pipes on WindowsGuillaume LABARTHE2019-07-181-11/+7
* Remove init_cli_cmdsTom Tromey2019-07-111-5/+0
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Introduce the "with" commandPedro Alves2019-07-031-1/+6
* gdb: Remove use of deprecated_interactive_hookAndrew Burgess2019-06-181-5/+0
* Remove alloca(0) callsTom Tromey2019-06-141-4/+0
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Add function execute_command_to_ui_filePhilippe Waroquiers2019-05-311-13/+22
* Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers2019-05-311-11/+63
* Suppress SIGTTOU when handling errorsAlan Hayward2019-05-281-1/+1
* 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