Lines Matching refs:Printf

148 …log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, worki…  in RemoteLaunch()
196 …log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(… in RemoteLaunch()
229 …log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", proce… in RemoteAttachToProcessWithID()
253 log->Printf ("SBProcess(%p)::GetNumThreads () => %d", process_sp.get(), num_threads); in GetNumThreads()
275 …log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.ge… in GetSelectedThread()
297 …log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SB… in CreateOSPluginThread()
317 … log->Printf ("SBProcess(%p)::GetTarget () => SBTarget(%p)", process_sp.get(), target_sp.get()); in GetTarget()
337 log->Printf ("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %lu", in PutSTDIN()
359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDOUT()
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDERR()
405 … log->Printf ("SBProcess(%p)::GetProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetAsyncProfileData()
481 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%4.4" PRIx64 ") => %s", in SetSelectedThreadByID()
501 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%x) => %s", in SetSelectedThreadByIndexID()
526 log->Printf ("SBProcess(%p)::GetThreadAtIndex (index=%d) => SBThread(%p)", in GetThreadAtIndex()
562 log->Printf ("SBProcess(%p)::GetState () => %s", in GetState()
582 log->Printf ("SBProcess(%p)::GetExitStatus () => %i (0x%8.8x)", in GetExitStatus()
600 log->Printf ("SBProcess(%p)::GetExitDescription () => %s", in GetExitDescription()
615 log->Printf ("SBProcess(%p)::GetProcessID () => %" PRIu64, process_sp.get(), ret_val); in GetProcessID()
629 log->Printf ("SBProcess(%p)::GetUniqueID () => %" PRIu32, process_sp.get(), ret_val); in GetUniqueID()
643 log->Printf ("SBProcess(%p)::GetByteOrder () => %d", process_sp.get(), byteOrder); in GetByteOrder()
658 log->Printf ("SBProcess(%p)::GetAddressByteSize () => %d", process_sp.get(), size); in GetAddressByteSize()
672 log->Printf ("SBProcess(%p)::Continue ()...", process_sp.get()); in Continue()
684 … log->Printf ("SBProcess(%p)::Continue () waiting for process to stop...", process_sp.get()); in Continue()
697 …log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), s… in Continue()
722 log->Printf ("SBProcess(%p)::Destroy () => SBError (%p): %s", in Destroy()
750 log->Printf ("SBProcess(%p)::Stop () => SBError (%p): %s", in Stop()
777 log->Printf ("SBProcess(%p)::Kill () => SBError (%p): %s", in Kill()
827 log->Printf ("SBProcess(%p)::Signal (signo=%i) => SBError (%p): %s", in Signal()
864 log->Printf ("SBProcess(%p)::GetThreadByID (tid=0x%4.4" PRIx64 ") => SBThread (%p)", in GetThreadByID()
891 log->Printf ("SBProcess(%p)::GetThreadByID (tid=0x%x) => SBThread (%p)", in GetThreadByIndexID()
908 log->Printf ("SBProcess::GetStateFromEvent (event.sp=%p) => %s", event.get(), in GetStateFromEvent()
955 log->Printf ("SBProcess(%p)::GetBroadcaster () => SBBroadcaster (%p)", process_sp.get(), in GetBroadcaster()
978 …log->Printf ("SBProcess(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError … in ReadMemory()
997 … log->Printf ("SBProcess(%p)::ReadMemory() => error: process is running", process_sp.get()); in ReadMemory()
1010 …log->Printf ("SBProcess(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError … in ReadMemory()
1040 …log->Printf ("SBProcess(%p)::ReadCStringFromMemory() => error: process is running", process_sp.get… in ReadCStringFromMemory()
1068 …log->Printf ("SBProcess(%p)::ReadUnsignedFromMemory() => error: process is running", process_sp.ge… in ReadUnsignedFromMemory()
1096 …log->Printf ("SBProcess(%p)::ReadPointerFromMemory() => error: process is running", process_sp.get… in ReadPointerFromMemory()
1118 …log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError… in WriteMemory()
1137 … log->Printf ("SBProcess(%p)::WriteMemory() => error: process is running", process_sp.get()); in WriteMemory()
1146 …log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError… in WriteMemory()
1174 strm.Printf ("SBProcess: pid = %" PRIu64 ", state = %s, threads = %d%s%s", in GetDescription()
1199 log->Printf ("SBProcess(%p)::GetNumSupportedHardwareWatchpoints () => %u", in GetNumSupportedHardwareWatchpoints()
1225 … log->Printf ("SBProcess(%p)::LoadImage() => error: process is running", process_sp.get()); in LoadImage()
1249 … log->Printf ("SBProcess(%p)::UnloadImage() => error: process is running", process_sp.get()); in UnloadImage()