Home | History | Annotate | Download | only in API

Lines Matching refs:log

19 #include "lldb/Core/Log.h"
60 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
62 if (log)
66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s",
112 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
132 if (log)
133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
138 if (log)
139 log->Printf ("SBFrame::GetSymbolContext () => error: process is running");
143 if (log)
144 log->Printf ("SBFrame(%p)::GetSymbolContext (resolve_scope=0x%8.8x) => SBSymbolContext(%p)",
153 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
175 if (log)
176 log->Printf ("SBFrame::GetModule () => error: could not reconstruct frame object for this SBFrame.");
181 if (log)
182 log->Printf ("SBFrame::GetModule () => error: process is running");
186 if (log)
187 log->Printf ("SBFrame(%p)::GetModule () => SBModule(%p)",
196 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
216 if (log)
217 log->Printf ("SBFrame::GetCompileUnit () => error: could not reconstruct frame object for this SBFrame.");
222 if (log)
223 log->Printf ("SBFrame::GetCompileUnit () => error: process is running");
226 if (log)
227 log->Printf ("SBFrame(%p)::GetCompileUnit () => SBCompileUnit(%p)",
236 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
256 if (log)
257 log->Printf ("SBFrame::GetFunction () => error: could not reconstruct frame object for this SBFrame.");
262 if (log)
263 log->Printf ("SBFrame::GetFunction () => error: process is running");
266 if (log)
267 log->Printf ("SBFrame(%p)::GetFunction () => SBFunction(%p)",
276 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
296 if (log)
297 log->Printf ("SBFrame::GetSymbol () => error: could not reconstruct frame object for this SBFrame.");
302 if (log)
303 log->Printf ("SBFrame::GetSymbol () => error: process is running");
306 if (log)
307 log->Printf ("SBFrame(%p)::GetSymbol () => SBSymbol(%p)",
315 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
335 if (log)
336 log->Printf ("SBFrame::GetBlock () => error: could not reconstruct frame object for this SBFrame.");
341 if (log)
342 log->Printf ("SBFrame(%p)::GetBlock () => error: process is running", frame);
345 if (log)
346 log->Printf ("SBFrame(%p)::GetBlock () => SBBlock(%p)",
360 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
374 if (log)
375 log->Printf ("SBFrame::GetFrameBlock () => error: could not reconstruct frame object for this SBFrame.");
380 if (log)
381 log->Printf ("SBFrame::GetFrameBlock () => error: process is running");
384 if (log)
385 log->Printf ("SBFrame(%p)::GetFrameBlock () => SBBlock(%p)",
393 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
413 if (log)
414 log->Printf ("SBFrame::GetLineEntry () => error: could not reconstruct frame object for this SBFrame.");
419 if (log)
420 log->Printf ("SBFrame::GetLineEntry () => error: process is running");
423 if (log)
424 log->Printf ("SBFrame(%p)::GetLineEntry () => SBLineEntry(%p)",
439 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
440 if (log)
441 log->Printf ("SBFrame(%p)::GetFrameID () => %u",
449 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
469 if (log)
470 log->Printf ("SBFrame::GetPC () => error: could not reconstruct frame object for this SBFrame.");
475 if (log)
476 log->Printf ("SBFrame::GetPC () => error: process is running");
480 if (log)
481 log->Printf ("SBFrame(%p)::GetPC () => 0x%" PRIx64, frame, addr);
489 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
509 if (log)
510 log->Printf ("SBFrame::SetPC () => error: could not reconstruct frame object for this SBFrame.");
515 if (log)
516 log->Printf ("SBFrame::SetPC () => error: process is running");
520 if (log)
521 log->Printf ("SBFrame(%p)::SetPC (new_pc=0x%" PRIx64 ") => %i",
530 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
550 if (log)
551 log->Printf ("SBFrame::GetSP () => error: could not reconstruct frame object for this SBFrame.");
556 if (log)
557 log->Printf ("SBFrame::GetSP () => error: process is running");
560 if (log)
561 log->Printf ("SBFrame(%p)::GetSP () => 0x%" PRIx64, frame, addr);
570 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
590 if (log)
591 log->Printf ("SBFrame::GetFP () => error: could not reconstruct frame object for this SBFrame.");
596 if (log)
597 log->Printf ("SBFrame::GetFP () => error: process is running");
601 if (log)
602 log->Printf ("SBFrame(%p)::GetFP () => 0x%" PRIx64, frame, addr);
610 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
630 if (log)
631 log->Printf ("SBFrame::GetPCAddress () => error: could not reconstruct frame object for this SBFrame.");
636 if (log)
637 log->Printf ("SBFrame::GetPCAddress () => error: process is running");
640 if (log)
641 log->Printf ("SBFrame(%p)::GetPCAddress () => SBAddress(%p)", frame, sb_addr.get());
671 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
674 if (log)
675 log->Printf ("SBFrame::GetValueForVariablePath called with empty variable path.");
703 if (log)
704 log->Printf ("SBFrame::GetValueForVariablePath () => error: could not reconstruct frame object for this SBFrame.");
709 if (log)
710 log->Printf ("SBFrame::GetValueForVariablePath () => error: process is running");
735 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
741 if (log)
742 log->Printf ("SBFrame::FindVariable called with empty name");
787 if (log)
788 log->Printf ("SBFrame::FindVariable () => error: could not reconstruct frame object for this SBFrame.");
793 if (log)
794 log->Printf ("SBFrame::FindVariable () => error: process is running");
798 if (log)
799 log->Printf ("SBFrame(%p)::FindVariable (name=\"%s\") => SBValue(%p)",
823 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
828 if (log)
829 log->Printf ("SBFrame::FindValue called with empty name.");
948 if (log)
949 log->Printf ("SBFrame::FindValue () => error: could not reconstruct frame object for this SBFrame.");
954 if (log)
955 log->Printf ("SBFrame::FindValue () => error: process is running");
959 if (log)
960 log->Printf ("SBFrame(%p)::FindVariableInScope (name=\"%s\", value_type=%i) => SBValue(%p)",
990 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
996 if (log)
1000 log->Printf ("SBFrame(%p)::GetThread () => SBThread(%p): %s",
1012 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1032 if (log)
1033 log->Printf ("SBFrame::Disassemble () => error: could not reconstruct frame object for this SBFrame.");
1038 if (log)
1039 log->Printf ("SBFrame::Disassemble () => error: process is running");
1043 if (log)
1044 log->Printf ("SBFrame(%p)::Disassemble () => %s", frame, disassembly);
1075 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1084 if (log)
1085 log->Printf ("SBFrame::GetVariables (arguments=%i, locals=%i, statics=%i, in_scope_only=%i)",
1149 if (log)
1150 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
1155 if (log)
1156 log->Printf ("SBFrame::GetVariables () => error: process is running");
1160 if (log)
1162 log->Printf ("SBFrame(%p)::GetVariables (...) => SBValueList(%p)", frame, value_list.opaque_ptr());
1171 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1200 if (log)
1201 log->Printf ("SBFrame::GetRegisters () => error: could not reconstruct frame object for this SBFrame.");
1206 if (log)
1207 log->Printf ("SBFrame::GetRegisters () => error: process is running");
1211 if (log)
1212 log->Printf ("SBFrame(%p)::GetRegisters () => SBValueList(%p)", frame, value_list.opaque_ptr());
1220 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1258 if (log)
1259 log->Printf ("SBFrame::FindRegister () => error: could not reconstruct frame object for this SBFrame.");
1264 if (log)
1265 log->Printf ("SBFrame::FindRegister () => error: process is running");
1269 if (log)
1270 log->Printf ("SBFrame(%p)::FindRegister () => SBValue(%p)", frame, value_sp.get());
1278 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1299 if (log)
1300 log->Printf ("SBFrame::GetDescription () => error: could not reconstruct frame object for this SBFrame.");
1305 if (log)
1306 log->Printf ("SBFrame::GetDescription () => error: process is running");
1355 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1357 Log *expr_log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1364 if (log)
1365 log->Printf ("SBFrame::EvaluateExpression called with an empty expression");
1374 if (log)
1375 log->Printf ("SBFrame()::EvaluateExpression (expr=\"%s\")...", expr);
1406 if (log)
1407 log->Printf ("SBFrame::EvaluateExpression () => error: could not reconstruct frame object for this SBFrame.");
1412 if (log)
1413 log->Printf ("SBFrame::EvaluateExpression () => error: process is running");
1423 if (log)
1424 log->Printf ("SBFrame(%p)::EvaluateExpression (expr=\"%s\") => SBValue(%p) (execution result=%d)",
1437 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1457 if (log)
1458 log->Printf ("SBFrame::IsInlined () => error: could not reconstruct frame object for this SBFrame.");
1463 if (log)
1464 log->Printf ("SBFrame::IsInlined () => error: process is running");
1474 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1513 if (log)
1514 log->Printf ("SBFrame::GetFunctionName () => error: could not reconstruct frame object for this SBFrame.");
1519 if (log)
1520 log->Printf ("SBFrame::GetFunctionName() => error: process is running");