• Home
  • Raw
  • Download

Lines Matching refs:Printf

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