aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+1
2022-02-07gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur1-0/+39
2022-02-06gdb: remove SYMTAB_DIRNAME macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-2/+2
2022-02-02gdb: handle calls to edit command passing only a linespec conditionAndrew Burgess1-3/+4
2022-02-02gdb: handle calls to list command passing only a linespec conditionAndrew Burgess1-0/+12
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-05Use filtered output in ordinary commandsTom Tromey1-7/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-18gdb: add "exit" command as an alias for "quit"Enze Li1-1/+2
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-5/+4