summaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb/options: fix copy&paste error in string_option_defAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-08gdb: add a custom command completer for disassemble commandAndrew Burgess
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen
2023-07-14gdb/doc: document '+' argument for 'list' commandBruno Larsen
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen
2023-07-14gdb/cli: Factor out code to list lines around a given lineBruno Larsen
2023-06-20Use std::string in do_set_commandTom Tromey
2023-06-09gdb: fix ASan failure after recent string changesAndrew Burgess
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess
2023-06-05[gdb] Fix more typosTom de Vries
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi
2023-05-30gdb: add interp::on_command_error methodSimon Marchi
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi
2023-05-30gdb: add interp::on_no_history methodSimon Marchi
2023-05-30gdb: add interp::on_exited methodSimon Marchi
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi
2023-05-12gdb: remove unnecessary call to std::string constructorSimon Marchi
2023-05-12gdb: fix error message for $_gdb_maint_settingAndrew Burgess
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-05-01Remove evaluate_expressionTom Tromey
2023-04-28gdb: make deprecated_show_value_hack staticAndrew Burgess
2023-04-24gdb: remove end_stepping_range observableSimon Marchi
2023-04-02gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves
2023-02-13Remove deprecated_lval_hackTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki
2023-01-18GDB: Add references to erased args in cli-decode.cMaciej W. Rozycki
2023-01-18GDB: Add missing inline documentation for `add_setshow_cmd_full'Maciej W. Rozycki
2023-01-18GDB: Correct inline documentation for `add_setshow_cmd_full_erased'Maciej W. Rozycki
2023-01-18GDB: Fix documentation for `theclass' parameters in cli-decode.cMaciej W. Rozycki
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi
2022-11-30Rename fields of cli_interp_base::saved_output_filesTom Tromey