aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
10 days[gdb/tui] Fix shell command terminal settingsTom de Vries1-0/+4
10 daysgdb: 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
2024-10-22[gdb] Handle EINTR in run_under_shellTom de Vries1-1/+6
2024-10-20Use std::make_unique in more placesTom Tromey1-1/+1
2024-10-08[gdb/contrib] Add more separators in spellcheck.shTom de Vries1-1/+1
2024-10-02gdb: more file name stylingAndrew Burgess1-9/+16
2024-09-30Add line-number stylingTom Tromey3-2/+19
2024-09-30gdb, testsuite: clean duplicate header includesGerlicher, Klaus1-1/+0
2024-09-24[gdb] Eliminate catch(...) in pipe_commandTom de Vries1-11/+6
2024-09-07gdb: move display of completion results into completion_result classAndrew Burgess1-25/+1
2024-09-07gdb: deprecated filename_completer and associated functionsAndrew Burgess3-11/+12
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-5/+9
2024-07-15gdb: pass program space to have_{full,partial}_symbolsSimon Marchi1-1/+2
2024-07-15gdb: pass program space to clear_current_source_symtab_and_lineSimon Marchi1-1/+1
2024-05-30gdb: remove unused includes in utils.hSimon Marchi2-0/+2
2024-05-17Remove gdb_stdtargerrTom Tromey2-4/+0