aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-62/+62
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-0/+4
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-15Remove ui::numTom Tromey1-4/+0
2020-06-23gdb: Add --with-python-libdir to gdb's --configuration outputAndrew Burgess1-0/+9
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-4/+17
2020-05-16Remove ALL_UISTom Tromey1-2/+1
2020-05-09Change server_command to boolTom Tromey1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-14/+0
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-03-02gdb: Allow GDB to _not_ load a previous command historyAndrew Burgess1-10/+41
2020-02-26Add debuginfod support to GDBAaron Merey1-0/+10
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