GDB (xrefs)
Classes | Macros | Enumerations | Functions | Variables
/tmp/gdb-8.1/gdb/inferior.h File Reference
#include "breakpoint.h"
#include "target.h"
#include "frame.h"
#include "environ.h"
#include "progspace.h"
#include "registry.h"
#include "symfile-add-flags.h"
#include "common/refcounted-object.h"
#include "common-inferior.h"

Go to the source code of this file.

Classes

struct  private_inferior
 
struct  inferior_control_state
 
class  inferior
 
class  scoped_restore_current_inferior
 

Macros

#define ON_STACK   1
 
#define AT_ENTRY_POINT   4
 
#define ALL_INFERIORS(I)   for ((I) = inferior_list; (I); (I) = (I)->next)
 
#define ALL_NON_EXITED_INFERIORS(I)
 

Enumerations

enum  step_over_calls_kind { STEP_OVER_NONE, STEP_OVER_ALL, STEP_OVER_UNDEBUGGABLE }
 
enum  stop_kind { NO_STOP_QUIETLY = 0, STOP_QUIETLY, STOP_QUIETLY_REMOTE, STOP_QUIETLY_NO_SIGSTOP }
 

Functions

struct infcall_suspend_statesave_infcall_suspend_state (void)
 
struct infcall_control_statesave_infcall_control_state (void)
 
void restore_infcall_suspend_state (struct infcall_suspend_state *)
 
void restore_infcall_control_state (struct infcall_control_state *)
 
struct cleanupmake_cleanup_restore_infcall_suspend_state (struct infcall_suspend_state *)
 
struct cleanupmake_cleanup_restore_infcall_control_state (struct infcall_control_state *)
 
void discard_infcall_suspend_state (struct infcall_suspend_state *)
 
void discard_infcall_control_state (struct infcall_control_state *)
 
struct regcacheget_infcall_suspend_state_regcache (struct infcall_suspend_state *)
 
void set_sigint_trap (void)
 
void clear_sigint_trap (void)
 
void set_inferior_io_terminal (const char *terminal_name)
 
const char * get_inferior_io_terminal (void)
 
void generic_mourn_inferior (void)
 
CORE_ADDR unsigned_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf)
 
void unsigned_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr)
 
CORE_ADDR signed_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf)
 
void address_to_signed_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr)
 
void reopen_exec_file (void)
 
void default_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all)
 
void default_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args)
 
void child_terminal_info (struct target_ops *self, const char *, int)
 
void info_terminal_command (char *, int)
 
void child_terminal_ours (struct target_ops *self)
 
void child_terminal_ours_for_output (struct target_ops *self)
 
void child_terminal_inferior (struct target_ops *self)
 
void child_terminal_init (struct target_ops *self)
 
void child_terminal_init_with_pgrp (int pgrp)
 
ptid_t gdb_startup_inferior (pid_t pid, int num_traps)
 
char * construct_inferior_arguments (int, char **)
 
void setup_inferior (int from_tty)
 
void post_create_inferior (struct target_ops *, int)
 
void attach_command (const char *, int)
 
char * get_inferior_args (void)
 
void set_inferior_args (const char *)
 
void set_inferior_args_vector (int, char **)
 
void registers_info (const char *, int)
 
void continue_1 (int all_threads)
 
void interrupt_target_1 (int all_threads)
 
void delete_longjmp_breakpoint_cleanup (void *arg)
 
void detach_command (const char *, int)
 
void notice_new_inferior (ptid_t, int, int)
 
struct valueget_return_value (struct value *function, struct type *value_type)
 
void prepare_execution_command (struct target_ops *target, int background)
 
inferiorcurrent_inferior ()
 
void set_current_inferior (inferior *)
 
 DECLARE_REGISTRY (inferior)
 
struct inferioradd_inferior (int pid)
 
struct inferioradd_inferior_silent (int pid)
 
void delete_inferior (struct inferior *todel)
 
void detach_inferior (int pid)
 
void exit_inferior (int pid)
 
void exit_inferior_silent (int pid)
 
void exit_inferior_num_silent (int num)
 
void inferior_appeared (struct inferior *inf, int pid)
 
void discard_all_inferiors (void)
 
int gdb_inferior_id_to_pid (int)
 
int pid_to_gdb_inferior_id (int pid)
 
int in_inferior_list (int pid)
 
int valid_gdb_inferior_id (int num)
 
struct inferiorfind_inferior_pid (int pid)
 
struct inferiorfind_inferior_ptid (ptid_t ptid)
 
struct inferiorfind_inferior_id (int num)
 
struct inferiorfind_inferior_for_program_space (struct program_space *pspace)
 
struct inferioriterate_over_inferiors (int(*)(struct inferior *, void *), void *)
 
int have_inferiors (void)
 
int number_of_live_inferiors (void)
 
int have_live_inferiors (void)
 
void prune_inferiors (void)
 
int number_of_inferiors (void)
 
struct inferioradd_inferior_with_spaces (void)
 
void print_selected_inferior (struct ui_out *uiout)
 

Variables

ptid_t inferior_ptid
 
int startup_with_shell
 
CORE_ADDR stop_pc
 
enum stop_stack_kind stop_stack_dummy
 
int stopped_by_random_signal
 
struct inferiorinferior_list
 

Macro Definition Documentation

◆ ALL_INFERIORS

#define ALL_INFERIORS (   I)    for ((I) = inferior_list; (I); (I) = (I)->next)

◆ ALL_NON_EXITED_INFERIORS

#define ALL_NON_EXITED_INFERIORS (   I)
Value:
if ((I)->pid != 0)
mach_port_t mach_port_t name mach_port_t mach_port_t name kern_return_t int int rusage_t pid_t pid
Definition: gnu-nat.c:1824
#define ALL_INFERIORS(I)
Definition: inferior.h:548
Definition: ia64-tdep.c:80

Definition at line 553 of file inferior.h.

Referenced by remote_commit_resume().

◆ AT_ENTRY_POINT

#define AT_ENTRY_POINT   4

◆ ON_STACK

#define ON_STACK   1

Enumeration Type Documentation

◆ step_over_calls_kind

Enumerator
STEP_OVER_NONE 
STEP_OVER_ALL 
STEP_OVER_UNDEBUGGABLE 

Definition at line 221 of file inferior.h.

◆ stop_kind

enum stop_kind
Enumerator
NO_STOP_QUIETLY 
STOP_QUIETLY 
STOP_QUIETLY_REMOTE 
STOP_QUIETLY_NO_SIGSTOP 

Definition at line 253 of file inferior.h.

Function Documentation

◆ add_inferior()

struct inferior* add_inferior ( int  pid)

◆ add_inferior_silent()

struct inferior* add_inferior_silent ( int  pid)

◆ add_inferior_with_spaces()

struct inferior* add_inferior_with_spaces ( void  )

◆ address_to_signed_pointer()

void address_to_signed_pointer ( struct gdbarch gdbarch,
struct type type,
gdb_byte buf,
CORE_ADDR  addr 
)

Definition at line 340 of file findvar.c.

References gdbarch_byte_order(), store_signed_integer(), and TYPE_LENGTH.

Referenced by mips_gdbarch_init().

◆ attach_command()

void attach_command ( const char *  ,
int   
)

◆ child_terminal_inferior()

void child_terminal_inferior ( struct target_ops self)

◆ child_terminal_info()

void child_terminal_info ( struct target_ops self,
const char *  ,
int   
)

◆ child_terminal_init()

void child_terminal_init ( struct target_ops self)

◆ child_terminal_init_with_pgrp()

void child_terminal_init_with_pgrp ( int  pgrp)

◆ child_terminal_ours()

void child_terminal_ours ( struct target_ops self)

Definition at line 329 of file inflow.c.

References child_terminal_ours_1().

Referenced by inf_child_target(), and linux_nat_terminal_ours().

◆ child_terminal_ours_for_output()

void child_terminal_ours_for_output ( struct target_ops self)

Definition at line 315 of file inflow.c.

References child_terminal_ours_1().

Referenced by inf_child_target().

◆ clear_sigint_trap()

void clear_sigint_trap ( void  )

Definition at line 718 of file inflow.c.

References osig, and osig_set.

Referenced by inf_ptrace_wait(), linux_nat_terminal_ours(), rs6000_wait(), and spu_child_wait().

◆ construct_inferior_arguments()

char* construct_inferior_arguments ( int  ,
char **   
)

Definition at line 278 of file infcmd.c.

References _, inferior::argc, gdb::argv, error(), startup_with_shell, and xmalloc().

Referenced by get_inferior_args().

◆ continue_1()

void continue_1 ( int  all_threads)

◆ current_inferior()

inferior* current_inferior ( )

Definition at line 58 of file inferior.c.

References current_inferior_.

Referenced by ada_build_task_list(), ada_exception_name_addr_1(), ada_exception_support_info_sniffer(), ada_exception_sym_name(), ada_get_task_info_from_ptid(), ada_get_tsd_from_tag(), ada_tasks_normal_stop_observer(), ada_unhandled_exception_name_addr_from_raise(), add_inferior_continuation(), add_to_thread_list(), alpha_heuristic_proc_start(), attach_command(), attach_post_wait(), BP_MANIPULATION(), bpfinishpy_detect_out_scope_cb(), catch_syscall_enabled(), child_terminal_inferior(), child_terminal_info(), child_terminal_init(), child_terminal_ours_1(), clear_proceed_status(), clone_inferior_command(), cmd_record_stop(), core_open(), ctrl_c_handler(), darwin_attach(), darwin_detach(), darwin_get_ada_task_ptid(), darwin_interrupt(), darwin_kill_inferior(), darwin_mourn_inferior(), darwin_ptrace_him(), darwin_solib_get_all_image_info_addr_at_init(), darwin_xfer_partial(), detach_breakpoints(), do_all_inferior_continuations(), do_attach(), do_initial_windows_stuff(), elf_gnu_ifunc_resolver_stop(), enable_break(), environment_info(), exec_file_locate_attach(), extended_remote_environment_support(), find_inferior_for_program_space(), follow_exec(), follow_fork_inferior(), frscm_get_frame_smob_arg_unsafe(), gdb_bfd_open(), gdbpy_selected_inferior(), gdbscm_newest_frame(), gdbscm_selected_frame(), gdbsim_close(), gdbsim_create_inferior(), gdbsim_files_info(), gdbsim_has_all_memory(), gdbsim_has_memory(), gdbsim_load(), gdbsim_mourn_inferior(), gdbsim_open(), gdbsim_wait(), gdbsim_xfer_memory(), get_auxv_inferior_data(), get_inferior_args(), get_inferior_cwd(), get_inferior_io_terminal(), get_linux_inferior_data(), get_other_inferior(), get_task_from_args(), gnu_attach(), go32_create_inferior(), handle_inferior_event_1(), handle_solib_event(), handle_vfork_child_exec_or_exit(), heuristic_proc_start(), inf_has_multiple_thread_cb(), inf_ptrace_attach(), inf_ptrace_files_info(), inferior_id_make_value(), inferior_process_group(), info_mach_exceptions_command(), info_mach_ports_command(), info_mach_region_command(), info_tasks_command(), insert_catch_syscall(), invalidate_auxv_cache(), iterate_over_live_ada_tasks(), jit_reader_unload_command(), linux_find_memory_regions_full(), linux_handle_extended_wait(), linux_info_proc(), linux_nat_filesystem_is_local(), linux_nat_kill(), linux_vsyscall_range_raw(), memory_xfer_auxv(), mi_cmd_ada_task_info(), mi_cmd_env_path(), mi_cmd_remove_inferior(), mi_output_solib_attribs(), mi_solib_unloaded(), new_tty_postfork(), notice_new_inferior(), nto_inferior_data(), parse_thread_id(), path_command(), path_info(), postfork_hook(), prepare_for_detach(), print_exited_reason(), print_inferior(), print_selected_inferior(), print_thread_info_1(), procfs_attach(), procfs_create_inferior(), procfs_files_info(), procfs_stopped_by_watchpoint(), read_known_tasks(), read_known_tasks_array(), read_known_tasks_list(), record_btrace_push_target(), record_full_open(), remote_add_inferior(), remove_catch_syscall(), restore_infcall_control_state(), resume_1(), run_command_1(), save_infcall_control_state(), save_stop_context(), scoped_restore_current_thread::scoped_restore_current_thread(), set_enable_mach_exceptions(), set_environment_command(), set_inferior_args(), set_inferior_args_vector(), set_inferior_cwd(), set_inferior_io_terminal(), set_sigint_trap(), set_target_gdbarch(), setup_inferior(), sim_command_completer(), simulator_command(), solib_aix_current_sos(), solib_aix_normal_stop_observer(), solib_aix_solib_create_inferior_hook(), solib_find_1(), solib_read_symbols(), spu_skip_standalone_loader(), start_remote(), stop_context_changed(), symbol_file_add_main_1(), target_gdbarch(), target_pre_inferior(), task_command(), tfile_open(), thread_apply_command(), unset_environment_command(), update_solib_list(), valid_task_id(), windows_files_info(), and write_memory_with_notification().

◆ DECLARE_REGISTRY()

DECLARE_REGISTRY ( inferior  )

◆ default_print_float_info()

void default_print_float_info ( struct gdbarch gdbarch,
struct ui_file file,
struct frame_info frame,
const char *  args 
)

◆ default_print_registers_info()

void default_print_registers_info ( struct gdbarch gdbarch,
struct ui_file file,
struct frame_info frame,
int  regnum,
int  all 
)

◆ delete_inferior()

void delete_inferior ( struct inferior todel)

◆ delete_longjmp_breakpoint_cleanup()

void delete_longjmp_breakpoint_cleanup ( void *  arg)

Definition at line 955 of file infcmd.c.

References delete_longjmp_breakpoint().

Referenced by until_break_command(), and until_next_command().

◆ detach_command()

void detach_command ( const char *  ,
int   
)

◆ detach_inferior()

void detach_inferior ( int  pid)

◆ discard_all_inferiors()

void discard_all_inferiors ( void  )

Definition at line 278 of file inferior.c.

References exit_inferior_silent(), arm-linux::inf, inferior_list, and inf::pid.

Referenced by remote_close().

◆ discard_infcall_control_state()

void discard_infcall_control_state ( struct infcall_control_state )

◆ discard_infcall_suspend_state()

void discard_infcall_suspend_state ( struct infcall_suspend_state )

◆ exit_inferior()

void exit_inferior ( int  pid)

◆ exit_inferior_num_silent()

void exit_inferior_num_silent ( int  num)

Definition at line 249 of file inferior.c.

References exit_inferior_1(), find_inferior_id(), and inferior::num.

Referenced by follow_exec().

◆ exit_inferior_silent()

void exit_inferior_silent ( int  pid)

Definition at line 241 of file inferior.c.

References exit_inferior_1(), find_inferior_pid(), and pid.

Referenced by core_close(), discard_all_inferiors(), and tfile_close().

◆ find_inferior_for_program_space()

struct inferior* find_inferior_for_program_space ( struct program_space pspace)

◆ find_inferior_id()

struct inferior* find_inferior_id ( int  num)

◆ find_inferior_pid()

struct inferior* find_inferior_pid ( int  pid)

◆ find_inferior_ptid()

struct inferior* find_inferior_ptid ( ptid_t  ptid)

◆ gdb_inferior_id_to_pid()

int gdb_inferior_id_to_pid ( int  )

Definition at line 386 of file inferior.c.

References find_inferior_id(), inferior::num, and inferior::pid.

Referenced by detach_inferior_command(), and kill_inferior_command().

◆ gdb_startup_inferior()

ptid_t gdb_startup_inferior ( pid_t  pid,
int  num_traps 
)

◆ generic_mourn_inferior()

void generic_mourn_inferior ( void  )

◆ get_infcall_suspend_state_regcache()

struct regcache* get_infcall_suspend_state_regcache ( struct infcall_suspend_state )

Definition at line 8926 of file infrun.c.

References infcall_suspend_state::registers.

Referenced by dummy_frame_sniffer().

◆ get_inferior_args()

char* get_inferior_args ( void  )

◆ get_inferior_io_terminal()

const char* get_inferior_io_terminal ( void  )

◆ get_return_value()

struct value* get_return_value ( struct value function,
struct type value_type 
)

◆ have_inferiors()

int have_inferiors ( void  )

◆ have_live_inferiors()

int have_live_inferiors ( void  )

◆ in_inferior_list()

int in_inferior_list ( int  pid)

Definition at line 396 of file inferior.c.

References arm-linux::inf, inferior_list, inf::pid, and pid.

Referenced by remote_notice_new_inferior().

◆ inferior_appeared()

void inferior_appeared ( struct inferior inf,
int  pid 
)

◆ info_terminal_command()

void info_terminal_command ( char *  ,
int   
)

◆ interrupt_target_1()

void interrupt_target_1 ( int  all_threads)

◆ iterate_over_inferiors()

struct inferior* iterate_over_inferiors ( int(*)(struct inferior *, void *)  ,
void *   
)

◆ make_cleanup_restore_infcall_control_state()

struct cleanup* make_cleanup_restore_infcall_control_state ( struct infcall_control_state )

Definition at line 9052 of file infrun.c.

References do_restore_infcall_control_state_cleanup(), and make_cleanup().

Referenced by call_function_by_hand_dummy().

◆ make_cleanup_restore_infcall_suspend_state()

struct cleanup* make_cleanup_restore_infcall_suspend_state ( struct infcall_suspend_state )

Definition at line 8912 of file infrun.c.

References do_restore_infcall_suspend_state_cleanup(), and make_cleanup().

Referenced by call_function_by_hand_dummy().

◆ notice_new_inferior()

void notice_new_inferior ( ptid_t  ,
int  ,
int   
)

◆ number_of_inferiors()

int number_of_inferiors ( void  )

Definition at line 486 of file inferior.c.

References arm-linux::inf, and inferior_list.

Referenced by print_one_breakpoint_location().

◆ number_of_live_inferiors()

int number_of_live_inferiors ( void  )

◆ pid_to_gdb_inferior_id()

int pid_to_gdb_inferior_id ( int  pid)

Definition at line 374 of file inferior.c.

References arm-linux::inf, inferior_list, inf::pid, and pid.

◆ post_create_inferior()

void post_create_inferior ( struct target_ops ,
int   
)

◆ prepare_execution_command()

void prepare_execution_command ( struct target_ops target,
int  background 
)

◆ print_selected_inferior()

void print_selected_inferior ( struct ui_out uiout)

◆ prune_inferiors()

void prune_inferiors ( void  )

◆ registers_info()

void registers_info ( const char *  ,
int   
)

◆ reopen_exec_file()

void reopen_exec_file ( void  )

◆ restore_infcall_control_state()

void restore_infcall_control_state ( struct infcall_control_state )

◆ restore_infcall_suspend_state()

void restore_infcall_suspend_state ( struct infcall_suspend_state )

◆ save_infcall_control_state()

struct infcall_control_state* save_infcall_control_state ( void  )

◆ save_infcall_suspend_state()

struct infcall_suspend_state* save_infcall_suspend_state ( void  )

◆ set_current_inferior()

void set_current_inferior ( inferior )

◆ set_inferior_args()

void set_inferior_args ( const char *  )

◆ set_inferior_args_vector()

void set_inferior_args_vector ( int  ,
char **   
)

Definition at line 192 of file infcmd.c.

References inferior::argc, gdb::argv, inferior::argv, and current_inferior().

Referenced by captured_main_1().

◆ set_inferior_io_terminal()

void set_inferior_io_terminal ( const char *  terminal_name)

◆ set_sigint_trap()

void set_sigint_trap ( void  )

◆ setup_inferior()

void setup_inferior ( int  from_tty)

◆ signed_pointer_to_address()

CORE_ADDR signed_pointer_to_address ( struct gdbarch gdbarch,
struct type type,
const gdb_byte buf 
)

Definition at line 320 of file findvar.c.

References extract_signed_integer(), gdbarch_byte_order(), and TYPE_LENGTH.

Referenced by mips_gdbarch_init().

◆ unsigned_address_to_pointer()

void unsigned_address_to_pointer ( struct gdbarch gdbarch,
struct type type,
gdb_byte buf,
CORE_ADDR  addr 
)

Definition at line 331 of file findvar.c.

References gdbarch_byte_order(), store_unsigned_integer(), and TYPE_LENGTH.

Referenced by gdbarch_alloc().

◆ unsigned_pointer_to_address()

CORE_ADDR unsigned_pointer_to_address ( struct gdbarch gdbarch,
struct type type,
const gdb_byte buf 
)

Definition at line 311 of file findvar.c.

References extract_unsigned_integer(), gdbarch_byte_order(), and TYPE_LENGTH.

Referenced by gdbarch_alloc().

◆ valid_gdb_inferior_id()

int valid_gdb_inferior_id ( int  num)

Definition at line 362 of file inferior.c.

References arm-linux::inf, inferior_list, and inferior::num.

Referenced by detach_inferior_command(), and kill_inferior_command().

Variable Documentation

◆ inferior_list

struct inferior* inferior_list

◆ inferior_ptid

ptid_t inferior_ptid

Definition at line 94 of file infcmd.c.

Referenced by _initialize_infrun(), aarch64_linux_insert_hw_breakpoint(), aarch64_linux_insert_watchpoint(), aarch64_linux_read_description(), aarch64_linux_remove_hw_breakpoint(), aarch64_linux_remove_watchpoint(), aarch64_linux_stopped_data_address(), ada_exception_support_info_sniffer(), add_current_inferior_and_thread(), add_fork(), add_thread_db_info(), add_thread_silent(), add_to_thread_list(), adi_align_address(), adi_assign_command(), adi_available(), adi_convert_byte_count(), adi_examine_command(), adi_is_addr_mapped(), adi_normalize_address(), adi_print_versions(), adi_read_versions(), adi_tag_fd(), adi_write_versions(), aix_thread_get_ada_task_ptid(), aix_thread_resume(), aix_thread_wait(), aix_thread_xfer_partial(), amd64fbsd_read_description(), any_live_thread_of_process(), any_thread_of_process(), append_pending_thread_resumptions(), arm_linux_get_hwbp_cap(), arm_linux_insert_hw_breakpoint1(), arm_linux_read_description(), arm_linux_remove_hw_breakpoint1(), arm_linux_stopped_data_address(), attach_command(), BP_MANIPULATION(), bpfinishpy_init(), bpstat_clear_actions(), bpstat_do_actions(), breakpoint_about_to_proceed(), breakpoint_re_set_thread(), bsd_kvm_close(), bsd_kvm_open(), bsd_uthread_fetch_registers(), bsd_uthread_store_registers(), bsd_uthread_update_thread_list(), bsd_uthread_wait(), btrace_fetch(), call_function_by_hand_dummy(), can_use_watchpoint_cond_accel(), check_for_thread_db(), check_pid_namespace_match(), check_stopped_by_watchpoint(), checkpoint_command(), child_terminal_info(), clear_proceed_status(), cli_on_user_selected_context_changed(), cmd_record_delete(), cmd_record_save(), context_switch(), continue_command(), core_close(), core_open(), cur_thread(), current_lwp_ptid(), darwin_attach(), darwin_decode_message(), darwin_detach(), darwin_get_ada_task_ptid(), darwin_init_thread_list(), darwin_kill_inferior(), darwin_resume(), darwin_stop_inferior(), dcache_read_memory_partial(), default_child_has_all_memory(), default_child_has_memory(), default_child_has_registers(), default_child_has_stack(), default_get_ada_task_ptid(), default_target_pass_ctrlc(), thread_info::deletable(), delete_checkpoint_command(), delete_fork(), detach_breakpoints(), detach_checkpoint_command(), detach_command(), dtrace_probe::disable(), displaced_step_prepare_throw(), display_current_task_id(), display_tib(), do_detach(), do_initial_windows_stuff(), dummy_frame_sniffer(), elf_gnu_ifunc_resolver_return_stop(), elf_gnu_ifunc_resolver_stop(), dtrace_probe::enable(), enable_break(), ensure_not_running(), ensure_valid_thread(), evaluate_subexp(), extended_remote_attach(), fbsd_core_xfer_siginfo(), fbsd_find_memory_regions(), fbsd_make_corefile_notes(), fetch_inferior_event(), fetch_ppc_memory(), fetch_ppc_register(), find_frame_sal(), find_signalled_thread(), follow_fork(), follow_fork_inferior(), for_each_just_stopped_thread(), frame_inlined_callees(), frame_pop(), frame_show_address(), gcore_command(), gdbpy_current_recording(), gdbpy_selected_thread(), gdbsim_create_inferior(), gdbsim_kill(), gdbsim_open(), gdbsim_wait(), generic_mourn_inferior(), get_call_return_value(), get_current_regcache(), get_current_thread(), get_displaced_step_closure_by_addr(), get_event_thread(), get_signaled_thread(), get_task_from_args(), get_thread_current_frame(), get_windows_debug_event(), gnu_attach(), gnu_create_inferior(), gnu_detach(), gnu_kill_inferior(), gnu_resume(), gnu_wait(), go32_create_inferior(), go32_mourn_inferior(), handle_inferior_event_1(), handle_signal_stop(), handle_syscall_event(), handle_vfork_child_exec_or_exit(), has_stack_frames(), i386_darwin_dr_get(), i386_darwin_dr_set(), i386fbsd_resume(), ia64_linux_stopped_data_address(), inf_ptrace_attach(), inf_ptrace_detach(), inf_ptrace_detach_success(), inf_ptrace_files_info(), inf_ptrace_kill(), inf_ptrace_mourn_inferior(), inf_ptrace_resume(), inf_ptrace_wait(), inf_ptrace_xfer_partial(), inf_validate_procs(), inferior_call_waitpid(), inferior_command(), inferior_event_handler(), inferior_thread(), info_checkpoints_command(), info_mach_exceptions_command(), info_mach_ports_command(), info_mach_region_command(), info_program_command(), infrun_thread_ptid_changed(), init_wait_for_inferior(), inline_frame_sniffer(), insert_breakpoint_locations(), insert_catch_exec(), insert_catch_fork(), insert_catch_vfork(), internal_resume_ptid(), interrupt_query(), interrupt_target_1(), keep_going_pass_signal(), kill_command(), kill_if_already_running(), linux_child_follow_fork(), linux_core_xfer_siginfo(), linux_fill_prpsinfo(), linux_fork_context(), linux_fork_detach(), linux_fork_mourn_inferior(), linux_get_siginfo_data(), linux_make_corefile_notes(), linux_nat_attach(), linux_nat_detach(), linux_nat_kill(), linux_nat_mourn_inferior(), linux_nat_resume(), linux_nat_stopped_by_hw_breakpoint(), linux_nat_stopped_by_sw_breakpoint(), linux_nat_stopped_by_watchpoint(), linux_nat_stopped_data_address(), linux_nat_switch_fork(), linux_nat_wait_1(), linux_nat_xfer_partial(), linux_proc_xfer_partial(), linux_proc_xfer_spu(), linux_xfer_siginfo(), maint_btrace_clear_cmd(), maint_btrace_clear_packet_history_cmd(), maint_btrace_packet_history_cmd(), maint_info_btrace_cmd(), memory_xfer_partial_1(), mi_about_to_proceed(), mi_cmd_thread_list_ids(), mi_cmd_thread_select(), mi_cmd_var_update_iter(), mi_execute_command(), mi_on_normal_stop_1(), mi_user_selected_context_changed(), mips_linux_can_use_hw_breakpoint(), mips_linux_insert_watchpoint(), mips_linux_read_description(), mips_linux_region_ok_for_hw_watchpoint(), mips_linux_stopped_by_watchpoint(), normal_stop(), notice_new_inferior(), nto_handle_sigint(), parse_spufs_run(), pass_signal(), pd_activate(), pd_deactivate(), pd_update(), pop_dummy_frame(), postfork_hook(), ppc_linux_can_use_hw_breakpoint(), ppc_linux_read_description(), ppc_linux_spe_context(), ppc_linux_stopped_data_address(), ppc_linux_target_wordsize(), ppc_ravenscar_generic_fetch_registers(), ppc_ravenscar_generic_store_registers(), prepare_one_step(), print_ada_task_info(), print_selected_thread_frame(), print_thread_info_1(), proc_find_memory_regions(), proc_set_current_signal(), proc_trace_syscalls(), proceed(), process_initial_stop_replies(), process_stop_reply(), procfs_attach(), procfs_create_inferior(), procfs_detach(), procfs_do_thread_registers(), procfs_files_info(), procfs_info_proc(), procfs_insert_watchpoint(), procfs_kill_inferior(), procfs_make_note_section(), procfs_mourn_inferior(), procfs_pass_signals(), procfs_remove_watchpoint(), procfs_resume(), procfs_set_watchpoint(), procfs_stopped_by_watchpoint(), procfs_stopped_data_address(), procfs_update_thread_list(), procfs_wait(), procfs_xfer_auxv(), procfs_xfer_memory(), ps_lgetfpregs(), ps_lgetregs(), ps_lsetfpregs(), ps_lsetregs(), ps_xfer_memory(), python_on_normal_stop(), ravenscar_core_of_thread(), ravenscar_resume(), ravenscar_stopped_by_hw_breakpoint(), ravenscar_stopped_by_sw_breakpoint(), ravenscar_stopped_by_watchpoint(), ravenscar_stopped_data_address(), ravenscar_update_inferior_ptid(), ravenscar_wait(), raw_memory_xfer_partial(), read_ptid(), record_btrace_frame_sniffer(), record_btrace_info(), record_btrace_resume(), record_btrace_tailcall_frame_sniffer(), record_btrace_xfer_partial(), record_full_wait_1(), record_mourn_inferior(), registers_changed_ptid(), remote_close(), remote_detach_1(), remote_get_ada_task_ptid(), remote_kill(), remote_mourn(), remote_newthread_step(), remote_notice_new_inferior(), remote_parse_stop_reply(), remote_pass_ctrlc(), remote_read_description(), remote_resume(), remote_resume_with_vcont(), remote_serial_quit_handler(), remote_start_remote(), remote_update_thread_list(), remote_wait_as(), remote_xfer_partial(), remove_catch_exec(), remove_catch_fork(), remove_catch_vfork(), require_btrace_thread(), resume(), resume_1(), rs6000_wait(), rs6000_xfer_partial(), rs6000_xfer_shared_libraries(), run_command_1(), run_inferior_call(), run_one_inferior(), rw_common(), s390_inferior_tid(), s390_insert_hw_breakpoint(), s390_insert_watchpoint(), s390_remove_hw_breakpoint(), s390_remove_watchpoint(), s390_stopped_by_watchpoint(), save_stop_context(), scoped_restore_current_thread::scoped_restore_current_thread(), set_enable_mach_exceptions(), set_general_process(), set_longjmp_breakpoint_for_call_dummy(), set_momentary_breakpoint(), setup_inferior(), siginfo_make_value(), signal_command(), sol_thread_detach(), sol_thread_resume(), sol_thread_wait(), sol_thread_xfer_partial(), sol_update_thread_list_callback(), sparc_ravenscar_fetch_registers(), sparc_ravenscar_store_registers(), sparc_xfer_wcookie(), spu2ppu_sniffer(), spu_child_wait(), spu_fetch_inferior_registers(), spu_fetch_registers(), spu_proc_xfer_spu(), spu_skip_standalone_loader(), spu_store_inferior_registers(), spu_store_registers(), stop_all_threads(), stop_context_changed(), store_ppc_memory(), store_regs(), switch_to_no_thread(), switch_to_thread(), switch_to_thread_no_regs(), sync_threadlists(), target_announce_detach(), target_detach(), target_has_execution_current(), target_mourn_inferior(), target_translate_tls_address(), tfile_close(), tfile_open(), thread_apply_all_command(), thread_apply_command(), thread_command(), thread_db_detach(), thread_db_get_ada_task_ptid(), thread_db_load(), thread_db_mourn_inferior(), thread_db_resume(), thread_name_command(), thread_num_make_value_helper(), tlb_make_value(), tlb_value_read(), try_thread_db_load(), try_thread_db_load_1(), tui_make_status_line(), tui_on_user_selected_context_changed(), update_inserted_breakpoint_locations(), update_solib_list(), user_visible_resume_ptid(), validate_registers_access(), varobj_create(), VEC(), watch_command_1(), watchpoint_in_thread_scope(), windows_close(), windows_detach(), windows_files_info(), windows_get_ada_task_ptid(), windows_kill_inferior(), windows_resume(), write_memory_ptid(), x86_cleanup_dregs(), x86_insert_hw_breakpoint(), x86_insert_watchpoint(), x86_linux_read_description(), x86_region_ok_for_watchpoint(), x86_remove_hw_breakpoint(), x86_remove_watchpoint(), x86_stopped_by_watchpoint(), x86_stopped_data_address(), and scoped_restore_current_thread::~scoped_restore_current_thread().

◆ startup_with_shell

int startup_with_shell

Definition at line 111 of file infcmd.c.

◆ stop_pc

CORE_ADDR stop_pc

◆ stop_stack_dummy

enum stop_stack_kind stop_stack_dummy

◆ stopped_by_random_signal

int stopped_by_random_signal