Home | History | Annotate | Download | only in Target

Lines Matching refs:Printf

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