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

1 2 3 4 5 67 8 91011>>

  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 30 case def: s->Printf("%-*s", width, #def); break;
    [all...]
  /external/lldb/source/Commands/
CommandObjectArgs.cpp 254 result.GetOutputStream ().Printf("Arguments : \n");
258 result.GetOutputStream ().Printf ("%zu (%s): ", arg_index, args.GetArgumentAtIndex (arg_index));
260 result.GetOutputStream ().Printf("\n");
  /external/lldb/source/DataFormatters/
TypeSummary.cpp 134 sstr.Printf ("`%s`%s%s%s%s%s%s%s", m_format.c_str(),
170 sstr.Printf ("`%s (%p) `%s%s%s%s%s%s%s", m_description.c_str(),m_impl,
238 sstr.Printf ("%s%s%s%s%s%s%s\n%s", Cascades() ? "" : " (not cascading)",
  /external/lldb/source/Interpreter/
OptionValueFileSpecLIst.cpp 26 strm.Printf ("(%s)", GetTypeAsCString ());
30 strm.Printf (" =%s", m_current_value.GetSize() > 0 ? "\n" : "");
36 strm.Printf("[%u]: ", i);
CommandInterpreter.cpp     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp 80 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
136 feedback_strm->Printf("error: unrecognized log category '%s'\n", arg);
156 strm->Printf ("Logging categories for '%s':\n"
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.cpp 90 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"
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 124 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());
LogChannelDWARF.cpp 109 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/
BreakpointResolverName.cpp 312 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());
BreakpointLocation.cpp 337 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/
ItaniumABILanguageRuntime.cpp 113 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/msan/
msan_linux.cc 51 Printf("FATAL: Code below application range: %p < %p. Non-PIE build?\n",
67 Printf("FATAL: Shadow memory range is not available.\n");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 112 Printf("sancov.map write failed: %d\n", err);
123 Printf("sancov.map rename failed: %d\n", err);
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 127 Printf("ThreadSanitizer: incorrect value for history_size"
133 Printf("ThreadSanitizer: incorrect value for io_sync"
tsan_interface_ann.cc 194 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",
197 Printf("%d %s:%d %s\n",
203 Printf("ThreadSanitizer: Annotated %d \"benign\" races, %d unique"
207 Printf("%d %s:%d %s\n",
215 Printf("==================\n");
216 Printf("WARNING: ThreadSanitizer: missed expected data race\n");
217 Printf(" %s addr=%zx %s:%d\n",
219 Printf("==================\n");
tsan_rtl_thread.cc 171 Printf("ThreadSanitizer: main thread finished with ignores enabled\n");
173 Printf("ThreadSanitizer: thread T%d %s finished with ignores enabled,"
177 Printf(" One of the following ignores was not ended"
180 Printf(" Ignore was enabled at:\n");
329 Printf("Access to non app mem %zx\n", addr);
333 Printf("Access to non app mem %zx\n", addr + size - 1);
337 Printf("Bad shadow addr %p (%zx)\n", shadow_mem, addr);
341 Printf("Bad shadow addr %p (%zx)\n",
  /external/lldb/examples/lookup/
main.cpp 196 printf ("%sLooking up 0x%llx in '%s':\n", (arg_idx > 1) ? "\n" : "", file_addr, exe_file_path);
220 strm.Printf (" Address: %s + 0x%llx\n Summary: ", addr.GetSection().GetName (), addr.GetOffset());
222 strm.Printf ("\n");
228 printf ("error: 0x%llx does not resolve to a valid file address in '%s'\n", file_addr, exe_file_path);
  /external/lldb/source/Expression/
ASTDumper.cpp 116 log->Printf("%s%s", prefix, str);
124 log->Printf("%s%s", prefix, str);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 53 extern int printf(const char *format, ...); \n\
87 printf (\"\\n*** Called with obj: 0x%p sel: 0x%p is_stret: %d is_super: %d, \" \n\
108 printf (\"Found a class object, need to return the meta class 0x%p -> 0x%p\\n\", \n\
115 printf (\"[object class] returned: 0x%p.\\n\", class_ptr); \n\
131 printf (\"\\n*** Got fixed up selector: 0x%p for name %s.\\n\", \n\
151 printf (\"\\n*** Returning implementation: 0x%p.\\n\", return_struct.impl_addr); \n\
161 extern int printf(const char *format, ...); \n\
195 printf (\"\\n*** Called with obj: 0x%p sel: 0x%p is_stret: %d is_super: %d, \" \n\
216 printf (\"Found a class object, need to return the meta class 0x%p -> 0x%p\\n\", \n\
223 printf (\"[object class] returned: 0x%p.\\n\", class_ptr); \n
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessLinux.cpp 152 log->Printf ("ProcessLinux::%s() stopping all threads", __FUNCTION__);
172 log->Printf ("ProcessLinux::%s() finished", __FUNCTION__);
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.cpp 98 log->Printf ("elf-core::%s:: OS(%d) not supported",
106 log->Printf ("elf-core::%s:: Architecture(%d) not supported",
  /external/lldb/source/Symbol/
UnwindTable.cpp 138 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/
Memory.cpp 239 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);
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 36 #define DEBUG_PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
723 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",
    [all...]

Completed in 2182 milliseconds

1 2 3 4 5 67 8 91011>>