aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02gdb: more file name stylingAndrew Burgess1-9/+16
2024-09-30Add line-number stylingTom Tromey1-2/+4
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 Burgess1-4/+5
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 Marchi1-0/+1
2024-05-08gdb: Change "list ." command's error when no debuginfo is availableGuinevere Larsen1-11/+30
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-23gdb: fix "list ." related crashGuinevere Larsen1-0/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-11-08gdb: add a custom command completer for disassemble commandAndrew Burgess1-1/+15
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess1-0/+4
2023-09-20Remove explanatory comments from includesTom Tromey1-5/+5
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen1-9/+9
2023-07-14gdb/doc: document '+' argument for 'list' commandBruno Larsen1-0/+1
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen1-4/+13
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen1-2/+29
2023-07-14gdb/cli: Factor out code to list lines around a given lineBruno Larsen1-13/+23
2023-06-09gdb: fix ASan failure after recent string changesAndrew Burgess1-1/+7
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-14/+4
2023-05-12gdb: fix error message for $_gdb_maint_settingAndrew Burgess1-2/+10
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-02gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi1-1/+1
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves1-4/+92
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-1/+1
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-27/+32
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-08[gdb/cli] Make quit really quit after remote connection closedTom de Vries1-1/+14
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-0/+6
2022-08-19Remove two initialization functionsTom Tromey1-7/+1
2022-06-17event_location -> location_specPedro Alves1-16/+16
2022-04-27gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_NRANGES macroSimon Marchi1-3/+4
2022-04-27gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi1-2/+2
2022-04-18gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi1-3/+3
2022-04-07gdb: remove symtab::objfileSimon Marchi1-2/+2
2022-04-07gdb: remove symtab::dirnameSimon Marchi1-2/+2
2022-03-31Remove dbx modeTom Tromey1-5/+1
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Unify gdb printf functionsTom Tromey1-62/+62
2022-03-29Unify vprintf functionsTom Tromey1-1/+1