Home | History | Annotate | Download | only in API

Lines Matching full:process

34 #include "lldb/Target/Process.h"
119 Process *process = exe_ctx.GetProcessPtr();
120 if (target && process)
122 Process::StopLocker stop_locker;
123 if (stop_locker.TryLock(&process->GetRunLock()))
139 log->Printf ("SBFrame::GetSymbolContext () => error: process is running");
161 Process *process = exe_ctx.GetProcessPtr();
162 if (target && process)
164 Process::StopLocker stop_locker;
165 if (stop_locker.TryLock(&process->GetRunLock()))
182 log->Printf ("SBFrame::GetModule () => error: process is running");
203 Process *process = exe_ctx.GetProcessPtr();
204 if (target && process)
206 Process::StopLocker stop_locker;
207 if (stop_locker.TryLock(&process->GetRunLock()))
223 log->Printf ("SBFrame::GetCompileUnit () => error: process is running");
243 Process *process = exe_ctx.GetProcessPtr();
244 if (target && process)
246 Process::StopLocker stop_locker;
247 if (stop_locker.TryLock(&process->GetRunLock()))
263 log->Printf ("SBFrame::GetFunction () => error: process is running");
283 Process *process = exe_ctx.GetProcessPtr();
284 if (target && process)
286 Process::StopLocker stop_locker;
287 if (stop_locker.TryLock(&process->GetRunLock()))
303 log->Printf ("SBFrame::GetSymbol () => error: process is running");
322 Process *process = exe_ctx.GetProcessPtr();
323 if (target && process)
325 Process::StopLocker stop_locker;
326 if (stop_locker.TryLock(&process->GetRunLock()))
342 log->Printf ("SBFrame(%p)::GetBlock () => error: process is running", frame);
361 Process *process = exe_ctx.GetProcessPtr();
362 if (target && process)
364 Process::StopLocker stop_locker;
365 if (stop_locker.TryLock(&process->GetRunLock()))
381 log->Printf ("SBFrame::GetFrameBlock () => error: process is running");
400 Process *process = exe_ctx.GetProcessPtr();
401 if (target && process)
403 Process::StopLocker stop_locker;
404 if (stop_locker.TryLock(&process->GetRunLock()))
420 log->Printf ("SBFrame::GetLineEntry () => error: process is running");
456 Process *process = exe_ctx.GetProcessPtr();
457 if (target && process)
459 Process::StopLocker stop_locker;
460 if (stop_locker.TryLock(&process->GetRunLock()))
476 log->Printf ("SBFrame::GetPC () => error: process is running");
496 Process *process = exe_ctx.GetProcessPtr();
497 if (target && process)
499 Process::StopLocker stop_locker;
500 if (stop_locker.TryLock(&process->GetRunLock()))
516 log->Printf ("SBFrame::SetPC () => error: process is running");
537 Process *process = exe_ctx.GetProcessPtr();
538 if (target && process)
540 Process::StopLocker stop_locker;
541 if (stop_locker.TryLock(&process->GetRunLock()))
557 log->Printf ("SBFrame::GetSP () => error: process is running");
577 Process *process = exe_ctx.GetProcessPtr();
578 if (target && process)
580 Process::StopLocker stop_locker;
581 process->GetRunLock()))
597 log->Printf ("SBFrame::GetFP () => error: process is running");
617 Process *process = exe_ctx.GetProcessPtr();
618 if (target && process)
620 Process::StopLocker stop_locker;
621 if (stop_locker.TryLock(&process->GetRunLock()))
637 log->Printf ("SBFrame::GetPCAddress () => error: process is running");
683 Process *process = exe_ctx.GetProcessPtr();
684 if (target && process)
686 Process::StopLocker stop_locker;
687 if (stop_locker.TryLock(&process->GetRunLock()))
710 log->Printf ("SBFrame::GetValueForVariablePath () => error: process is running");
752 Process *process = exe_ctx.GetProcessPtr();
753 if (target && process)
755 Process::StopLocker stop_locker;
756 if (stop_locker.TryLock(&process->GetRunLock()))
794 log->Printf ("SBFrame::FindVariable () => error: process is running");
839 Process *process = exe_ctx.GetProcessPtr();
840 if (target && process)
842 Process::StopLocker stop_locker;
843 if (stop_locker.TryLock(&process->GetRunLock()))
955 log->Printf ("SBFrame::FindValue () => error: process is running");
1019 Process *process = exe_ctx.GetProcessPtr();
1020 if (target && process)
1022 Process::StopLocker stop_locker;
1023 if (stop_locker.TryLock(&process->GetRunLock()))
1039 log->Printf ("SBFrame::Disassemble () => error: process is running");
1091 Process *process = exe_ctx.GetProcessPtr();
1092 if (target && process)
1094 Process::StopLocker stop_locker;
1095 if (stop_locker.TryLock(&process->GetRunLock()))
1156 log->Printf ("SBFrame::GetVariables () => error: process is running");
1179 Process *process = exe_ctx.GetProcessPtr();
1180 if (target && process)
1182 Process::StopLocker stop_locker;
1183 if (stop_locker.TryLock(&process->GetRunLock()))
1207 log->Printf ("SBFrame::GetRegisters () => error: process is running");
1229 Process *process = exe_ctx.GetProcessPtr();
1230 if (target && process)
1232 Process::StopLocker stop_locker;
1233 if (stop_locker.TryLock(&process->GetRunLock()))
1265 log->Printf ("SBFrame::FindRegister () => error: process is running");
1286 Process *process = exe_ctx.GetProcessPtr();
1287 if (target && process)
1289 Process::StopLocker stop_locker;
1290 if (stop_locker.TryLock(&process->GetRunLock()))
1306 log->Printf ("SBFrame::GetDescription () => error: process is running");
1379 Process *process = exe_ctx.GetProcessPtr();
1381 if (target && process)
1383 Process::StopLocker stop_locker;
1384 if (stop_locker.TryLock(&process->GetRunLock()))
1413 log->Printf ("SBFrame::EvaluateExpression () => error: process is running");
1441 Process *process = exe_ctx.GetProcessPtr();
1442 if (target && process)
1444 Process::StopLocker stop_locker;
1445 if (stop_locker.TryLock(&process->GetRunLock()))
1464 log->Printf ("SBFrame::IsInlined () => error: process is running");
1479 Process *process = exe_ctx.GetProcessPtr();
1480 if (target && process)
1482 Process::StopLocker stop_locker;
1483 if (stop_locker.TryLock(&process->GetRunLock()))
1520 log->Printf ("SBFrame::GetFunctionName() => error: process is running");