Lines Matching refs:process

102   Process *process = exe_ctx.GetProcessPtr();  in operator bool()  local
103 if (target && process) { in operator bool()
105 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
121 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() local
122 if (target && process) { in GetSymbolContext()
124 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
143 Process *process = exe_ctx.GetProcessPtr(); in GetModule() local
144 if (target && process) { in GetModule()
146 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
167 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() local
168 if (target && process) { in GetCompileUnit()
170 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
191 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() local
192 if (target && process) { in GetFunction()
194 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
215 Process *process = exe_ctx.GetProcessPtr(); in GetSymbol() local
216 if (target && process) { in GetSymbol()
218 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
238 Process *process = exe_ctx.GetProcessPtr(); in GetBlock() local
239 if (target && process) { in GetBlock()
241 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
259 Process *process = exe_ctx.GetProcessPtr(); in GetFrameBlock() local
260 if (target && process) { in GetFrameBlock()
262 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
280 Process *process = exe_ctx.GetProcessPtr(); in GetLineEntry() local
281 if (target && process) { in GetLineEntry()
283 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
330 Process *process = exe_ctx.GetProcessPtr(); in GetPC() local
331 if (target && process) { in GetPC()
333 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPC()
353 Process *process = exe_ctx.GetProcessPtr(); in SetPC() local
354 if (target && process) { in SetPC()
356 if (stop_locker.TryLock(&process->GetRunLock())) { in SetPC()
376 Process *process = exe_ctx.GetProcessPtr(); in GetSP() local
377 if (target && process) { in GetSP()
379 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSP()
399 Process *process = exe_ctx.GetProcessPtr(); in GetFP() local
400 if (target && process) { in GetFP()
402 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFP()
423 Process *process = exe_ctx.GetProcessPtr(); in GetPCAddress() local
424 if (target && process) { in GetPCAddress()
426 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPCAddress()
472 Process *process = exe_ctx.GetProcessPtr(); in GetValueForVariablePath() local
473 if (target && process) { in GetValueForVariablePath()
475 if (stop_locker.TryLock(&process->GetRunLock())) { in GetValueForVariablePath()
526 Process *process = exe_ctx.GetProcessPtr(); in FindVariable() local
527 if (target && process) { in FindVariable()
529 if (stop_locker.TryLock(&process->GetRunLock())) { in FindVariable()
576 Process *process = exe_ctx.GetProcessPtr(); in FindValue() local
577 if (target && process) { in FindValue()
579 if (stop_locker.TryLock(&process->GetRunLock())) { in FindValue()
715 Process *process = exe_ctx.GetProcessPtr(); in Disassemble() local
716 if (target && process) { in Disassemble()
718 if (stop_locker.TryLock(&process->GetRunLock())) { in Disassemble()
802 Process *process = exe_ctx.GetProcessPtr(); in GetVariables() local
803 if (target && process) { in GetVariables()
805 if (stop_locker.TryLock(&process->GetRunLock())) { in GetVariables()
892 Process *process = exe_ctx.GetProcessPtr(); in GetRegisters() local
893 if (target && process) { in GetRegisters()
895 if (stop_locker.TryLock(&process->GetRunLock())) { in GetRegisters()
923 Process *process = exe_ctx.GetProcessPtr(); in FindRegister() local
924 if (target && process) { in FindRegister()
926 if (stop_locker.TryLock(&process->GetRunLock())) { in FindRegister()
954 Process *process = exe_ctx.GetProcessPtr(); in GetDescription() local
955 if (target && process) { in GetDescription()
957 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDescription()
1057 Process *process = exe_ctx.GetProcessPtr(); in EvaluateExpression() local
1059 if (target && process) { in EvaluateExpression()
1061 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
1103 Process *process = exe_ctx.GetProcessPtr(); in IsInlined() local
1104 if (target && process) { in IsInlined()
1106 if (stop_locker.TryLock(&process->GetRunLock())) { in IsInlined()
1152 Process *process = exe_ctx.GetProcessPtr(); in GuessLanguage() local
1153 if (target && process) { in GuessLanguage()
1155 if (stop_locker.TryLock(&process->GetRunLock())) { in GuessLanguage()
1174 Process *process = exe_ctx.GetProcessPtr(); in GetFunctionName() local
1175 if (target && process) { in GetFunctionName()
1177 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunctionName()
1217 Process *process = exe_ctx.GetProcessPtr(); in GetDisplayFunctionName() local
1218 if (target && process) { in GetDisplayFunctionName()
1220 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDisplayFunctionName()