aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-16Bug fix in commit for printing the function return value for non-trivial valuesCarl Love1-14/+16
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-4/+37
2022-11-11gdb: fix start breakpoint expression not working in some languagesSimon Marchi1-2/+7
2022-11-10gdb: make "start" breakpoint inferior-specificSimon Marchi1-1/+7
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-3/+2
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen1-0/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-14/+14
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-2/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-2/+2