Home | History | Annotate | Download | only in Target

Lines Matching refs:Printf

192                         log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
256 strm.Printf("breakpoint ");
272 strm.Printf ("internal %s breakpoint(%d).", kind, m_break_id);
274 strm.Printf ("internal breakpoint(%d).", m_break_id);
278 strm.Printf ("breakpoint %d.", m_break_id);
284 strm.Printf ("one-shot breakpoint %d", m_break_id);
286 strm.Printf ("breakpoint %d which has been deleted.", m_break_id);
290 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value);
292 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_address);
329 log->Printf ("PerformAction got called with an invalid thread.");
373 log->Printf ("StopInfoBreakpoint::PerformAction - Hit a breakpoint while running an expression,"
395 log->Printf ("StopInfoBreakpoint::PerformAction - in expression, continuing: %s.",
397 process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf("Warning: hit breakpoint while "
436 error_sp->Printf ("Stopped due to an error evaluating condition of breakpoint ");
438 error_sp->Printf (": \"%s\"",
443 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
501 log_process->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
504 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
584 strm.Printf("watchpoint %" PRIi64, m_value);
620 log->Printf ("Process::%s could not find watchpoint location id: %" PRId64 "...",
731 log->Printf("Condition successfully evaluated, result is %s.\n",
738 log->Printf("Failed to get an integer result from the expression.");
746 error_sp->Printf ("Stopped due to an error evaluating condition of watchpoint ");
748 error_sp->Printf (": \"%s\"",
753 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
797 log_process->Printf ("Process::%s could not find watchpoint id: %" PRId64 "...", __FUNCTION__, m_value);
800 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
868 strm.Printf ("thread %d received signal: %s",
901 strm.Printf("signal %s", signal_name);
903 strm.Printf("signal %" PRIi64, m_value);