summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi2021-06-252-30/+39
* gdb: add assert in cmd_list_element::set_contextSimon Marchi2021-06-251-1/+4
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-254-23/+20
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-272-14/+1
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-3/+3
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-272-31/+39
* gdb: make add_setshow commands return set_show_commandsSimon Marchi2021-05-271-110/+110
* cli-script: use unique_ptr to not leak next structAlexandra Hájková2021-05-202-36/+39
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-1/+1
* gdb: add cmd_list_element::is_command_class_helpSimon Marchi2021-05-172-17/+14
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-175-22/+28
* gdb: add cmd_list_element::is_aliasSimon Marchi2021-05-173-11/+15
* gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi2021-05-173-43/+40
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-175-70/+69
* gdb: don't handle old == nullptr in add_alias_cmdSimon Marchi2021-05-171-12/+1
* gdb: move cmd_list_element::prefixname to cli/cli-decode.cSimon Marchi2021-05-172-14/+19
* gdb: remove cmd_list_element::pre_show_hookSimon Marchi2021-05-132-8/+0
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-129-73/+75
* gdb: fix indentation of cmd_list_elementSimon Marchi2021-05-111-193/+193
* gdb/guile: perform tilde expansion when sourcing guile scriptsAndrew Burgess2021-05-071-2/+11
* gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione2021-05-072-17/+21
* gdb: check result of gdb_fopen_cloexec in dump_binary_fileSimon Marchi2021-04-261-0/+3
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-9/+11
* Avoid use after free with logging and debug redirect.Lancelot SIX2021-01-271-0/+8
* gdb: add new version styleAndrew Burgess2021-01-222-3/+20
* gdb: move set remote commands to remote.cSimon Marchi2021-01-221-36/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0118-18/+18
* gdb: multi-line support for "document" commandRae Kim2020-12-152-7/+43
* Highlight deprecated commands using title styleTom Tromey2020-12-151-7/+16
* gdb: introduce new 'maint flush ' prefix commandAndrew Burgess2020-12-132-0/+8
* gdb: improve the warning given for deprecated aliases with a prefixAndrew Burgess2020-12-111-41/+43
* gdb: make deprecated_cmd_warning i18n friendlyAndrew Burgess2020-12-111-40/+39
* gdb: give deprecated command warning for aliases with a prefixAndrew Burgess2020-12-111-13/+41
* gdb: don't warn about deprecated aliases during tab completionAndrew Burgess2020-12-111-43/+5
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-025-56/+56
* Fix help string of alias commandAndreas Schwab2020-10-201-2/+2
* Style more output of "disassemble" commandTom Tromey2020-10-081-8/+14
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees2020-09-261-4/+5
* Use gdb_bfd_sections in restore_commandTom Tromey2020-09-191-49/+45
* Demangle function names when disassemblingAndrew Burgess2020-07-281-1/+8
* Update "disassemble" helpTom Tromey2020-07-281-5/+5
* Remove "cmd_type" functionTom Tromey2020-06-283-18/+7
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-224-74/+299
* Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani2020-05-271-1/+1
* Ensure class_tui is listed in the output of "help" giving the list of classes.Philippe Waroquiers2020-05-261-0/+6
* Revert "Add completion styling"Tom Tromey2020-05-242-51/+0
* Add completion stylingTom Tromey2020-05-232-0/+51
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1