summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove unnecessary call to std::string constructorSimon Marchi2023-05-121-1/+1
* gdb: fix error message for $_gdb_maint_settingAndrew Burgess2023-05-121-2/+10
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-013-0/+3
* Remove evaluate_expressionTom Tromey2023-05-011-2/+2
* gdb: make deprecated_show_value_hack staticAndrew Burgess2023-04-281-1/+1
* gdb: remove end_stepping_range observableSimon Marchi2023-04-241-17/+0
* gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi2023-04-023-11/+9
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-4/+4
* Add new "$_shell(CMD)" internal functionPedro Alves2023-02-151-4/+92
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-132-3/+3
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-133-5/+5
* Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves2023-02-081-35/+14
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-196-284/+521
* GDB: Add references to erased args in cli-decode.cMaciej W. Rozycki2023-01-181-11/+6
* GDB: Add missing inline documentation for `add_setshow_cmd_full'Maciej W. Rozycki2023-01-181-0/+12
* GDB: Correct inline documentation for `add_setshow_cmd_full_erased'Maciej W. Rozycki2023-01-181-1/+1
* GDB: Fix documentation for `theclass' parameters in cli-decode.cMaciej W. Rozycki2023-01-181-11/+11
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0118-18/+18
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-152-10/+20
* Rename fields of cli_interp_base::saved_output_filesTom Tromey2022-11-302-11/+14
* Don't let gdb_stdlog use pagerTom Tromey2022-11-282-10/+15
* Don't let tee_file own a streamTom Tromey2022-11-282-5/+7
* Remove 'saved_output' globalTom Tromey2022-11-282-30/+33
* Fix crash in "document" commandTom Tromey2022-11-281-0/+2
* Remove two obsolete declarationsTom Tromey2022-11-171-4/+0
* gdb: add "set style tui-current-position on|off", default to offPedro Alves2022-11-161-2/+2
* [gdb/cli] Make quit really quit after remote connection closedTom de Vries2022-11-081-1/+14
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Use scoped_value_mark in more placesTom Tromey2022-10-141-16/+16
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-021-0/+6
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* Allow to document user-defined aliases.Philippe Waroquiers2022-08-252-31/+69
* Remove two initialization functionsTom Tromey2022-08-192-9/+1
* Remove manual lifetime management from cli_interpTom Tromey2022-07-181-22/+14
* Remove cli_out_newTom Tromey2022-07-181-1/+1
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+2
* gdb: add support for disassembler styling using libopcodesAndrew Burgess2022-07-112-15/+120
* GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki2022-06-301-0/+2
* GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki2022-06-291-5/+5
* Eliminate TUI/CLI observers duplicationPedro Alves2022-06-241-66/+61
* Don't declare cli_set_loggingTom Tromey2022-06-231-5/+0
* event_location -> location_specPedro Alves2022-06-171-16/+16
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-271-3/+4
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi2022-04-181-3/+3