Searched refs:Printf (Results 151 - 175 of 362) sorted by relevance

1234567891011>>

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp90 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
147 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
167 strm->Printf ("Logging categories for '%s':\n"
H A DGDBRemoteCommunicationServer.cpp65 // log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %i) thread starting...", __FUNCTION__, arg, process->GetID());
75 // log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %i) thread exiting...", __FUNCTION__, arg, process->GetID());
217 response.Printf (";ptrsize:%u;",host_arch.GetAddressByteSize());
222 response.Printf ("cputype:%u;", cpu);
224 response.Printf ("cpusubtype:%u;", sub);
227 response.Printf("watchpoint_exceptions_received:before;"); // On armv7 we use "synchronous" watchpoints which means the exception is delivered before the instruction executes.
229 response.Printf("watchpoint_exceptions_received:after;");
246 response.Printf("os_version:%u", major);
249 response.Printf(".%u", minor);
251 response.Printf("
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp124 log->Printf("Pubnames Header: length = 0x%8.8x, version = 0x%4.4x, die_offset = 0x%8.8x, die_length = 0x%8.8x",
137 log->Printf("0x%8.8x + 0x%8.8x = 0x%8.8x: %s", pos->offset, m_header.die_offset, pos->offset + m_header.die_offset, pos->name.c_str());
139 log->Printf("0x%8.8x: %s", pos->offset + m_header.die_offset, pos->name.c_str());
H A DLogChannelDWARF.cpp109 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
157 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
175 strm->Printf ("Logging categories for '%s':\n"
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp312 log->Printf ("Added location: %s\n", s.GetData());
334 s->Printf("regex = '%s'", m_regex.GetText());
339 s->Printf("name = '%s'", m_lookups[0].name.GetCString());
342 s->Printf("names = {");
345 s->Printf ("'%s', ", m_lookups[i].name.GetCString());
347 s->Printf ("'%s'}", m_lookups[num_names - 1].name.GetCString());
H A DBreakpointLocation.cpp337 log->Printf("Condition successfully evaluated, result is %s.\n",
459 log->Printf ("Hit breakpoint location: %s, %s.\n", s.GetData(), should_stop ? "stopping" : "continuing");
602 s->Printf (", ");
603 s->Printf ("address = ");
621 s->Printf("resolved = %s\n", IsResolved() ? "true" : "false");
624 s->Printf ("hit count = %-4u\n", GetHitCount());
636 s->Printf(", %sresolved, hit count = %u ",
652 s->Printf("BreakpointLocation %u: tid = %4.4" PRIx64 " load addr = 0x%8.8" PRIx64 " state = %s type = %s breakpoint "
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp113 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has vtable symbol '%s'\n",
151 log->Printf("0x%16.16" PRIx64 ": is not dynamic\n", original_ptr);
158 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has dynamic type: uid={0x%" PRIx64 "}, type-name='%s'\n",
177 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types: uid={0x%" PRIx64 "}, type-name='%s'\n",
194 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, picking this one: uid={0x%" PRIx64 "}, type-name='%s'\n",
208 log->Printf ("0x%16.16" PRIx64 ": static-type = '%s' has multiple matching dynamic types, didn't find a C++ match\n",
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc112 Printf("sancov.map write failed: %d\n", err);
122 Printf("sancov.map rename failed: %d\n", err);
H A Dsanitizer_flags.cc62 Printf("Failed to read options from '%s': error %d\n", value, err);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc192 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",
195 Printf("%d %s:%d %s\n",
201 Printf("ThreadSanitizer: Annotated %d \"benign\" races, %d unique"
205 Printf("%d %s:%d %s\n",
213 Printf("==================\n");
214 Printf("WARNING: ThreadSanitizer: missed expected data race\n");
215 Printf(" %s addr=%zx %s:%d\n",
217 Printf("==================\n");
H A Dtsan_rtl_thread.cc180 Printf("ThreadSanitizer: main thread finished with ignores enabled\n");
182 Printf("ThreadSanitizer: thread T%d %s finished with ignores enabled,"
186 Printf(" One of the following ignores was not ended"
189 Printf(" Ignore was enabled at:\n");
340 Printf("Access to non app mem %zx\n", addr);
344 Printf("Access to non app mem %zx\n", addr + size - 1);
348 Printf("Bad shadow addr %p (%zx)\n", shadow_mem, addr);
352 Printf("Bad shadow addr %p (%zx)\n",
/external/lldb/examples/lookup/
H A Dmain.cpp220 strm.Printf (" Address: %s + 0x%llx\n Summary: ", addr.GetSection().GetName (), addr.GetOffset());
222 strm.Printf ("\n");
/external/lldb/source/Expression/
H A DASTDumper.cpp116 log->Printf("%s%s", prefix, str);
124 log->Printf("%s%s", prefix, str);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp407 s.Printf ("Header addr: 0x%" PRIx64 " Code start: 0x%" PRIx64 " Code End: 0x%" PRIx64 " Next: 0x%" PRIx64 "\n",
413 s.Printf ("Code start: 0x%" PRIx64 " Flags: %d\n", m_descriptors[i].code_start, m_descriptors[i].flags);
583 log->Printf("Read vtable region: \n%s", s.GetData());
667 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf("Could not find implementation lookup function \"%s\""
762 log->Printf ("Failed to install implementation lookup: %s.", errors.GetData());
770 log->Printf("No method lookup implementation code.");
771 errors.Printf ("No method lookup implementation code found.");
799 log->Printf ("Error compiling function: \"%s\".", errors.GetData());
807 log->Printf ("Error Inserting function: \"%s\".", errors.GetData());
822 log->Printf ("Erro
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp152 log->Printf ("ProcessLinux::%s() stopping all threads", __FUNCTION__);
172 log->Printf ("ProcessLinux::%s() finished", __FUNCTION__);
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp98 log->Printf ("elf-core::%s:: OS(%d) not supported",
106 log->Printf ("elf-core::%s:: Architecture(%d) not supported",
/external/lldb/source/Symbol/
H A DUnwindTable.cpp138 s.Printf("UnwindTable for '%s':\n", m_object_file.GetFileSpec().GetPath().c_str());
143 s.Printf ("[%u] 0x%16.16" PRIx64 "\n", (unsigned)std::distance (begin, pos), pos->first);
/external/lldb/source/Target/
H A DMemory.cpp239 log->Printf ("[1] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, 0, needed_chunks, m_chunk_size);
257 log->Printf ("[2] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
273 log->Printf ("[3] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
334 log->Printf ("AllocatedBlock::ReserveBlock (size = %u (0x%x)) => 0x%16.16" PRIx64, size, size, (uint64_t)addr);
351 log->Printf ("AllocatedBlock::FreeBlock (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
398 log->Printf ("Process::DoAllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64,
436 log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64, byte_size, GetPermissionsAsCString(permissions), (uint64_t)addr);
457 log->Printf("AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
H A DStackFrameList.cpp95 log->Printf ("GetCurrentInlinedDepth: invalidating current inlined depth.\n");
117 log->Printf ("ResetCurrentInlinedDepth: Invalidating current inlined depth.\n");
212 log->Printf ("ResetCurrentInlinedDepth: setting inlined depth: %d 0x%" PRIx64 ".\n", m_current_inlined_depth, curr_pc);
405 s.Printf("\n\nCurr frame #%u ", curr_frame_idx);
410 s.Printf("\nPrev frame #%u ", prev_frame_idx);
434 s.Printf("\n Copying previous frame to current frame");
488 s->Printf("%p: ", frame);
495 s->Printf("frame #%u", (uint32_t)std::distance (begin, pos));
809 s.Printf("\n%u previous frames with one current frame\n", num_prev_frames);
817 s.Printf("\nPreviou
[all...]
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp723 s->Printf ("warning: Host-side kernel file has Mach-O UUID of %s but remote kernel has a UUID of %s -- a mismatched kernel file will result in a poor debugger experience.\n",
771 s->Printf ("Kernel UUID: %s\n", m_memory_module_sp->GetUUID().GetAsString().c_str());
772 s->Printf ("Load Address: 0x%" PRIx64 "\n", m_load_address);
840 s->Printf ("WARNING: Unable to locate kernel binary on the debugger system.\n");
873 s->Printf ("warning: Can't find binary/dSYM for %s (%s)\n",
957 s->Printf ("Kernel slid 0x%" PRIx64 " in memory.\n", m_load_address - file_address);
961 s->Printf ("Loaded kernel file %s\n",
1105 log->Printf ("DynamicLoaderDarwinKernel::BreakpointHit (...)\n");
1179 log->Printf ("Kexts-changed breakpoint hit, there are %d kexts currently.\n", count);
1256 s->Printf ("Loadin
[all...]
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1016 help_string.Printf ("'%s", command_name);
1030 help_string.Printf (" %s", value.c_str());
1034 help_string.Printf (" %s", opt.c_str());
1038 help_string.Printf (" %s", value.c_str());
1044 help_string.Printf ("'");
1100 translation_and_help.Printf ("(%s) %s", sstr.GetData(), pos->second->GetHelp());
1310 result_str.Printf ("%s", alias_cmd_obj->GetCommandName ());
1325 result_str.Printf (" %s", value.c_str());
1328 result_str.Printf (" %s", option.c_str());
1330 result_str.Printf (" ");
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
493 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d", __FUNCTION__, (int)m_message_queue.size());
507 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d, pid = %" PRIi64, __FUNCTION__, (int)m_message_queue.size(), tid);
514 log->Printf ("ProcessPOSIX::%s() adding thread, tid = %" PRIi64, __FUNCTION__, message.GetChildTID());
533 log->Printf ("ProcessPOSIX::%s() removing thread, tid = %" PRIi64, __FUNCTION__, tid);
674 log->Printf ("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64 ")",
679 log->Printf("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64
741 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64 ")",
746 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64
820 log->Printf ("ProcessPOSI
[all...]
/external/lldb/examples/python/
H A Dlldb_module_utils.py50 result.Printf("\n")
/external/lldb/include/lldb/API/
H A DSBCommandReturnObject.h93 Printf(const char* format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/API/
H A DSBHostOS.cpp53 log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,

Completed in 3004 milliseconds

1234567891011>>