752 Commits (8dd8c8d4ab262bc4e469b9914cc9b83de3b5bcfb)

Author SHA1 Message Date
Marco Barisione 8dd8c8d4ab gdb: Pass std::strings to ui_out::field_string () where convenient 5 years ago
Marco Barisione 4915bfdcfb gdb: Add an overloaded ui_out::text accepting a const std::string & 5 years ago
Simon Marchi 034dce7a47 gdb: add cmd_list_element::is_command_class_help 5 years ago
Simon Marchi 3d0b356410 gdb: add cmd_list_element::is_prefix 5 years ago
Simon Marchi 1be99b11f8 gdb: add cmd_list_element::is_alias 5 years ago
Simon Marchi 9985872497 gdb: rename cmd_list_element::cmd_pointer to target 5 years ago
Simon Marchi 14b42fc4a0 gdb: rename cmd_list_element::prefixlist to subcommands 5 years ago
Simon Marchi ecd0a6b35d gdb: don't handle old == nullptr in add_alias_cmd 5 years ago
Simon Marchi 413b49c2b6 gdb: move cmd_list_element::prefixname to cli/cli-decode.c 5 years ago
Simon Marchi 0b2256f772 gdb: remove cmd_list_element::pre_show_hook 5 years ago
Marco Barisione 2f822da535 gdb: generate the prefix name for prefix commands on demand 5 years ago
Simon Marchi 64f30eb0f8 gdb: fix indentation of cmd_list_element 5 years ago
Andrew Burgess 1845e25464 gdb/guile: perform tilde expansion when sourcing guile scripts 5 years ago
Marco Barisione a9b49cbcd5 gdb: add lookup_cmd_exact to simplify a common pattern 5 years ago
Simon Marchi bea3329b76 gdb: check result of gdb_fopen_cloexec in dump_binary_file 5 years ago
Simon Marchi c90e7d6352 gdbsupport, gdb: give names to observers 5 years ago
Lancelot SIX 59b59f08f6 Avoid use after free with logging and debug redirect. 5 years ago
Andrew Burgess 9d2d8a16e1 gdb: add new version style 5 years ago
Simon Marchi baf2b57f18 gdb: move set remote commands to remote.c 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Rae Kim a33fc9aed4 gdb: multi-line support for "document" command 5 years ago
Tom Tromey 0e5ad4426a Highlight deprecated commands using title style 5 years ago
Andrew Burgess 50a5f1878e gdb: introduce new 'maint flush ' prefix command 5 years ago
Andrew Burgess 19c659f164 gdb: improve the warning given for deprecated aliases with a prefix 5 years ago
Andrew Burgess 44c77c3272 gdb: make deprecated_cmd_warning i18n friendly 5 years ago
Andrew Burgess 9ef6d4a1b4 gdb: give deprecated command warning for aliases with a prefix 5 years ago
Andrew Burgess 1536146f30 gdb: don't warn about deprecated aliases during tab completion 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Andreas Schwab e0c45dedd9 Fix help string of alias command 6 years ago
Tom Tromey b270168504 Style more output of "disassemble" command 6 years ago
Tom Tromey 55f6301ac0 Remove target_has_execution macro 6 years ago
Gareth Rees 8f9929bb97 gdb: Fix from_tty argument to gdb.execute in Python. 6 years ago
Tom Tromey 03cd72b810 Use gdb_bfd_sections in restore_command 6 years ago
Andrew Burgess f75a069335 Demangle function names when disassembling 6 years ago
Tom Tromey 16f3242c05 Update "disassemble" help 6 years ago
Tom Tromey cd4c4c07f4 Remove "cmd_type" function 6 years ago
Philippe Waroquiers cf00cd6faf default-args: allow to define default arguments for aliases 7 years ago
Hannes Domani c17ace4397 Move exit_status_set_internal_vars out of GLOBAL_CURDIR 6 years ago
Philippe Waroquiers e98d2e6da4 Ensure class_tui is listed in the output of "help" giving the list of classes. 6 years ago
Tom Tromey 0a4f5f8cae Revert "Add completion styling" 6 years ago
Tom Tromey eca1f90cf4 Add completion styling 6 years ago
Simon Marchi 84d53fa9d2 gdb: remove unnecessary NULL checks before xfree 6 years ago
Philippe Waroquiers 57b4f16e49 Ensure class_alias is only used for user-defined aliases. 6 years ago
Philippe Waroquiers 7c05caf72d Fix/improve 'apropos' output 6 years ago
Philippe Waroquiers 3b3aaacba1 Fix/improve 'help CLASS' output 6 years ago
Philippe Waroquiers 7aa1b46f43 Fix inconsistent output of prefix and bugs in 'show' command 6 years ago
Philippe Waroquiers 3f4d92ebdf Fix the problems reported by prefix check of command-def-selftests.c 6 years ago
Philippe Waroquiers 0605465feb Fix problem that alias can be defined or not depending on the order. 6 years ago
Philippe Waroquiers a7b9ceb8b4 Fix the only incorrect case found by command_structure_invariants selftest. 6 years ago
Simon Marchi 7813437494 gdb: remove TYPE_CODE macro 6 years ago