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()
714 Process *process = exe_ctx.GetProcessPtr(); in Disassemble() local
715 if (target && process) { in Disassemble()
717 if (stop_locker.TryLock(&process->GetRunLock())) { in Disassemble()
801 Process *process = exe_ctx.GetProcessPtr(); in GetVariables() local
802 if (target && process) { in GetVariables()
804 if (stop_locker.TryLock(&process->GetRunLock())) { in GetVariables()
888 Process *process = exe_ctx.GetProcessPtr(); in GetRegisters() local
889 if (target && process) { in GetRegisters()
891 if (stop_locker.TryLock(&process->GetRunLock())) { in GetRegisters()
919 Process *process = exe_ctx.GetProcessPtr(); in FindRegister() local
920 if (target && process) { in FindRegister()
922 if (stop_locker.TryLock(&process->GetRunLock())) { in FindRegister()
950 Process *process = exe_ctx.GetProcessPtr(); in GetDescription() local
951 if (target && process) { in GetDescription()
953 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDescription()
1053 Process *process = exe_ctx.GetProcessPtr(); in EvaluateExpression() local
1055 if (target && process) { in EvaluateExpression()
1057 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
1099 Process *process = exe_ctx.GetProcessPtr(); in IsInlined() local
1100 if (target && process) { in IsInlined()
1102 if (stop_locker.TryLock(&process->GetRunLock())) { in IsInlined()
1148 Process *process = exe_ctx.GetProcessPtr(); in GuessLanguage() local
1149 if (target && process) { in GuessLanguage()
1151 if (stop_locker.TryLock(&process->GetRunLock())) { in GuessLanguage()
1170 Process *process = exe_ctx.GetProcessPtr(); in GetFunctionName() local
1171 if (target && process) { in GetFunctionName()
1173 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunctionName()
1213 Process *process = exe_ctx.GetProcessPtr(); in GetDisplayFunctionName() local
1214 if (target && process) { in GetDisplayFunctionName()
1216 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDisplayFunctionName()