GDB (xrefs)
|
#include "target.h"
#include <set>
#include "gdbsupport/intrusive_list.h"
#include "gdbsupport/gdb-checked-static-cast.h"
#include "gdbthread.h"
Go to the source code of this file.
Classes | |
class | process_stratum_target |
Functions | |
static process_stratum_target * | as_process_stratum_target (target_ops *target) |
std::set< process_stratum_target * > | all_non_exited_process_targets () |
void | switch_to_target_no_thread (process_stratum_target *target) |
|
extern |
Definition at line 214 of file process-stratum-target.c.
References all_non_exited_inferiors().
Referenced by gdbpy_connections(), and stop_all_threads().
|
inlinestatic |
Definition at line 164 of file process-stratum-target.h.
References process_stratum, and target_ops::stratum().
Referenced by ravenscar_thread_target::add_active_thread(), target_ops_ref_policy::decref(), detach_command(), ravenscar_thread_target::enable_btrace(), thread_db_target::follow_exec(), thread_db_target::get_thread_local_address(), thread_db_target::mourn_inferior(), target_stack::push(), thread_db_target::resume(), ravenscar_thread_target::set_base_thread_from_ravenscar_task(), target_detach(), inferior::unpush_target(), bsd_uthread_target::update_thread_list(), bsd_uthread_target::wait(), thread_db_target::wait(), and ravenscar_thread_target::wait().
|
extern |
Definition at line 227 of file process-stratum-target.c.
References all_inferiors(), and switch_to_inferior_no_thread().
Referenced by connpy_send_packet(), fetch_inferior_event(), remote_target_is_non_stop_p(), and stop_all_threads().