aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi3-3/+1
2024-04-25gdb: move style_set_list/style_show_list declarations to cli/cli-style.hSimon Marchi1-0/+4
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi10-10/+0
2024-02-07Raise exception if ambiguous name is used in gdb.parameterHannes Domani2-3/+12
2024-01-23gdb: fix "list ." related crashGuinevere Larsen1-0/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess18-18/+18
2023-12-14gdb/options: fix copy&paste error in string_option_defAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-2/+2
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six6-16/+16
2023-11-08gdb: add a custom command completer for disassemble commandAndrew Burgess1-1/+15
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess1-0/+4
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
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