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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h303 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);
309 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);
500 // "get_process" is true, sets the process shared pointer if the target
502 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp27 bool get_process)
30 SetContext(target_sp, get_process);
52 bool get_process)
56 SetContext(target_sp, get_process);
291 bool get_process) {
293 if (get_process && target_sp)
26 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process) argument
51 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process) argument
290 SetContext(const lldb::TargetSP &target_sp, bool get_process) argument

Completed in 72 milliseconds