Lines Matching refs:process
103 Process *process = exe_ctx.GetProcessPtr(); in operator bool() local
104 if (target && process) { in operator bool()
106 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
124 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() local
125 if (target && process) { in GetSymbolContext()
127 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
147 Process *process = exe_ctx.GetProcessPtr(); in GetModule() local
148 if (target && process) { in GetModule()
150 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
172 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() local
173 if (target && process) { in GetCompileUnit()
175 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
196 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() local
197 if (target && process) { in GetFunction()
199 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
220 Process *process = exe_ctx.GetProcessPtr(); in GetSymbol() local
221 if (target && process) { in GetSymbol()
223 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
243 Process *process = exe_ctx.GetProcessPtr(); in GetBlock() local
244 if (target && process) { in GetBlock()
246 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
264 Process *process = exe_ctx.GetProcessPtr(); in GetFrameBlock() local
265 if (target && process) { in GetFrameBlock()
267 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
285 Process *process = exe_ctx.GetProcessPtr(); in GetLineEntry() local
286 if (target && process) { in GetLineEntry()
288 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
335 Process *process = exe_ctx.GetProcessPtr(); in GetPC() local
336 if (target && process) { in GetPC()
338 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPC()
358 Process *process = exe_ctx.GetProcessPtr(); in SetPC() local
359 if (target && process) { in SetPC()
361 if (stop_locker.TryLock(&process->GetRunLock())) { in SetPC()
381 Process *process = exe_ctx.GetProcessPtr(); in GetSP() local
382 if (target && process) { in GetSP()
384 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSP()
404 Process *process = exe_ctx.GetProcessPtr(); in GetFP() local
405 if (target && process) { in GetFP()
407 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFP()
428 Process *process = exe_ctx.GetProcessPtr(); in GetPCAddress() local
429 if (target && process) { in GetPCAddress()
431 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPCAddress()
480 Process *process = exe_ctx.GetProcessPtr(); in GetValueForVariablePath() local
481 if (target && process) { in GetValueForVariablePath()
483 if (stop_locker.TryLock(&process->GetRunLock())) { in GetValueForVariablePath()
536 Process *process = exe_ctx.GetProcessPtr(); in FindVariable() local
537 if (target && process) { in FindVariable()
539 if (stop_locker.TryLock(&process->GetRunLock())) { in FindVariable()
589 Process *process = exe_ctx.GetProcessPtr(); in FindValue() local
590 if (target && process) { in FindValue()
592 if (stop_locker.TryLock(&process->GetRunLock())) { in FindValue()
738 Process *process = exe_ctx.GetProcessPtr(); in Disassemble() local
739 if (target && process) { in Disassemble()
741 if (stop_locker.TryLock(&process->GetRunLock())) { in Disassemble()
829 Process *process = exe_ctx.GetProcessPtr(); in GetVariables() local
830 if (target && process) { in GetVariables()
832 if (stop_locker.TryLock(&process->GetRunLock())) { in GetVariables()
916 Process *process = exe_ctx.GetProcessPtr(); in GetRegisters() local
917 if (target && process) { in GetRegisters()
919 if (stop_locker.TryLock(&process->GetRunLock())) { in GetRegisters()
948 Process *process = exe_ctx.GetProcessPtr(); in FindRegister() local
949 if (target && process) { in FindRegister()
951 if (stop_locker.TryLock(&process->GetRunLock())) { in FindRegister()
988 Process *process = exe_ctx.GetProcessPtr(); in GetDescription() local
989 if (target && process) { in GetDescription()
991 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDescription()
1098 Process *process = exe_ctx.GetProcessPtr(); in EvaluateExpression() local
1100 if (target && process) { in EvaluateExpression()
1102 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
1144 Process *process = exe_ctx.GetProcessPtr(); in IsInlined() local
1145 if (target && process) { in IsInlined()
1147 if (stop_locker.TryLock(&process->GetRunLock())) { in IsInlined()
1193 Process *process = exe_ctx.GetProcessPtr(); in GuessLanguage() local
1194 if (target && process) { in GuessLanguage()
1196 if (stop_locker.TryLock(&process->GetRunLock())) { in GuessLanguage()
1215 Process *process = exe_ctx.GetProcessPtr(); in GetFunctionName() local
1216 if (target && process) { in GetFunctionName()
1218 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunctionName()
1258 Process *process = exe_ctx.GetProcessPtr(); in GetDisplayFunctionName() local
1259 if (target && process) { in GetDisplayFunctionName()
1261 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDisplayFunctionName()