aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2023-05-12gdb: remove unnecessary call to std::string constructorSimon Marchi1-1/+1
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 Marchi3-0/+3
2023-05-01Remove evaluate_expressionTom Tromey1-2/+2
2023-04-28gdb: make deprecated_show_value_hack staticAndrew Burgess1-1/+1
2023-04-24gdb: remove end_stepping_range observableSimon Marchi1-17/+0
2023-04-02gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi3-11/+9
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-4/+4
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves1-4/+92
2023-02-13Remove deprecated_lval_hackTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey2-3/+3
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey3-5/+5
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-35/+14
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki6-284/+521
2023-01-18GDB: Add references to erased args in cli-decode.cMaciej W. Rozycki1-11/+6
2023-01-18GDB: Add missing inline documentation for `add_setshow_cmd_full'Maciej W. Rozycki1-0/+12
2023-01-18GDB: Correct inline documentation for `add_setshow_cmd_full_erased'Maciej W. Rozycki1-1/+1
2023-01-18GDB: Fix documentation for `theclass' parameters in cli-decode.cMaciej W. Rozycki1-11/+11
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker18-18/+18
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi2-10/+20
2022-11-30Rename fields of cli_interp_base::saved_output_filesTom Tromey2-11/+14
2022-11-28Don't let gdb_stdlog use pagerTom Tromey2-10/+15
2022-11-28Don't let tee_file own a streamTom Tromey2-5/+7
2022-11-28Remove 'saved_output' globalTom Tromey2-30/+33
2022-11-28Fix crash in "document" commandTom Tromey1-0/+2
2022-11-17Remove two obsolete declarationsTom Tromey1-4/+0
2022-11-16gdb: add "set style tui-current-position on|off", default to offPedro Alves1-2/+2
2022-11-08[gdb/cli] Make quit really quit after remote connection closedTom de Vries1-1/+14
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+2
2022-10-14Use scoped_value_mark in more placesTom Tromey1-16/+16
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-0/+6
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-08-25Allow to document user-defined aliases.Philippe Waroquiers2-31/+69
2022-08-19Remove two initialization functionsTom Tromey2-9/+1
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-07-18Replace input_interactive_p with a methodTom Tromey1-2/+2
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess2-15/+120
2022-06-30GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki1-0/+2
2022-06-29GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki1-5/+5
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves1-66/+61
2022-06-23Don't declare cli_set_loggingTom Tromey1-5/+0
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