Home
last modified time | relevance | path

Searched refs:get_process (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/gdb/gdbserver/
Dfbsd-low.h66 #define get_process(inf) ((struct process_info *)(inf)) macro
67 #define get_thread_process(thr) (get_process (inferior_target_data (thr)))
70 get_process (proc)->tid))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DExecutionContext.h393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process);
400 ExecutionContext (const lldb::TargetWP &target_wp, bool get_process);
690 SetContext (const lldb::TargetSP &target_sp, bool get_process);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DExecutionContext.cpp37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext() argument
44 SetContext (target_sp, get_process); in ExecutionContext()
77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext() argument
85 SetContext (target_sp, get_process); in ExecutionContext()
396 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext() argument
399 if (get_process && target_sp) in SetContext()