summaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make add_setshow commands return set_show_commandsSimon Marchi2021-05-271-1/+1
* gdb: add cmd_list_element::is_command_class_helpSimon Marchi2021-05-171-1/+1
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-1/+1
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-2/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+7
* gdb: initialise extension languages after processing early startup filesAndrew Burgess2021-04-281-6/+0
* gdb: remove unused argument from gdb_initAndrew Burgess2021-04-281-1/+3
* gdb: add "set startup-quietly" commandTom Tromey2021-04-151-0/+33
* gdb/py: fix gdb.parameter('data-directory')Andrew Burgess2021-04-071-2/+15
* Remove parameter from language_infoTom Tromey2021-03-291-1/+2
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-0/+7
* gdb: update comment for execute_command_to_stringAndrew Burgess2021-01-281-3/+1
* gdb: add new version styleAndrew Burgess2021-01-221-8/+3
* gdb: move remote_debug to remote.{h,c}Simon Marchi2021-01-221-4/+0
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* gdb: remove pre_init_ui_hook from top.cSimon Marchi2021-01-121-5/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2021-01-011-1/+1
* gdb: give deprecated command warning for aliases with a prefixAndrew Burgess2020-12-111-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-62/+62
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-0/+4
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Remove ui::numTom Tromey2020-09-151-4/+0
* gdb: Add --with-python-libdir to gdb's --configuration outputAndrew Burgess2020-06-231-0/+9
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-4/+17
* Remove ALL_UISTom Tromey2020-05-161-2/+1
* Change server_command to boolTom Tromey2020-05-091-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-14/+0
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: Allow GDB to _not_ load a previous command historyAndrew Burgess2020-03-021-10/+41
* Add debuginfod support to GDBAaron Merey2020-02-261-0/+10
* gdb: remove uses of iterate_over_inferiors in top.cSimon Marchi2020-01-171-32/+19
* Multi-target supportPedro Alves2020-01-101-7/+10
* Ensure GDB warnings are styled.Philippe Waroquiers2020-01-031-6/+10
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker2020-01-011-1/+1
* Fix whitespace in last change in top.cEli Zaretskii2019-12-211-1/+1
* Include xxHash support status in GDB configuration reportEli Zaretskii2019-12-211-8/+16
* Fix -Wmisleading-indentation warning in top.cSimon Marchi2019-12-181-3/+22
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-6/+12
* Implement user defined prefix.Philippe Waroquiers2019-11-301-0/+12
* gdb: remove gen_ret_current_ui_field_ptrSimon Marchi2019-11-211-12/+26
* 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