aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-14/+4
2023-06-05[gdb] Fix more typosTom de Vries1-2/+2
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi1-6/+7
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi2-29/+8
2023-05-30gdb: add interp::on_command_error methodSimon Marchi2-10/+3
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi2-10/+3
2023-05-30gdb: add interp::on_no_history methodSimon Marchi2-13/+4
2023-05-30gdb: add interp::on_exited methodSimon Marchi2-13/+4
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi2-15/+5
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi2-16/+6
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi2-14/+5
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