HomeSort by relevance Sort by last modified time
    Searched refs:Printf (Results 101 - 125 of 373) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 44 log->Printf("AppleObjCExternalASTSource::FindExternalVisibleDeclsByName[%u] on (ASTContext*)%p Looking for %s in (%sDecl*)%p",
92 log->Printf("AppleObjCExternalASTSource::CompleteType[%u] on (ASTContext*)%p Completing (TagDecl*)%p named %s",
98 log->Printf(" AOEAS::CT[%u] Before:", current_id);
105 log->Printf(" AOEAS::CT[%u] After:", current_id);
122 log->Printf("AppleObjCExternalASTSource::CompleteType[%u] on (ASTContext*)%p Completing (ObjCInterfaceDecl*)%p named %s",
128 log->Printf(" AOEAS::CT[%u] Before:", current_id);
137 log->Printf(" [CT] After:");
536 log->Printf("[ AOTV::FD] Instance method [%s] [%s]", name, types);
551 log->Printf("[ AOTV::FD] Class method [%s] [%s]", name, types);
563 log->Printf("[AppleObjCTypeVendor::FinishDecl] Finishing Objective-C interface for %s", descriptor->GetClassNa (…)
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 320 async_strm_sp->Printf ("Version: %s\n", cstr);
325 // async_strm_sp->Printf ("Image Path: %s\n", cstr);
399 log->Printf ("ProcessKDP::DidAttach()");
445 log->Printf ("ProcessKDP::DoResume() thread_resume_state = %s", StateAsCString(thread_resume_state));
452 log->Printf ("ProcessKDP::DoResume() = suspended???");
462 log->Printf ("ProcessKDP::DoResume () reg_ctx_sp->HardwareSingleStep (true);");
480 log->Printf ("ProcessKDP::DoResume () reg_ctx_sp->HardwareSingleStep (false);");
501 log->Printf ("ProcessKDP::DoResume () sending resume");
543 log->Printf ("ProcessKDP::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
591 log->Printf ("ProcessKDP::DoDetach(keep_stopped = %i)", keep_stopped)
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepUntil.cpp 131 s->Printf ("step until");
133 s->Printf (" - stepped out");
138 s->Printf ("Stepping from address 0x%" PRIx64 " until we reach 0x%" PRIx64 " using breakpoint %d",
145 s->Printf ("Stepping from address 0x%" PRIx64 " until we reach one of:",
149 s->Printf ("\n\t0x%" PRIx64 " (bp: %d)", (uint64_t) (*pos).first, (*pos).second);
152 s->Printf(" stepped out address is 0x%" PRIx64 ".", (uint64_t) m_return_addr);
402 log->Printf("Completed step until plan.");
ThreadPlanStepRange.cpp 97 log->Printf ("ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", vote);
173 log->Printf ("Step range plan stepped to another range of same line: %s", s.GetData());
197 log->Printf ("Step range plan stepped to the middle of new line(%d): %s, continuing to clear this line.",
210 log->Printf ("Step range plan out of range to 0x%" PRIx64, pc_load_addr);
322 log->Printf ("Removing next branch breakpoint: %d.", m_next_branch_bp_sp->GetID());
379 log->Printf ("ThreadPlanStepRange::SetNextBranchBreakpoint - Setting breakpoint %d (site %d) to run to address 0x%" PRIx64,
425 log->Printf ("ThreadPlanStepRange::NextRangeBreakpointExplainsStop - Hit next range breakpoint which has %zu owners - explains stop: %u.",
485 log->Printf("Completed step through range plan.");
507 log->Printf("ThreadPlanStepRange::IsPlanStale returning true, we've stepped out.");
Platform.cpp 254 log->Printf ("%p Platform::Platform()", this);
267 log->Printf ("%p Platform::~Platform()", this);
277 strm.Printf (" Platform: %s\n", GetPluginName().GetCString());
283 strm.Printf(" Triple: %s\n", arch.GetTriple().str().c_str());
288 strm.Printf("OS Version: %u", major);
290 strm.Printf(".%u", minor);
292 strm.Printf(".%u", update);
295 strm.Printf(" (%s)", s.c_str());
301 strm.Printf(" Kernel: %s\n", s.c_str());
305 strm.Printf(" Hostname: %s\n", GetHostname())
    [all...]
Thread.cpp 266 log->Printf ("%p Thread::Thread(tid = 0x%4.4" PRIx64 ")", this, GetID());
277 log->Printf ("%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")", this, GetID());
460 log->Printf("%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)\n", this, GetID(), stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>", m_stop_info_stop_id);
686 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
696 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
710 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since no stop reason)",
720 log->Printf ("Thread::%s(%p) for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64,
726 log->Printf ("^^^^^^^^ Thread::ShouldStop Begin ^^^^^^^^");
730 log->Printf ("Plan stack initial state:\n%s", s.GetData());
743 log->Printf ("StopInfo::ShouldStop async callback says we should not stop, returning ShouldStop of false.")
    [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 70 log->Printf("TransformTopLevelDecl(%s)", named_decl->getIdentifier()->getNameStart());
72 log->Printf("TransformTopLevelDecl(%s)", method_decl->getSelector().getAsString().c_str());
74 log->Printf("TransformTopLevelDecl(<complex>)");
151 log->Printf ("Untransformed function AST:\n%s", s.c_str());
169 log->Printf ("Transformed function AST:\n%s", s.c_str());
195 log->Printf ("Untransformed method AST:\n%s", s.c_str());
217 log->Printf("Transformed method AST:\n%s", s.c_str());
330 log->Printf("Last statement is an %s with type: %s", (is_lvalue ? "lvalue" : "rvalue"), s.c_str());
458 log->Printf ("Recording persistent type %s\n", name_cs.GetCString());
ClangFunction.cpp 177 errors.Printf("Could not determine type of input value %lu.", i);
219 log->Printf ("Expression: \n\n%s\n\n", m_wrapper_function_text.c_str());
232 errors.Printf("no process - unable to inject function");
302 errors.Printf("Argument information was not correctly parsed, so the function cannot be called.");
348 errors.Printf ("Wrong number of arguments - was: %lu should be: %lu", num_args, m_arg_values.GetSize());
391 log->Printf ("Call Address: 0x%" PRIx64 " Struct Address: 0x%" PRIx64 ".\n", m_jit_start_addr, args_addr_ref);
410 log->Printf("-- [ClangFunction::GetThreadPlanToCallFunction] Creating thread plan to call function --");
416 errors.Printf("Can't call a function without a valid thread.");
448 log->Printf("-- [ClangFunction::FetchFunctionResults] Fetching function results --");
530 log->Printf("== [ClangFunction::ExecuteFunction] Executing function ==")
    [all...]
  /external/lldb/source/Core/
Mangled.cpp 270 s->Printf(", demangled = %s", demangled[0] ? demangled : "<error>");
281 s->Printf("%*p: Mangled mangled = ", (int)sizeof(void*) * 2, this);
283 s->Printf(", demangled = ");
EmulateInstruction.cpp 365 strm.Printf (" Read from Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
381 strm.Printf (" Write to Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
394 strm.Printf (" Read Register (%s)\n", reg_info->name);
412 strm.Printf (" Write to Register (name = %s, value = " , reg_info->name);
507 strm.Printf (" (reg_plus_offset = %s%+" PRId64 ")",
515 strm.Printf (" (reg_plus_reg = %s + %s)",
523 strm.Printf (" (base_and_imm_offset = %s%+" PRId64 ", data_reg = %s)",
532 strm.Printf (" (base_and_reg_offset = %s + %s, data_reg = %s)",
541 strm.Printf (" (register to register binary op: %s and %s)",
548 strm.Printf (" (signed_offset = %+" PRId64 ")", info.signed_offset)
    [all...]
DataBufferMemoryMap.cpp 88 log->Printf("DataBufferMemoryMap::Clear() m_mmap_addr = %p, m_mmap_size = %zu", m_mmap_addr, m_mmap_size);
116 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(file=\"%s\", offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i",
169 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(fd=%i, offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i, fd_is_file=%i)",
250 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec() m_mmap_addr = %p, m_mmap_size = %zu, error = %s",
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 92 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
137 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
157 strm->Printf ("Logging categories for '%s':\n"
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.cpp 45 // printf("constructor CountArangeDescriptors()\n");
121 log->Printf ("0x%8.8x: [0x%" PRIx64 " - 0x%" PRIx64 ")",
146 log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_t)orig_arange_size);
158 log->Printf ("DWARFDebugAranges::Sort() %" PRIu64 " entries after minimizing (%" PRIu64 " entries combined for %" PRIu64 " bytes saved)",
  /external/lldb/source/Interpreter/
CommandObject.cpp 91 syntax_str.Printf ("%s", GetCommandName());
93 syntax_str.Printf (" <cmd-options>");
96 syntax_str.Printf (" ");
98 syntax_str.Printf("-- ");
520 name_str.Printf ("<%s>", entry->arg_name);
592 str.Printf (" ");
606 str.Printf ("<%s> <%s>", first_name, second_name);
609 str.Printf ("[<%s> <%s>]", first_name, second_name);
612 str.Printf ("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, first_name, second_name);
615 str.Printf ("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, first_name, second_name)
    [all...]
OptionValueFormat.cpp 29 strm.Printf ("(%s)", GetTypeAsCString ());
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 324 log->Printf("error: failed to send '%*s'", (int) payload_length, payload);
338 log->Printf ("async: async packet = %s", m_async_packet.c_str());
351 log->Printf ("async: sent interrupt");
356 log->Printf ("async: got response");
365 log->Printf ("async: timed out waiting for response");
374 log->Printf ("async: timed out waiting for process to resume, but process was resumed");
376 log->Printf ("async: async packet sent");
382 log->Printf ("async: timed out waiting for process to resume");
391 log->Printf ("async: got lock without sending interrupt");
398 log->Printf("error: failed to send '%*s'", (int) payload_length, payload);
    [all...]
  /external/lldb/source/API/
SBDebugger.cpp 56 log->Printf ("SBDebugger::Initialize ()");
75 log->Printf ("SBDebugger(%p)::Clear ()", m_opaque_sp.get());
108 log->Printf ("SBDebugger::Create () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
136 log->Printf ("SBDebugger::Destroy () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
157 log->Printf ("SBDebugger::MemoryPressureDetected (), mandatory = %d", mandatory);
237 log->Printf ("SBDebugger(%p)::SetInputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
251 log->Printf ("SBDebugger(%p)::SetOutputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
265 log->Printf ("SBDebugger(%p)::SetErrorFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
320 log->Printf ("SBDebugger(%p)::GetCommandInterpreter () => SBCommandInterpreter(%p)",
374 log->Printf ("SBDebugger(%p)::GetListener () => SBListener(%p)", m_opaque_sp.get()
    [all...]
SBCompileUnit.cpp 95 log->Printf ("SBCompileUnit(%p)::GetLineEntryAtIndex (idx=%u) => SBLineEntry(%p): '%s'",
136 log->Printf ("SBCompileUnit(%p)::FindLineEntryIndex (start_idx=%u, line=%u, SBFileSpec(%p)) => NOT FOUND",
141 log->Printf ("SBCompileUnit(%p)::FindLineEntryIndex (start_idx=%u, line=%u, SBFileSpec(%p)) => %u",
204 log->Printf ("SBCompileUnit(%p)::GetGetFileSpecAtIndex (idx=%u) => SBFileSpec(%p): '%s'",
SBDeclaration.cpp 86 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(),
103 log->Printf ("SBLineEntry(%p)::GetLine () => %u", m_opaque_ap.get(), line);
192 strm.Printf ("%s:%u", file_path, GetLine());
194 strm.Printf (":%u", GetColumn());
SBEvent.cpp 95 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x (%s)", get(), event_type, sstr.GetData());
97 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x", get(), event_type);
144 log->Printf ("SBEvent(%p)::BroadcasterMatchesRef (SBBroadcaster(%p): %s) => %i",
209 log->Printf ("SBEvent(%p)::GetCStringFromEvent () => \"%s\"",
SBValueList.cpp 101 log->Printf ("SBValueList::SBValueList (rhs.ap=%p) => this.ap = %p",
117 log->Printf ("SBValueList::SBValueList (lldb_object_ptr=%p) => this.ap = %p",
210 // log->Printf ("SBValueList::GetValueAtIndex (uint32_t idx) idx = %d", idx);
220 log->Printf ("SBValueList::GetValueAtIndex (this.ap=%p, idx=%d) => SBValue (this.sp = %p, '%s')",
233 // log->Printf ("SBValueList::GetSize ()");
240 log->Printf ("SBValueList::GetSize (this.ap=%p) => %d", m_opaque_ap.get(), size);
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.cc 36 void StringBuffer::Printf(char const *fmt, ...) {
  /external/lldb/include/lldb/API/
SBStream.h 42 Printf (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 203 log->Printf ("Added location (skipped prologue: %s): %s \n", skipped_prologue ? "yes" : "no", s.GetData());
208 log->Printf ("Breakpoint at file address 0x%" PRIx64 " for %s:%d didn't pass the filter.\n",
217 log->Printf ("error: Unable to set breakpoint at file address 0x%" PRIx64 " for %s:%d\n",
238 s->Printf ("file = '%s', line = %u", m_file_spec.GetPath().c_str(), m_line_number);
  /external/lldb/scripts/Python/interface/
SBCommandReturnObject.i 96 // wrapping the variadic Printf() with a plain Print()
101 self->Printf("%s", str);

Completed in 696 milliseconds

1 2 3 45 6 7 8 91011>>