aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2024-01-23gdb: fix "list ." related crashGuinevere Larsen1-0/+2
2023-09-20Remove explanatory comments from includesTom Tromey2-6/+6
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-20Use std::string in do_set_commandTom Tromey1-15/+7
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-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