Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A 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-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h360 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);
368 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);
609 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp28 bool get_process) in ExecutionContext() argument
31 SetContext(target_sp, get_process); in ExecutionContext()
53 bool get_process) in ExecutionContext() argument
57 SetContext(target_sp, get_process); in ExecutionContext()
300 bool get_process) { in SetContext() argument
302 if (get_process && target_sp) in SetContext()