aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-5/+5
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-8/+9
2019-08-06[PR build/24886] disable glibc mcheck supportFrank Ch. Eigler1-9/+0
2019-07-18Fix for using named pipes on WindowsGuillaume LABARTHE1-11/+7
2019-07-11Remove init_cli_cmdsTom Tromey1-5/+0
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-07-03Introduce the "with" commandPedro Alves1-1/+6
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess1-5/+0
2019-06-14Remove alloca(0) callsTom Tromey1-4/+0
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-05-31Add function execute_command_to_ui_filePhilippe Waroquiers1-13/+22
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-11/+63
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