Lines Matching refs:process

104   Process *process = exe_ctx.GetProcessPtr();  in operator bool()  local
105 if (target && process) { in operator bool()
107 if (stop_locker.TryLock(&process->GetRunLock())) in operator bool()
123 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() local
124 if (target && process) { in GetSymbolContext()
126 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbolContext()
145 Process *process = exe_ctx.GetProcessPtr(); in GetModule() local
146 if (target && process) { in GetModule()
148 if (stop_locker.TryLock(&process->GetRunLock())) { in GetModule()
169 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() local
170 if (target && process) { in GetCompileUnit()
172 if (stop_locker.TryLock(&process->GetRunLock())) { in GetCompileUnit()
193 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() local
194 if (target && process) { in GetFunction()
196 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunction()
217 Process *process = exe_ctx.GetProcessPtr(); in GetSymbol() local
218 if (target && process) { in GetSymbol()
220 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSymbol()
240 Process *process = exe_ctx.GetProcessPtr(); in GetBlock() local
241 if (target && process) { in GetBlock()
243 if (stop_locker.TryLock(&process->GetRunLock())) { in GetBlock()
261 Process *process = exe_ctx.GetProcessPtr(); in GetFrameBlock() local
262 if (target && process) { in GetFrameBlock()
264 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFrameBlock()
282 Process *process = exe_ctx.GetProcessPtr(); in GetLineEntry() local
283 if (target && process) { in GetLineEntry()
285 if (stop_locker.TryLock(&process->GetRunLock())) { in GetLineEntry()
332 Process *process = exe_ctx.GetProcessPtr(); in GetPC() local
333 if (target && process) { in GetPC()
335 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPC()
355 Process *process = exe_ctx.GetProcessPtr(); in SetPC() local
356 if (target && process) { in SetPC()
358 if (stop_locker.TryLock(&process->GetRunLock())) { in SetPC()
378 Process *process = exe_ctx.GetProcessPtr(); in GetSP() local
379 if (target && process) { in GetSP()
381 if (stop_locker.TryLock(&process->GetRunLock())) { in GetSP()
401 Process *process = exe_ctx.GetProcessPtr(); in GetFP() local
402 if (target && process) { in GetFP()
404 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFP()
425 Process *process = exe_ctx.GetProcessPtr(); in GetPCAddress() local
426 if (target && process) { in GetPCAddress()
428 if (stop_locker.TryLock(&process->GetRunLock())) { in GetPCAddress()
474 Process *process = exe_ctx.GetProcessPtr(); in GetValueForVariablePath() local
475 if (target && process) { in GetValueForVariablePath()
477 if (stop_locker.TryLock(&process->GetRunLock())) { in GetValueForVariablePath()
528 Process *process = exe_ctx.GetProcessPtr(); in FindVariable() local
529 if (target && process) { in FindVariable()
531 if (stop_locker.TryLock(&process->GetRunLock())) { in FindVariable()
578 Process *process = exe_ctx.GetProcessPtr(); in FindValue() local
579 if (target && process) { in FindValue()
581 if (stop_locker.TryLock(&process->GetRunLock())) { in FindValue()
715 Process *process = exe_ctx.GetProcessPtr(); in Disassemble() local
716 if (!target || !process) in Disassemble()
720 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()
807 Debugger &dbg = process->GetTarget().GetDebugger(); in GetVariables()
899 Process *process = exe_ctx.GetProcessPtr(); in GetRegisters() local
900 if (target && process) { in GetRegisters()
902 if (stop_locker.TryLock(&process->GetRunLock())) { in GetRegisters()
930 Process *process = exe_ctx.GetProcessPtr(); in FindRegister() local
931 if (target && process) { in FindRegister()
933 if (stop_locker.TryLock(&process->GetRunLock())) { in FindRegister()
960 Process *process = exe_ctx.GetProcessPtr(); in GetDescriptionWithFormat() local
968 if (target && process) { in GetDescriptionWithFormat()
970 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDescriptionWithFormat()
995 Process *process = exe_ctx.GetProcessPtr(); in GetDescription() local
996 if (target && process) { in GetDescription()
998 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDescription()
1103 Process *process = exe_ctx.GetProcessPtr(); in EvaluateExpression() local
1105 if (target && process) { in EvaluateExpression()
1107 if (stop_locker.TryLock(&process->GetRunLock())) { in EvaluateExpression()
1166 Process *process = exe_ctx.GetProcessPtr(); in IsInlined() local
1167 if (target && process) { in IsInlined()
1169 if (stop_locker.TryLock(&process->GetRunLock())) { in IsInlined()
1215 Process *process = exe_ctx.GetProcessPtr(); in GuessLanguage() local
1216 if (target && process) { in GuessLanguage()
1218 if (stop_locker.TryLock(&process->GetRunLock())) { in GuessLanguage()
1237 Process *process = exe_ctx.GetProcessPtr(); in GetFunctionName() local
1238 if (target && process) { in GetFunctionName()
1240 if (stop_locker.TryLock(&process->GetRunLock())) { in GetFunctionName()
1280 Process *process = exe_ctx.GetProcessPtr(); in GetDisplayFunctionName() local
1281 if (target && process) { in GetDisplayFunctionName()
1283 if (stop_locker.TryLock(&process->GetRunLock())) { in GetDisplayFunctionName()