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

1 23 4 5 6 7 8 91011>>

  /external/lldb/source/Target/
ThreadPlanBase.cpp 61 s->Printf ("Base thread plan.");
126 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID());
154 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID());
162 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID());
171 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thread.GetID());
ThreadPlanStepThrough.cpp 69 log->Printf ("Setting backstop breakpoint %d at address: 0x%" PRIx64, m_backstop_bkpt_id, m_backstop_addr);
107 log->Printf ("Found step through plan from 0x%" PRIx64 ": %s", current_address, s.GetData());
111 log->Printf ("Couldn't find step through plan from address 0x%" PRIx64 ".", current_address);
120 s->Printf ("Step through");
127 s->Printf (" with backstop breakpoint id: %d at address: ", m_backstop_bkpt_id);
259 log->Printf("Completed step through step plan.");
StackID.cpp 27 s->Printf("StackID (pc = 0x%16.16" PRIx64 ", cfa = 0x%16.16" PRIx64 ", symbol_scope = %p", (uint64_t)m_pc, (uint64_t)m_cfa, m_symbol_scope);
34 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
36 s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());
ThreadPlanStepInRange.cpp 80 s->Printf("step in");
83 s->Printf ("Stepping through range (stepping into functions): ");
87 s->Printf (" targeting %s.", m_step_into_target.AsCString());
103 log->Printf("ThreadPlanStepInRange reached %s.", s.GetData());
153 log->Printf("Thought I stepped out, but in fact arrived at a trampoline.");
190 log->Printf ("Found a step through plan: %s", m_sub_plan_sp->GetName());
192 log->Printf ("No step through plan found.");
232 log->Printf ("Pushing past prologue ");
306 log->Printf ("Stepping out of function \"%s\" because it matches the avoid regexp \"%s\" - match substring: \"%s\".",
332 log->Printf ("Stepping out of frame with no debug info")
    [all...]
Process.cpp 237 s.Printf (" pid = %" PRIu64 "\n", m_pid);
240 s.Printf (" parent = %" PRIu64 "\n", m_parent_pid);
244 s.Printf (" name = %s\n", m_executable.GetFilename().GetCString());
256 s.Printf (" arg[%u] = %s\n", i, arg);
258 s.Printf ("arg[%u] = %s\n", i, arg);
269 s.Printf (" env[%u] = %s\n", i, env);
271 s.Printf ("env[%u] = %s\n", i, env);
276 s.Printf (" arch = %s\n", m_arch.GetTriple().str().c_str());
281 s.Printf (" uid = %-5u (%s)\n", m_uid, cstr ? cstr : "");
286 s.Printf (" gid = %-5u (%s)\n", m_gid, cstr ? cstr : "")
    [all...]
  /external/lldb/source/API/
SBProcess.cpp 148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
253 log->Printf ("SBProcess(%p)::GetNumThreads () => %d", process_sp.get(), num_threads);
275 log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.get());
297 log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SBThread(%p)", process_sp.get(), tid, context, thread_sp.get());
317 log->Printf ("SBProcess(%p)::GetTarget () => SBTarget(%p)", process_sp.get(), target_sp.get());
337 log->Printf ("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %lu",
359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64
    [all...]
SBError.cpp 80 log->Printf ("SBError(%p)::Fail () => %i", m_opaque_ap.get(), ret_value);
94 log->Printf ("SBError(%p)::Success () => %i", m_opaque_ap.get(), ret_value);
109 log->Printf ("SBError(%p)::GetError () => 0x%8.8x", m_opaque_ap.get(), err);
124 log->Printf ("SBError(%p)::GetType () => %i", m_opaque_ap.get(), err_type);
222 description.Printf ("success");
226 description.Printf ("error: %s", (err_string != NULL ? err_string : ""));
230 description.Printf ("error: <NULL>");
SBFunction.cpp 69 log->Printf ("SBFunction(%p)::GetName () => \"%s\"", m_opaque_ptr, cstr);
71 log->Printf ("SBFunction(%p)::GetName () => NULL", m_opaque_ptr);
86 log->Printf ("SBFunction(%p)::GetMangledName () => \"%s\"", m_opaque_ptr, cstr);
88 log->Printf ("SBFunction(%p)::GetMangledName () => NULL", m_opaque_ptr);
110 s.Printf ("SBFunction: id = 0x%8.8" PRIx64 ", name = %s",
115 s.Printf(", type = %s", func_type->GetName().AsCString());
118 s.Printf ("No value");
SBFileSpecList.cpp 40 log->Printf ("SBFileSpecList::SBFileSpecList (const SBFileSpecList rhs.ap=%p) => SBFileSpecList(%p)",
130 strm.Printf ("%d files: ", num_files);
135 strm.Printf ("\n %s", path);
SBThread.cpp 122 log->Printf ("SBThread(%p)::GetStopReason() => error: process is running", exe_ctx.GetThreadPtr());
127 log->Printf ("SBThread(%p)::GetStopReason () => %s", exe_ctx.GetThreadPtr(),
185 log->Printf ("SBThread(%p)::GetStopReasonDataCount() => error: process is running", exe_ctx.GetThreadPtr());
259 log->Printf ("SBThread(%p)::GetStopReasonDataAtIndex() => error: process is running", exe_ctx.GetThreadPtr());
286 log->Printf ("SBThread(%p)::GetStopDescription (dst, dst_len) => \"%s\"",
368 log->Printf ("SBThread(%p)::GetStopDescription (dst, dst_len) => '%s'",
386 log->Printf ("SBThread(%p)::GetStopDescription() => error: process is running", exe_ctx.GetThreadPtr());
416 log->Printf ("SBThread(%p)::GetStopReturnValue() => error: process is running", exe_ctx.GetThreadPtr());
421 log->Printf ("SBThread(%p)::GetStopReturnValue () => %s", exe_ctx.GetThreadPtr(),
472 log->Printf ("SBThread(%p)::GetName() => error: process is running", exe_ctx.GetThreadPtr())
    [all...]
  /external/lldb/source/Commands/
CommandObjectHelp.cpp 125 s.Printf ("ambiguous command %s", cmd_string.c_str());
129 s.Printf ("\n\t%s", matches.GetStringAtIndex(match_idx));
131 s.Printf ("\n");
146 result.GetOutputStream().Printf("'%s' is not a known command.\n"
160 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
166 output_strm.Printf("Help requested with ambiguous command name, possible completions:\n");
170 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i));
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 62 printf("read(%d, ..., %u) -> %d\n", d, nbytes - got, copied);
68 sb->Printf("\n%04x:", ix);
70 sb->Printf(" ");
72 sb->Printf("%02x", bytes[ix]);
74 sb->Printf("\n");
83 printf("ns = %d\n", ns);
88 sb->Printf("Srpc client channel ctor failed\n");
91 sb->Printf("NaClSrpcClientCtor succeeded\n");
111 printf("rpc status %d\n", status);
113 printf("rng descriptor %d\n", rng)
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 117 log->Printf("ClangUserExpression::ScanContext()");
124 log->Printf(" [CUE::SC] Settings inhibit C++ and Objective-C");
132 log->Printf(" [CUE::SC] Null stack frame");
141 log->Printf(" [CUE::SC] Null function");
151 log->Printf(" [CUE::SC] Null function block");
160 log->Printf(" [CUE::SC] Null decl context");
436 error_stream.Printf("warning: %s\n", err.AsCString());
466 log->Printf("Parsing the following code:\n%s", m_transformed_text.c_str());
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
554 error_stream.Printf ("error: %s\n", error_cstr)
    [all...]
  /external/lldb/source/Symbol/
UnwindPlan.cpp 97 s.Printf ("CFA%+d", m_location.offset);
107 s.Printf (" (%s%+d)", cfa_reg_info->name, offset);
109 s.Printf (" (reg(%u)%+d)", cfa_reg, offset);
114 s.Printf ("%s", cfa_reg_info->name);
116 s.Printf ("reg(%u)", cfa_reg);
118 s.Printf ("%+d", offset);
132 s.Printf ("=%s", other_reg_info->name);
134 s.Printf ("=reg(%u)", m_location.reg_num);
167 s.Printf ("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset());
169 s.Printf ("0x%8.8" PRIx64 ": CFA=", GetOffset())
    [all...]
Symbol.cpp 200 s->Printf("id = {0x%8.8x}", m_uid);
219 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset());
224 s->Printf (", sibling = %5" PRIu64, m_addr_range.GetBaseAddress().GetOffset());
226 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset());
229 s->Printf(", name=\"%s\"", m_mangled.GetDemangledName().AsCString());
231 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString());
238 // s->Printf("%.*p: ", (int)sizeof(void*) * 2, this);
240 // s->Printf("Symbol[%5u] %6u %c%c %-12s ",
241 s->Printf("[%5u] %6u %c%c%c %-12s ",
255 s->Printf("%*s", 18, "")
    [all...]
ClangASTImporter.cpp 29 log->Printf(" Number of visible Decl queries by name : %" PRIu64, counters.m_visible_query_count);
30 log->Printf(" Number of lexical Decl queries : %" PRIu64, counters.m_lexical_query_count);
31 log->Printf(" Number of imports initiated by LLDB : %" PRIu64, counters.m_lldb_import_count);
32 log->Printf(" Number of imports conducted by Clang : %" PRIu64, counters.m_clang_import_count);
33 log->Printf(" Number of Decls completed : %" PRIu64, counters.m_decls_completed_count);
34 log->Printf(" Number of records laid out : %" PRIu64, counters.m_record_layout_count);
42 log->Printf("== ClangASTMetrics output ==");
43 log->Printf("-- Global metrics --");
45 log->Printf("-- Local metrics --");
95 log->Printf(" [ClangASTImporter] WARNING: Failed to import a %s '%s', metadata 0x%" PRIx64
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 56 Printf("ThreadSanitizer: failed to open suppressions file '%s'\n",
63 Printf("ThreadSanitizer: failed to stat suppressions file '%s'\n",
69 Printf("ThreadSanitizer: failed to read suppressions file '%s'\n",
120 Printf("ThreadSanitizer: unknown report type %d\n", typ),
174 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
177 Printf("%d %s:%s\n", matched[i]->hit_count,
tsan_mutex.cc 102 Printf("Can lock graph:\n");
105 Printf("%d ", CanLockAdj[i][j]);
107 Printf("\n");
109 Printf("Can lock graph closure:\n");
112 Printf("%d ", CanLockAdj2[i][j]);
114 Printf("\n");
120 Printf("Mutex %d participates in a cycle\n", i);
133 // Printf("LOCK %d @%zu\n", t, seq_ + 1);
150 // Printf(" last %d @%zu\n", max_idx, max_seq);
152 Printf("ThreadSanitizer: internal deadlock detected\n")
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 472 sstring.Printf("%s:%d",typeName.AsCString(),valobj.GetBitfieldBitSize());
475 log->Printf("[Get_BitfieldMatch] appended bitfield info, final result is %s", bitfieldname.GetCString());
479 log->Printf("[Get_BitfieldMatch] bitfield direct match found, returning");
486 log->Printf("[Get_BitfieldMatch] no bitfield direct match");
500 log->Printf("[Get_ObjC] no valid ObjC runtime, skipping dynamic");
507 log->Printf("[Get_ObjC] invalid ISA, skipping dynamic");
512 log->Printf("[Get_ObjC] dynamic type inferred is %s - looking for direct dynamic match", name.GetCString());
516 log->Printf("[Get_ObjC] direct dynamic match found, returning");
520 log->Printf("[Get_ObjC] no dynamic match");
536 log->Printf("[Get_Impl] type is invalid, returning")
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.cpp 114 s->Printf("Step through ObjC trampoline");
117 s->Printf ("Stepping to implementation of ObjC method - obj: 0x%llx, isa: 0x%" PRIx64 ", sel: 0x%" PRIx64,
180 log->Printf("Got target implementation of 0x0, stopping.");
187 log->Printf ("Implementation lookup returned msgForward function: 0x%" PRIx64 ", stopping.", target_addr);
203 log->Printf("Running to ObjC method implementation: 0x%" PRIx64, target_addr);
209 log->Printf("Adding {isa-addr=0x%" PRIx64 ", sel-addr=0x%" PRIx64 "} = addr=0x%" PRIx64 " to cache.", m_isa_addr, m_sel_addr, target_addr);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
raw_printer.cc 50 void RawPrinter::Printf(const char* format, ...) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
raw_printer.cc 50 void RawPrinter::Printf(const char* format, ...) {
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 38 result.Printf("%s\n",arg);
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
97 stream.Printf("%s",result_sp->GetSummaryAsCString());
115 expr.Printf("(%s)[%s %s:%" PRId64 "]",return_type,expr_path_stream.GetData(),selector,index);
152 expr.Printf("(%s)[%s %s:%s]",return_type,expr_path_stream.GetData(),selector,key);
188 stream.Printf("%c",prefix_token);
190 stream.Printf("%c",quote);
242 stream.Printf("%c",*utf8_data_ptr);
246 stream.Printf("%c",quote);
439 options.GetStream()->Printf("unable to read data")
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp 103 log->Printf( "0x%16.16" PRIx64 " %6u %6u %6u%s\n", state.address, state.line, state.column, state.file, state.end_sequence ? " END" : "");
139 log->Printf( "----------------------------------------------------------------------\n"
163 log->Printf( "< EMPTY >\n");
196 log->Printf ("debug_line[0x%8.8x]", debug_line_offset);
203 log->Printf( "0x%8.8" PRIx64 ": skipping pad byte %2.2x", offset, debug_line_data.GetU8(&offset));
226 // log->Printf( "Extended: <%u> %2.2x ", len, sub_opcode);
231 log->Printf( "0x%8.8x: DW_LNE_end_sequence", op_offset);
239 log->Printf( "0x%8.8x: DW_LNE_set_address (0x%" PRIx64 ")", op_offset, row.address);
250 log->Printf( "0x%8.8x: DW_LNE_define_file('%s', dir=%i, mod_time=0x%8.8x, length=%i )",
261 log->Printf( "0x%8.8x: DW_LNE_??? (%2.2x) - Skipping unknown upcode", op_offset, opcode)
    [all...]

Completed in 1397 milliseconds

1 23 4 5 6 7 8 91011>>