summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-02Fix GDB reverse-step and reverse-next command behaviorCarl Love
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-08-16gdb, infcmd: support jump command in multi-inferior casePuputti, Matti
2023-05-24gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti
2023-05-08gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt
2023-05-03gdb/show_args_command: print to the ui_file argumentLancelot SIX
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey
2023-04-28gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess
2023-04-28gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess
2023-04-28gdb: make set/show args work with $_gdb_setting_strAndrew Burgess
2023-04-28gdb: cleanup command creation in infcmd.cAndrew Burgess
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-03-29gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke
2023-03-21PowerPC: regression fix for reverse-finish command.Carl Love
2023-03-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner
2023-02-27Improve "info program"Pedro Alves
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves
2023-02-13Turn record_latest_value into a methodTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi
2023-01-18Revert "X86: reverse-finish fix"Carl Love
2023-01-18Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love
2023-01-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love
2023-01-17X86: reverse-finish fixCarl Love
2023-01-13gdb: int to bool conversion for normal_stopAndrew Burgess
2023-01-03Add new overload of gdbarch_return_valueTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-19Use bool constants for value_print_optionsTom Tromey
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers
2022-11-17Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love
2022-11-16Bug fix in commit for printing the function return value for non-trivial valuesCarl Love
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love
2022-11-11gdb: fix start breakpoint expression not working in some languagesSimon Marchi
2022-11-10gdb: make "start" breakpoint inferior-specificSimon Marchi
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen
2022-10-10Change GDB to use frame_info_ptrTom Tromey