• Home
  • Raw
  • Download

Lines Matching refs:Printf

237         s.Printf ("    pid = %" PRIu64 "\n", m_pid);  in Dump()
240 s.Printf (" parent = %" PRIu64 "\n", m_parent_pid); in Dump()
244 s.Printf (" name = %s\n", m_executable.GetFilename().GetCString()); in Dump()
256 s.Printf (" arg[%u] = %s\n", i, arg); in Dump()
258 s.Printf ("arg[%u] = %s\n", i, arg); in Dump()
269 s.Printf (" env[%u] = %s\n", i, env); in Dump()
271 s.Printf ("env[%u] = %s\n", i, env); in Dump()
276 s.Printf (" arch = %s\n", m_arch.GetTriple().str().c_str()); in Dump()
281 s.Printf (" uid = %-5u (%s)\n", m_uid, cstr ? cstr : ""); in Dump()
286 s.Printf (" gid = %-5u (%s)\n", m_gid, cstr ? cstr : ""); in Dump()
291 s.Printf (" euid = %-5u (%s)\n", m_euid, cstr ? cstr : ""); in Dump()
296 s.Printf (" egid = %-5u (%s)\n", m_egid, cstr ? cstr : ""); in Dump()
311 …s.Printf ("PID PARENT USER GROUP EFF USER EFF GROUP TRIPLE … in DumpTableHeader()
316 s.Printf ("PID PARENT USER ARCH %s\n", label); in DumpTableHeader()
327 s.Printf ("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid); in DumpAsTableRow()
334 s.Printf ("%-10s ", cstr); in DumpAsTableRow()
336 s.Printf ("%-10u ", m_uid); in DumpAsTableRow()
340 s.Printf ("%-10s ", cstr); in DumpAsTableRow()
342 s.Printf ("%-10u ", m_gid); in DumpAsTableRow()
346 s.Printf ("%-10s ", cstr); in DumpAsTableRow()
348 s.Printf ("%-10u ", m_euid); in DumpAsTableRow()
352 s.Printf ("%-10s ", cstr); in DumpAsTableRow()
354 s.Printf ("%-10u ", m_egid); in DumpAsTableRow()
355 s.Printf ("%-24s ", m_arch.IsValid() ? m_arch.GetTriple().str().c_str() : ""); in DumpAsTableRow()
359 s.Printf ("%-10s %-7d %s ", in DumpAsTableRow()
565 … shell_command.Printf(" /usr/bin/arch -arch %s", GetArchitecture().GetArchitectureName()); in ConvertArgumentsForLaunchingInShell()
585 shell_command.Printf("%s", argv[0]); in ConvertArgumentsForLaunchingInShell()
594 shell_command.Printf(" %s", arg); in ConvertArgumentsForLaunchingInShell()
1047 log->Printf ("%p Process::Process()", this); in Process()
1083 log->Printf ("%p Process::~Process()", this); in ~Process()
1332 log->Printf ("Process::%s (timeout = %p, event_sp)...", __FUNCTION__, timeout); in WaitForStateChangedEvents()
1343 log->Printf ("Process::%s got no event or was interrupted.", __FUNCTION__); in WaitForStateChangedEvents()
1347 log->Printf ("Process::%s (timeout = %p, event_sp) => %s", in WaitForStateChangedEvents()
1360 log->Printf ("Process::%s...", __FUNCTION__); in PeekAtStateChangedEvents()
1369 log->Printf ("Process::%s (event_ptr) => %s", in PeekAtStateChangedEvents()
1375 log->Printf ("Process::%s no events found", in PeekAtStateChangedEvents()
1388 log->Printf ("Process::%s (timeout = %p, event_sp)...", __FUNCTION__, timeout); in WaitForStateChangedEventsPrivate()
1404 log->Printf ("Process::%s (timeout = %p, event_sp) => TIMEOUT", __FUNCTION__, timeout); in WaitForStateChangedEventsPrivate()
1406 …log->Printf ("Process::%s (timeout = %p, event_sp) => %s", __FUNCTION__, timeout, StateAsCString(s… in WaitForStateChangedEventsPrivate()
1417 log->Printf ("Process::%s (timeout = %p, event_sp)...", __FUNCTION__, timeout); in WaitForEventsPrivate()
1453 log->Printf("Process::SetExitStatus (status=%i (0x%8.8x), description=%s%s%s)", in SetExitStatus()
1463 …log->Printf("Process::SetExitStatus () ignoring exit status because state was already set to eStat… in SetExitStatus()
1493 …log->Printf ("Process::SetProcessExitStatus (baton=%p, pid=%" PRIu64 ", exited=%i, signal=%i, exit… in SetProcessExitStatus()
1634 …log->Printf("Process::SetPublicState (state = %s, restarted = %i)", StateAsCString(new_state), res… in SetPublicState()
1646 …log->Printf("Process::SetPublicState (%s) -- unlocking run lock for detach", StateAsCString(new_st… in SetPublicState()
1658 … log->Printf("Process::SetPublicState (%s) -- unlocking run lock", StateAsCString(new_state)); in SetPublicState()
1671 log->Printf("Process::Resume -- locking run lock"); in Resume()
1676 log->Printf ("Process::Resume: -- TrySetRunning failed, not resuming."); in Resume()
1695 log->Printf("Process::SetPrivateState (%s)", StateAsCString(new_state)); in SetPrivateState()
1734 …log->Printf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetS… in SetPrivateState()
1745 …log->Printf("Process::SetPrivateState (%s) state didn't change. Ignoring...", StateAsCString(new_s… in SetPrivateState()
1798 expr.Printf("dlopen (\"%s\", 2)", path); in LoadImage()
1875 expr.Printf("dlclose ((void *)0x%" PRIx64 ")", image_addr); in UnloadImage()
2149 …log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64, bp_site->GetID(… in EnableSoftwareBreakpoint()
2153 …log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- already ena… in EnableSoftwareBreakpoint()
2194 … log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- SUCCESS", in EnableSoftwareBreakpoint()
2211 …log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- FAILED: %s", in EnableSoftwareBreakpoint()
2227 …log->Printf ("Process::DisableSoftwareBreakpoint (breakID = %" PRIu64 ") addr = 0x%" PRIx64, break… in DisableSoftwareBreakpoint()
2281 …log->Printf ("Process::DisableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- SUCCESS", … in DisableSoftwareBreakpoint()
2301 …log->Printf ("Process::DisableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- already di… in DisableSoftwareBreakpoint()
2306 …log->Printf ("Process::DisableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- FAILED: %s… in DisableSoftwareBreakpoint()
2725 …log->Printf("Process::AllocateMemory(size=%4zu, permissions=%s) => 0x%16.16" PRIx64 " (m_stop_id =… in AllocateMemory()
2777 …log->Printf("Process::DeallocateMemory(addr=0x%16.16" PRIx64 ") => err = %s (m_stop_id = %u, m_mem… in DeallocateMemory()
3276 log->Printf("Process::PrivateResume() m_stop_id = %u, public state: %s private state: %s", in PrivateResume()
3309 log->Printf ("Process thinks the process has resumed."); in PrivateResume()
3318 log->Printf ("Process::PrivateResume() asked to simulate a start & stop."); in PrivateResume()
3325 … log->Printf ("Process::PrivateResume() got an error \"%s\".", error.AsCString("<unknown error>")); in PrivateResume()
3399 … log->Printf("Process::Halt() failed to stop, state is: %s", StateAsCString(state)); in Halt()
3429 log->Printf("Process::Destroy() About to halt."); in HaltForDestroyOrDetach()
3445 … log->Printf("Process::HaltForDestroyOrDetach() Process exited while waiting to Halt."); in HaltForDestroyOrDetach()
3454 …log->Printf("Process::HaltForDestroyOrDetach() Halt failed to stop, state is: %s", StateAsCString(… in HaltForDestroyOrDetach()
3467 … log->Printf("Process::HaltForDestroyOrDetach() Halt got error: %s", error.AsCString()); in HaltForDestroyOrDetach()
3692 … log->Printf ("Process::ShouldBroadcastEvent (%p) stopped due to an interrupt, state: %s", in ShouldBroadcastEvent()
3713 …log->Printf ("Process::ShouldBroadcastEvent: should_stop: %i state: %s was_restarted: %i stop_vote… in ShouldBroadcastEvent()
3733 …log->Printf ("Process::ShouldBroadcastEvent (%p) Restarting process from state: %s", event_ptr, St… in ShouldBroadcastEvent()
3760 … log->Printf ("Process::ShouldBroadcastEvent (%p) => new state: %s, last broadcast state: %s - %s", in ShouldBroadcastEvent()
3776 …log->Printf ("Process::%s()%s ", __FUNCTION__, already_running ? " already running" : " starting p… in StartPrivateStateThread()
3822 log->Printf ("Went to stop the private state thread, but it was already invalid."); in StopPrivateStateThread()
3836 log->Printf ("Process::%s (signal = %d)", __FUNCTION__, signal); in ControlPrivateStateThread()
3852 log->Printf ("Sending control event of type: %d.", signal); in ControlPrivateStateThread()
3863 …log->Printf ("Timed out responding to the control event, cancel got error: \"%s\".", error.AsCStri… in ControlPrivateStateThread()
3868 … log->Printf ("The control event killed the private state thread without having to cancel."); in ControlPrivateStateThread()
3879 log->Printf ("Private state thread already dead, no need to signal it to stop."); in ControlPrivateStateThread()
3907 log->Printf ("Ran next event action, result was %d.", action_result); in HandlePrivateEvent()
3942 … log->Printf ("Process::%s (pid = %" PRIu64 ") broadcasting new state %s (old state %s) to %s", in HandlePrivateEvent()
3961 …log->Printf ("Process::%s (pid = %" PRIu64 ") suppressing state %s (old state %s): should_broadcas… in HandlePrivateEvent()
3987 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") thread starting...", __FUNCTION__, this, G… in RunPrivateStateThread()
3997 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") got a control event: %d", __FUNCTION__, th… in RunPrivateStateThread()
4022 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") woke up with an interrupt while attaching … in RunPrivateStateThread()
4028 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") woke up with an interrupt - Halting.", __F… in RunPrivateStateThread()
4052 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") about to exit with internal state %s...", … in RunPrivateStateThread()
4060 …log->Printf ("Process::%s (arg = %p, pid = %" PRIu64 ") thread exiting...", __FUNCTION__, this, Ge… in RunPrivateStateThread()
4161 …log->Printf("Number of threads changed from %u to %u while processing event.", num_threads, curr_t… in DoOnRemoval()
4171 … log->Printf("The thread at position %u changed from %u to %u while processing event.", in DoOnRemoval()
4237 s->Printf(" process = %p (pid = %" PRIu64 "), ", m_process_sp.get(), m_process_sp->GetID()); in Dump()
4239 s->Printf("state = %s", StateAsCString(GetState())); in Dump()
4420 … log->Printf ("Process::GetProfileData (buf = %p, size = %" PRIu64 ")", buf, (uint64_t)buf_size); in GetAsyncProfileData()
4450 … log->Printf ("Process::GetSTDOUT (buf = %p, size = %" PRIu64 ")", buf, (uint64_t)buf_size); in GetSTDOUT()
4476 … log->Printf ("Process::GetSTDERR (buf = %p, size = %" PRIu64 ")", buf, (uint64_t)buf_size); in GetSTDERR()
4656 errors.Printf("RunThreadPlan called with empty thread plan."); in RunThreadPlan()
4662 errors.Printf ("RunThreadPlan called with an invalid thread plan."); in RunThreadPlan()
4668 errors.Printf("RunThreadPlan called on wrong process."); in RunThreadPlan()
4675 errors.Printf("RunThreadPlan called with invalid thread."); in RunThreadPlan()
4688 errors.Printf ("RunThreadPlan called while the private state was not stopped."); in RunThreadPlan()
4701 … errors.Printf("RunThreadPlan called without a selected frame on thread %d", thread_idx_id); in RunThreadPlan()
4737 …log->Printf ("Running thread plan on private state thread, spinning up another state thread to han… in RunThreadPlan()
4777 …log->Printf ("Process::RunThreadPlan(): Resuming thread %u - 0x%4.4" PRIx64 " to run thread plan \… in RunThreadPlan()
4831 …log->Printf ("Top of while loop: do_resume: %i handle_running_event: %i before_first_timeout: %i.", in RunThreadPlan()
4846 errors.Printf("Error resuming inferior the %d time: \"%s\".\n", in RunThreadPlan()
4861 … log->Printf ("Process::RunThreadPlan(): didn't get any event after resume %d, exiting.", in RunThreadPlan()
4864 errors.Printf("Didn't get any event after resume %d, exiting.", num_resumes); in RunThreadPlan()
4879 log->Printf("Process::RunThreadPlan(): didn't get running event after " in RunThreadPlan()
4895 errors.Printf("Didn't get running event after initial resume, got %s instead.", in RunThreadPlan()
4945 …log->Printf ("Process::RunThreadPlan(): about to wait - now is %" PRIu64 " - endpoint is %" PRIu64, in RunThreadPlan()
4951 log->Printf ("Process::RunThreadPlan(): about to wait forever."); in RunThreadPlan()
4966 errors.Printf ("Execution halted by user interrupt."); in RunThreadPlan()
4968 … log->Printf ("Process::RunThreadPlan(): Got interrupted by eBroadcastBitInterrupted, exiting."); in RunThreadPlan()
4975 …log->Printf("Process::RunThreadPlan(): in while loop, got event: %s.", StateAsCString(stop_state)); in RunThreadPlan()
4987 …log->Printf ("Process::RunThreadPlan(): execution completed but our thread (index-id=%u) has vanis… in RunThreadPlan()
4997 … log->Printf ("Process::RunThreadPlan(): Got a stop and restart, so we'll continue waiting."); in RunThreadPlan()
5031 …log->Printf ("Process::RunThreadPlan() stopped for breakpoint: %s.", stop_info_sp->GetDescription(… in RunThreadPlan()
5062 …log->Printf("Process::RunThreadPlan(): execution stopped with unexpected state: %s.", StateAsCStri… in RunThreadPlan()
5067 errors.Printf ("Execution stopped with unexpected state.\n"); in RunThreadPlan()
5097 … log->Printf ("Process::RunThreadPlan(): Running function with one thread timeout timed out, " in RunThreadPlan()
5101 … log->Printf ("Process::RunThreadPlan(): Restarting function with all threads enabled " in RunThreadPlan()
5106 … log->Printf ("Process::RunThreadPlan(): Running function with timeout: %d timed out, " in RunThreadPlan()
5127 log->Printf ("Process::RunThreadPlan(): Running Halt."); in RunThreadPlan()
5145 … log->Printf ("Process::RunThreadPlan(): Stopped with event: %s", StateAsCString(stop_state)); in RunThreadPlan()
5310 ts.Printf("<%u threads> ", num_threads); in RunThreadPlan()
5320 ts.Printf("<?> "); in RunThreadPlan()
5324 ts.Printf("<0x%4.4" PRIx64 " ", thread->GetID()); in RunThreadPlan()
5328 ts.Printf("[ip 0x%" PRIx64 "] ", register_context->GetPC()); in RunThreadPlan()
5330 ts.Printf("[ip unknown] "); in RunThreadPlan()
5339 ts.Printf(">"); in RunThreadPlan()
5347 …log->Printf("Process::RunThreadPlan(): execution interrupted: %s %s", s.GetData(), event_explanati… in RunThreadPlan()
5349 log->Printf("Process::RunThreadPlan(): execution interrupted: %s", s.GetData()); in RunThreadPlan()
5355 …log->Printf ("Process::RunThreadPlan: ExecutionInterrupted - discarding thread plans up to %p.", t… in RunThreadPlan()
5362 …log->Printf ("Process::RunThreadPlan: ExecutionInterrupted - for plan: %p not discarding.", thread… in RunThreadPlan()
5480 strm.Printf ("Process %" PRIu64 " exited with status = %i (0x%8.8x) %s\n", in GetStatus()
5489 strm.Printf ("Connected to remote target.\n"); in GetStatus()
5491 strm.Printf ("Process %" PRIu64 " %s\n", GetID(), StateAsCString (state)); in GetStatus()
5496 strm.Printf ("Process %" PRIu64 " is running.\n", GetID()); in GetStatus()