aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2025-12-10[gdb] Fix whitespace in *.cTom de Vries1-1/+0
2025-12-05gdb: display a symbol more often in multi-file list outputAndrew Burgess1-0/+8
2025-11-19gdb: add more styling to cli/cli-cmds.cAndrew Burgess1-8/+17
2025-11-17[gdb/cli] Add missing _() for dump commandsTom de Vries1-4/+4
2025-11-14gdb, gdbsupport: use DISABLE_COPY_AND_ASSIGN in a few spotsSimon Marchi1-3/+2
2025-11-05gdb: add "essential" command classGuinevere Larsen3-3/+23
2025-11-05gdb: make command classes be bitmapsGuinevere Larsen3-82/+84
2025-11-02gdb: add a constructor for symtabAndrew Burgess1-1/+1
2025-10-24gdb: add gdb_rl_tilde_expand utilSimon Marchi3-11/+8
2025-10-20gdb, gdbserver, gdbsupport: trim trailing whitespacesSimon Marchi6-38/+38
2025-10-20gdb: rename find_pc_line -> find_sal_for_pcSimon Marchi1-1/+1
2025-10-20gdb: rename find_pc_function -> find_symbol_for_pcSimon Marchi1-2/+2
2025-10-08gdb: make deprecated_show_value_hack use its ui_file parameterSébastien Darche1-7/+5
2025-09-09Use gnulib c-ctype module in gdbTom Tromey7-36/+31
2025-07-25[gdb/tui] Fix shell command terminal settingsTom de Vries1-0/+4
2025-07-25gdb: use the location_completer for the list commandGuinevere Larsen1-0/+1
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey6-18/+6
2025-06-23gdb: filename completion for pipe command -- the shell command bitAndrew Burgess1-2/+26
2025-06-02gdb: use quoted filename completion for the shell commandAndrew Burgess1-1/+16
2025-05-09Fix two comments in cli-style.cTom Tromey1-2/+2
2025-05-02Use emoji to indicate errors and warningsTom Tromey2-0/+124
2025-04-22Remove ui_file::reset_styleTom Tromey1-1/+1
2025-04-14gdb: add an assert to cmd_list_element constructorAndrew Burgess1-0/+2
2025-04-10[gdb/cli] Fix typo in cli-dump.cTom de Vries1-1/+1
2025-04-08Simplify print_doc_lineTom Tromey1-29/+17
2025-04-08Update copyright dates to include 2025Tom Tromey18-18/+18
2025-03-28gdb: reduce breakpoint-modified events for dprintf b/pAndrew Burgess2-0/+69
2025-03-26gdb: add configure option to disable compileGuinevere Larsen1-0/+4
2025-03-21gdb: check styled status of source cache entriesAndrew Burgess1-1/+3
2025-03-19gdb/python: new styling argument to gdb.executeAndrew Burgess4-5/+45
2025-03-17gdb: make cli_styling static within cli/cli-style.cAndrew Burgess2-5/+26
2025-03-06[gdb/cli] Fix typosTom de Vries2-2/+2
2025-02-24gdb/styling: only check TERM environment once, during initialisationAndrew Burgess2-0/+57
2025-02-24gdb/doc: fix help text for 'set style disassembler enabled'Andrew Burgess1-3/+11
2025-02-16gdb: fix color_option_def compile error (clang)Andrew Oates1-1/+1
2025-02-07[gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8Tom de Vries1-3/+9
2025-01-29Use command style in cmd_show_listTom Tromey1-5/+9
2025-01-29Use command style in "help" commandTom Tromey3-41/+53
2025-01-15Fix help formatting for string and filename optionsTom Tromey1-2/+2
2025-01-14Use filename style in "show" commandsTom Tromey1-2/+7
2025-01-12Add an option with a color type.Andrei Pikas8-42/+296
2024-12-18Run check-include-guards.pyTom Tromey8-24/+24
2024-12-12Replace uses of "title" style with "command"Tom Tromey2-9/+9
2024-12-12Introduce "command" stylingTom Tromey3-8/+29
2024-11-22[gdbsupport] Add gdb::{waitpid,read,write,close}Tom de Vries1-1/+1
2024-11-22gdb/disasm: fix demangling when disassembling the current functionAndrew Burgess1-9/+11
2024-11-11Wrap help options when building help stringTom Tromey2-24/+42
2024-11-11Wrap help strings at 80 columnsTom Tromey2-8/+9
2024-11-08gdb: fixes and tests for the 'edit' commandAndrew Burgess1-1/+2
2024-11-04gdb: add filename option supportAndrew Burgess2-3/+107