aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-17gdb: remove uses of iterate_over_inferiors in top.cSimon Marchi1-32/+19
2020-01-10Multi-target supportPedro Alves1-7/+10
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers1-6/+10
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2020-01-01update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker1-1/+1
2019-12-21Fix whitespace in last change in top.cEli Zaretskii1-1/+1
2019-12-21Include xxHash support status in GDB configuration reportEli Zaretskii1-8/+16
2019-12-18Fix -Wmisleading-indentation warning in top.cSimon Marchi1-3/+22
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-6/+12
2019-11-30Implement user defined prefix.Philippe Waroquiers1-0/+12
2019-11-21gdb: remove gen_ret_current_ui_field_ptrSimon Marchi1-12/+26
2019-11-08Constify command_line_inputTom Tromey1-2/+2
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-0/+4
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-10-08Move declaration of lang_frame_mismatch_warn to header.Christian Biesinger1-3/+1
2019-09-26Remove initialize_utilsTom Tromey1-1/+0
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