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

1 2 3 4 5 6 78 91011>>

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 124 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 ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID())
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 65 // 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(".%u", update)
    [all...]
  /external/lldb/source/Target/
StackFrameList.cpp 95 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);
384 //printf ("GetFramesUpTo: Copying current inlined depth: %d 0x%" PRIx64 ".\n", curr_frames->m_current_inlined_depth, curr_frames->m_current_inlined_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)
    [all...]
SectionLoadList.cpp 67 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")",
142 log->Printf ("SectionLoadList::%s (section = %p (%s.%s))",
174 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")",
253 s.Printf("addr = 0x%16.16" PRIx64 ", section = %p: ", pos->first, pos->second.get());
ObjCLanguageRuntime.cpp 63 log->Printf ("Caching: class 0x%" PRIx64 " selector 0x%" PRIx64 " implementation 0x%" PRIx64 ".", class_addr, selector, impl_addr);
372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString());
401 strm.Printf("%c[%s %s]",
412 strm.Printf("+[%s %s]", class_name.GetCString(), selector.GetCString());
415 strm.Printf("-[%s %s]", class_name.GetCString(), selector.GetCString());
420 strm.Printf("+[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString());
423 strm.Printf("-[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString());
ThreadList.cpp 275 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
311 log->Printf ("ThreadList::%s we stopped but no threads had a stop reason, overriding should_stop and stopping.", __FUNCTION__);
315 log->Printf ("ThreadList::%s overall should_stop = %i", __FUNCTION__, should_stop);
341 log->Printf ("ThreadList::%s %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
366 log->Printf ("ThreadList::%s thread 0x%4.4" PRIx64 ": voted %s, but lost out because result was %s",
376 log->Printf ("ThreadList::%s returning %s", __FUNCTION__, GetVoteAsCString (result));
422 log->Printf ("ThreadList::ShouldReportRun() thread %d (0x%4.4" PRIx64 ") says don't report.",
462 log->Printf ("Turning off notification of new threads while single stepping a thread.");
519 log->Printf ("Turning on notification of new threads while single stepping a thread.");
526 log->Printf ("Turning off notification of new threads while single stepping a thread.")
    [all...]
  /external/lldb/include/lldb/API/
SBCommandReturnObject.h 93 Printf(const char* format, ...) __attribute__ ((format (printf, 2, 3)));
  /external/lldb/source/API/
SBHostOS.cpp 53 log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name,
SBSymbolContext.cpp 104 log->Printf ("SBSymbolContext(%p)::GetModule () => SBModule(%p): %s",
130 log->Printf ("SBSymbolContext(%p)::GetFunction () => SBFunction(%p)",
153 log->Printf ("SBSymbolContext(%p)::GetLineEntry () => SBLineEntry(%p)",
174 log->Printf ("SBSymbolContext(%p)::GetSymbol () => SBSymbol(%p)",
SBWatchpoint.cpp 44 log->Printf ("SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp"
80 log->Printf ("SBWatchpoint(%p)::GetID () => LLDB_INVALID_WATCH_ID", watchpoint_sp.get());
82 log->Printf ("SBWatchpoint(%p)::GetID () => %u", watchpoint_sp.get(), watch_id);
188 log->Printf ("SBWatchpoint(%p)::GetHitCount () => %u", watchpoint_sp.get(), count);
SBModule.cpp 114 log->Printf ("SBModule(%p)::GetFileSpec () => SBFileSpec(%p)",
133 log->Printf ("SBModule(%p)::GetPlatformFileSpec () => SBFileSpec(%p)",
156 log->Printf ("SBModule(%p)::SetPlatformFileSpec (SBFileSpec(%p (%s)) => %i",
183 log->Printf ("SBModule(%p)::GetUUIDBytes () => %s", module_sp.get(), s.GetData());
186 log->Printf ("SBModule(%p)::GetUUIDBytes () => NULL", module_sp.get());
216 log->Printf ("SBModule(%p)::GetUUIDString () => %s", module_sp.get(), s.GetData());
219 log->Printf ("SBModule(%p)::GetUUIDString () => NULL", module_sp.get());
  /external/lldb/source/Breakpoint/
BreakpointResolverAddress.cpp 88 log->Printf ("Added location: %s\n", s.GetData());
  /external/lldb/source/Commands/
CommandObjectQuit.cpp 88 message.Printf("Quitting LLDB will %s one or more processes. Do you really want to proceed", (is_a_detach ? "detach from" : "kill"));
CommandObjectPlatform.cpp 154 ostrm.Printf("Available platforms:\n");
157 ostrm.Printf ("%s: %s\n",
170 ostrm.Printf("%s: %s\n", plugin_name, plugin_desc);
329 ostrm.Printf ("Disconnected from \"%s\"\n", platform_sp->GetPluginName().GetCString());
331 ostrm.Printf ("Disconnected from \"%s\"\n", hostname.c_str());
    [all...]
CommandObjectTarget.cpp 74 strm.Printf ("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx, exe_path);
79 strm.Printf ("%sarch=%s", properties++ > 0 ? ", " : " ( ", target_arch.GetTriple().str().c_str());
84 strm.Printf ("%splatform=%s", properties++ > 0 ? ", " : " ( ", platform_sp->GetName().GetCString());
96 strm.Printf ("%spid=%" PRIu64, properties++ > 0 ? ", " : " ( ", pid);
97 strm.Printf ("%sstate=%s", properties++ > 0 ? ", " : " ( ", state_cstr);
590 result.GetOutputStream().Printf("%u targets deleted.\n", (uint32_t)num_targets_to_delete);
737 s.Printf ("Global variables for %s in %s:\n",
743 s.Printf ("Global variables for %s\n",
749 s.Printf ("Global variables for %s\n",
790 result.GetErrorStream().Printf ("error: invalid regular expression: '%s'\n", arg)
    [all...]
CommandObjectType.cpp 719 result->GetOutputStream().Printf ("%s: %s\n", type.AsCString(),
771 out_stream->Printf ("%s\n", g_summary_addreader_instructions);
773 out_stream->Printf ("%s", data.reader.GetPrompt());
784 out_stream->Printf ("%s", data.reader.GetPrompt());
798 out_stream->Printf ("%s", data.reader.GetPrompt());
809 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
823 out_stream->Printf ("internal synchronization information missing or invalid.\n");
833 out_stream->Printf ("no script interpreter.\n");
841 out_stream->Printf ("unable to generate a function.\n");
847 out_stream->Printf ("unable to obtain a valid function name from the script interpreter.\n")
    [all...]
  /external/lldb/source/Core/
FileLineResolver.cpp 93 s->Printf ("File and line resolver for file: \"%s\" line: %u",
  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 195 log->Printf("\n[CategoryMap::GetSummaryFormat] Trying to use category %s", category_sp->GetName());
201 log->Printf("[CategoryMap::GetSummaryFormat] nothing found - returning empty SP");
223 log->Printf("\n[CategoryMap::GetSyntheticChildren] Trying to use category %s", category_sp->GetName());
229 log->Printf("[CategoryMap::GetSyntheticChildren] nothing found - returning empty SP");
  /external/lldb/source/Interpreter/
OptionValueArch.cpp 30 strm.Printf ("(%s)", GetTypeAsCString ());
OptionValueArray.cpp 29 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(array_element_type));
31 strm.Printf ("(%s)", GetTypeAsCString());
36 strm.Printf (" =%s", (m_values.size() > 0) ? "\n" : "");
42 strm.Printf("[%u]: ", i);
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 167 s->Printf("%p: ", this);
171 s->Printf("ObjectContainerUniversalMachO, num_archs = %lu, num_objects = %lu", num_archs, num_objects);
179 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName());
184 s->Printf("object[%u] = %s\n", i, GetObjectNameAtIndex (i));
  /external/lldb/source/Plugins/SymbolFile/DWARF/
NameToDIE.cpp 73 s->Printf("%p: {0x%8.8x} \"%s\"\n", cstr, m_map.GetValueAtIndexUnchecked(i), cstr);
  /external/lldb/include/lldb/Core/
ModuleSpec.h 343 strm.Printf("arch = %s", m_arch.GetTriple().str().c_str());
358 strm.Printf("object_name = %s", m_object_name.GetCString());
365 strm.Printf("object_offset = 0x%" PRIx64, m_object_offset);
372 strm.Printf("object_mod_time = 0x%" PRIx64, m_object_mod_time.GetAsSecondsSinceJan1_1970());
579 strm.Printf("[%u] ", idx);
MappedHash.h 110 s.Printf ("header.magic = 0x%8.8x\n", magic);
111 s.Printf ("header.version = 0x%4.4x\n", version);
112 s.Printf ("header.hash_function = 0x%4.4x\n", hash_function);
113 s.Printf ("header.bucket_count = 0x%8.8x %u\n", bucket_count, bucket_count);
114 s.Printf ("header.hashes_count = 0x%8.8x %u\n", hashes_count, hashes_count);
115 s.Printf ("header.header_data_len = 0x%8.8x %u\n", header_data_len, header_data_len);
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 36 #define DEBUG_PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
    [all...]

Completed in 310 milliseconds

1 2 3 4 5 6 78 91011>>