aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-16Remove excess whitespace from doc strings of some commandsEli Zaretskii1-6/+6
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-08Export "finish" return value to PythonTom Tromey1-17/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-5/+6
2024-02-09gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi1-5/+5
2024-01-31gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi1-3/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-02Fix GDB reverse-step and reverse-next command behaviorCarl Love1-0/+13
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-3/+3
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen1-39/+0
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess1-1/+0
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-2/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-4/+4
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-11/+4
2023-08-16gdb, infcmd: support jump command in multi-inferior casePuputti, Matti1-1/+1
2023-05-24gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti1-1/+13
2023-05-08gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt1-1/+2
2023-05-03gdb/show_args_command: print to the ui_file argumentLancelot SIX1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey1-8/+0
2023-04-28gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess1-13/+17
2023-04-28gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess1-10/+5
2023-04-28gdb: make set/show args work with $_gdb_setting_strAndrew Burgess1-21/+20
2023-04-28gdb: cleanup command creation in infcmd.cAndrew Burgess1-38/+31
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-1/+1
2023-03-29gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke1-1/+0
2023-03-21PowerPC: regression fix for reverse-finish command.Carl Love1-2/+4
2023-03-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love1-9/+23
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-02-27Improve "info program"Pedro Alves1-21/+58
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves1-0/+5
2023-02-13Turn record_latest_value into a methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey1-1/+0
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi1-1/+0
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi1-1/+0
2023-01-18Revert "X86: reverse-finish fix"Carl Love1-13/+19
2023-01-18Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love1-26/+14
2023-01-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love1-14/+26
2023-01-17X86: reverse-finish fixCarl Love1-19/+13
2023-01-13gdb: int to bool conversion for normal_stopAndrew Burgess1-3/+1
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-9/+9
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-3/+3
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-2/+2
2022-11-17Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love1-61/+61