Home | History | Annotate | Download | only in API

Lines Matching refs:Printf

66         log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s", 
133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
139 log->Printf ("SBFrame::GetSymbolContext () => error: process is running");
144 log->Printf ("SBFrame(%p)::GetSymbolContext (resolve_scope=0x%8.8x) => SBSymbolContext(%p)",
176 log->Printf ("SBFrame::GetModule () => error: could not reconstruct frame object for this SBFrame.");
182 log->Printf ("SBFrame::GetModule () => error: process is running");
187 log->Printf ("SBFrame(%p)::GetModule () => SBModule(%p)",
217 log->Printf ("SBFrame::GetCompileUnit () => error: could not reconstruct frame object for this SBFrame.");
223 log->Printf ("SBFrame::GetCompileUnit () => error: process is running");
227 log->Printf ("SBFrame(%p)::GetCompileUnit () => SBCompileUnit(%p)",
257 log->Printf ("SBFrame::GetFunction () => error: could not reconstruct frame object for this SBFrame.");
263 log->Printf ("SBFrame::GetFunction () => error: process is running");
267 log->Printf ("SBFrame(%p)::GetFunction () => SBFunction(%p)",
297 log->Printf ("SBFrame::GetSymbol () => error: could not reconstruct frame object for this SBFrame.");
303 log->Printf ("SBFrame::GetSymbol () => error: process is running");
307 log->Printf ("SBFrame(%p)::GetSymbol () => SBSymbol(%p)",
336 log->Printf ("SBFrame::GetBlock () => error: could not reconstruct frame object for this SBFrame.");
342 log->Printf ("SBFrame(%p)::GetBlock () => error: process is running", frame);
346 log->Printf ("SBFrame(%p)::GetBlock () => SBBlock(%p)",
375 log->Printf ("SBFrame::GetFrameBlock () => error: could not reconstruct frame object for this SBFrame.");
381 log->Printf ("SBFrame::GetFrameBlock () => error: process is running");
385 log->Printf ("SBFrame(%p)::GetFrameBlock () => SBBlock(%p)",
414 log->Printf ("SBFrame::GetLineEntry () => error: could not reconstruct frame object for this SBFrame.");
420 log->Printf ("SBFrame::GetLineEntry () => error: process is running");
424 log->Printf ("SBFrame(%p)::GetLineEntry () => SBLineEntry(%p)",
441 log->Printf ("SBFrame(%p)::GetFrameID () => %u",
470 log->Printf ("SBFrame::GetPC () => error: could not reconstruct frame object for this SBFrame.");
476 log->Printf ("SBFrame::GetPC () => error: process is running");
481 log->Printf ("SBFrame(%p)::GetPC () => 0x%" PRIx64, frame, addr);
510 log->Printf ("SBFrame::SetPC () => error: could not reconstruct frame object for this SBFrame.");
516 log->Printf ("SBFrame::SetPC () => error: process is running");
521 log->Printf ("SBFrame(%p)::SetPC (new_pc=0x%" PRIx64 ") => %i",
551 log->Printf ("SBFrame::GetSP () => error: could not reconstruct frame object for this SBFrame.");
557 log->Printf ("SBFrame::GetSP () => error: process is running");
561 log->Printf ("SBFrame(%p)::GetSP () => 0x%" PRIx64, frame, addr);
591 log->Printf ("SBFrame::GetFP () => error: could not reconstruct frame object for this SBFrame.");
597 log->Printf ("SBFrame::GetFP () => error: process is running");
602 log->Printf ("SBFrame(%p)::GetFP () => 0x%" PRIx64, frame, addr);
631 log->Printf ("SBFrame::GetPCAddress () => error: could not reconstruct frame object for this SBFrame.");
637 log->Printf ("SBFrame::GetPCAddress () => error: process is running");
641 log->Printf ("SBFrame(%p)::GetPCAddress () => SBAddress(%p)", frame, sb_addr.get());
675 log->Printf ("SBFrame::GetValueForVariablePath called with empty variable path.");
704 log->Printf ("SBFrame::GetValueForVariablePath () => error: could not reconstruct frame object for this SBFrame.");
710 log->Printf ("SBFrame::GetValueForVariablePath () => error: process is running");
742 log->Printf ("SBFrame::FindVariable called with empty name");
788 log->Printf ("SBFrame::FindVariable () => error: could not reconstruct frame object for this SBFrame.");
794 log->Printf ("SBFrame::FindVariable () => error: process is running");
799 log->Printf ("SBFrame(%p)::FindVariable (name=\"%s\") => SBValue(%p)",
829 log->Printf ("SBFrame::FindValue called with empty name.");
949 log->Printf ("SBFrame::FindValue () => error: could not reconstruct frame object for this SBFrame.");
955 log->Printf ("SBFrame::FindValue () => error: process is running");
960 log->Printf ("SBFrame(%p)::FindVariableInScope (name=\"%s\", value_type=%i) => SBValue(%p)",
1000 log->Printf ("SBFrame(%p)::GetThread () => SBThread(%p): %s",
1033 log->Printf ("SBFrame::Disassemble () => error: could not reconstruct frame object for this SBFrame.");
1039 log->Printf ("SBFrame::Disassemble () => error: process is running");
1044 log->Printf ("SBFrame(%p)::Disassemble () => %s", frame, disassembly);
1085 log->Printf ("SBFrame::GetVariables (arguments=%i, locals=%i, statics=%i, in_scope_only=%i)",
1150 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
1156 log->Printf ("SBFrame::GetVariables () => error: process is running");
1162 log->Printf ("SBFrame(%p)::GetVariables (...) => SBValueList(%p)", frame, value_list.opaque_ptr());
1201 log->Printf ("SBFrame::GetRegisters () => error: could not reconstruct frame object for this SBFrame.");
1207 log->Printf ("SBFrame::GetRegisters () => error: process is running");
1212 log->Printf ("SBFrame(%p)::GetRegisters () => SBValueList(%p)", frame, value_list.opaque_ptr());
1259 log->Printf ("SBFrame::FindRegister () => error: could not reconstruct frame object for this SBFrame.");
1265 log->Printf ("SBFrame::FindRegister () => error: process is running");
1270 log->Printf ("SBFrame(%p)::FindRegister () => SBValue(%p)", frame, value_sp.get());
1300 log->Printf ("SBFrame::GetDescription () => error: could not reconstruct frame object for this SBFrame.");
1306 log->Printf ("SBFrame::GetDescription () => error: process is running");
1365 log->Printf ("SBFrame::EvaluateExpression called with an empty expression");
1375 log->Printf ("SBFrame()::EvaluateExpression (expr=\"%s\")...", expr);
1407 log->Printf ("SBFrame::EvaluateExpression () => error: could not reconstruct frame object for this SBFrame.");
1413 log->Printf ("SBFrame::EvaluateExpression () => error: process is running");
1419 expr_log->Printf("** [SBFrame::EvaluateExpression] Expression result is %s, summary %s **",
1424 log->Printf ("SBFrame(%p)::EvaluateExpression (expr=\"%s\") => SBValue(%p) (execution result=%d)",
1458 log->Printf ("SBFrame::IsInlined () => error: could not reconstruct frame object for this SBFrame.");
1464 log->Printf ("SBFrame::IsInlined () => error: process is running");
1514 log->Printf ("SBFrame::GetFunctionName () => error: could not reconstruct frame object for this SBFrame.");
1520 log->Printf ("SBFrame::GetFunctionName() => error: process is running");