Home | History | Annotate | Download | only in API

Lines Matching refs:log

19 #include "lldb/Core/Log.h"
146 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
147 if (log) {
148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
193 if (log) {
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
225 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
226 if (log) {
229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
239 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
252 if (log)
253 log->Printf ("SBProcess(%p)::GetNumThreads () => %d", process_sp.get(), num_threads);
261 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
273 if (log)
275 log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.get());
284 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
296 if (log)
297 log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SBThread(%p)", process_sp.get(), tid, context, thread_sp.get());
305 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
316 if (log)
317 log->Printf ("SBProcess(%p)::GetTarget () => SBTarget(%p)", process_sp.get(), target_sp.get());
326 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
336 if (log)
337 log->Printf ("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %lu",
357 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
358 if (log)
359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
380 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
381 if (log)
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
403 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
404 if (log)
405 log->Printf ("SBProcess(%p)::GetProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
470 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
480 if (log)
481 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%4.4" PRIx64 ") => %s",
490 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
500 if (log)
501 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%x) => %s",
510 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
524 if (log)
526 log->Printf ("SBProcess(%p)::GetThreadAtIndex (index=%d) => SBThread(%p)",
560 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
561 if (log)
562 log->Printf ("SBProcess(%p)::GetState () => %s",
580 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
581 if (log)
582 log->Printf ("SBProcess(%p)::GetExitStatus () => %i (0x%8.8x)",
598 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
599 if (log)
600 log->Printf ("SBProcess(%p)::GetExitDescription () => %s",
613 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
614 if (log)
615 log->Printf ("SBProcess(%p)::GetProcessID () => %" PRIu64, process_sp.get(), ret_val);
627 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
628 if (log)
629 log->Printf ("SBProcess(%p)::GetUniqueID () => %" PRIu32, process_sp.get(), ret_val);
641 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
642 if (log)
643 log->Printf ("SBProcess(%p)::GetByteOrder () => %d", process_sp.get(), byteOrder);
656 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
657 if (log)
658 log->Printf ("SBProcess(%p)::GetAddressByteSize () => %d", process_sp.get(), size);
666 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
671 if (log)
672 log->Printf ("SBProcess(%p)::Continue ()...", process_sp.get());
683 if (log)
684 log->Printf ("SBProcess(%p)::Continue () waiting for process to stop...", process_sp.get());
693 if (log)
697 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
717 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
718 if (log)
722 log->Printf ("SBProcess(%p)::Destroy () => SBError (%p): %s",
745 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
746 if (log)
750 log->Printf ("SBProcess(%p)::Stop () => SBError (%p): %s",
772 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
773 if (log)
777 log->Printf ("SBProcess(%p)::Kill () => SBError (%p): %s",
822 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
823 if (log)
827 log->Printf ("SBProcess(%p)::Signal (signo=%i) => SBError (%p): %s",
861 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
862 if (log)
864 log->Printf ("SBProcess(%p)::GetThreadByID (tid=0x%4.4" PRIx64 ") => SBThread (%p)",
888 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
889 if (log)
891 log->Printf ("SBProcess(%p)::GetThreadByID (tid=0x%x) => SBThread (%p)",
903 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
907 if (log)
908 log->Printf ("SBProcess::GetStateFromEvent (event.sp=%p) => %s", event.get(),
948 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
954 if (log)
955 log->Printf ("SBProcess(%p)::GetBroadcaster () => SBBroadcaster (%p)", process_sp.get(),
970 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
976 if (log)
978 log->Printf ("SBProcess(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError (%p))...",
996 if (log)
997 log->Printf ("SBProcess(%p)::ReadMemory() => error: process is running", process_sp.get());
1006 if (log)
1010 log->Printf ("SBProcess(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError (%p): %s) => %" PRIu64,
1038 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1039 if (log)
1040 log->Printf ("SBProcess(%p)::ReadCStringFromMemory() => error: process is running", process_sp.get());
1066 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1067 if (log)
1068 log->Printf ("SBProcess(%p)::ReadUnsignedFromMemory() => error: process is running", process_sp.get());
1094 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1095 if (log)
1096 log->Printf ("SBProcess(%p)::ReadPointerFromMemory() => error: process is running", process_sp.get());
1112 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1116 if (log)
1118 log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError (%p))...",
1136 if (log)
1137 log->Printf ("SBProcess(%p)::WriteMemory() => error: process is running", process_sp.get());
1142 if (log)
1146 log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError (%p): %s) => %" PRIu64,
1190 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1198 if (log)
1199 log->Printf ("SBProcess(%p)::GetNumSupportedHardwareWatchpoints () => %u",
1223 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1224 if (log)
1225 log->Printf ("SBProcess(%p)::LoadImage() => error: process is running", process_sp.get());
1247 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1248 if (log)
1249 log->Printf ("SBProcess(%p)::UnloadImage() => error: process is running", process_sp.get());