Home
last modified time | relevance | path

Searched refs:PutCString (Results 1 – 25 of 162) sorted by relevance

1234567

/external/lldb/examples/python/
Dlldb_module_utils.py29 result.PutCString('Searching for module "%s"' % (module_name,))
35 result.PutCString("\n%s:" % (cu.file))
43 … result.PutCString('[%#x - %#x): %s' % (start_file_addr, end_file_addr, line_entry))
46 result.PutCString('%#x: END' % (start_file_addr))
48 result.PutCString('%#x: %s' % (start_file_addr, line_entry))
52 result.PutCString ("no module for '%s'" % module)
54 result.PutCString ("error: invalid target")
Ddelta.py32 result.PutCString ('error: logging is already in progress with file "%s"', log_file)
42 …result.PutCString ("GDB packet logging enable with log file '%s'\nUse the 'stop_gdb_log' command t…
45 result.PutCString ('error: invalid log file path')
46 result.PutCString (usage)
/external/lldb/source/Core/
DEmulateInstruction.cpp414 strm.PutCString (", context = "); in WriteRegisterDefault()
427 strm.PutCString ("reading opcode"); in Dump()
431 strm.PutCString ("immediate"); in Dump()
435 strm.PutCString ("push register"); in Dump()
439 strm.PutCString ("pop register"); in Dump()
443 strm.PutCString ("adjust sp"); in Dump()
447 strm.PutCString ("set frame pointer"); in Dump()
451 strm.PutCString ("adjusting (writing value back to) a base register"); in Dump()
455 strm.PutCString ("register + offset"); in Dump()
459 strm.PutCString ("store register"); in Dump()
[all …]
DAddress.cpp473 s->PutCString(symbol_name); in Dump()
496 s->PutCString("(char *)"); in Dump()
498 s->PutCString(": "); in Dump()
520 s->PutCString ("(objc_msgref *) -> { (func*)"); in Dump()
523 s->PutCString ("{ "); in Dump()
531 s->PutCString("), (char *)"); in Dump()
533 s->PutCString(" ("); in Dump()
535 s->PutCString(", "); in Dump()
540 s->PutCString(") }"); in Dump()
542 s->PutCString(" }"); in Dump()
[all …]
DSearchFilter.cpp428 s->PutCString(", module = "); in GetDescription()
433 s->PutCString(buffer); in GetDescription()
437 s->PutCString(m_module_spec.GetFilename().AsCString("<unknown>")); in GetDescription()
586 s->PutCString(buffer); in GetDescription()
590 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString("<unknown>")); in GetDescription()
602 s->PutCString(buffer); in GetDescription()
606 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString("<unknown>")); in GetDescription()
609 s->PutCString (", "); in GetDescription()
777 s->PutCString(buffer); in GetDescription()
781 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString("<unknown>")); in GetDescription()
[all …]
/external/lldb/source/Symbol/
DType.cpp187 case eEncodingIsUID: s->PutCString(" (unresolved type)"); break; in GetDescription()
188 case eEncodingIsConstUID: s->PutCString(" (unresolved const type)"); break; in GetDescription()
189 case eEncodingIsRestrictUID: s->PutCString(" (unresolved restrict type)"); break; in GetDescription()
190 case eEncodingIsVolatileUID: s->PutCString(" (unresolved volatile type)"); break; in GetDescription()
191 case eEncodingIsTypedefUID: s->PutCString(" (unresolved typedef)"); break; in GetDescription()
192 case eEncodingIsPointerUID: s->PutCString(" (unresolved pointer)"); break; in GetDescription()
193 case eEncodingIsLValueReferenceUID: s->PutCString(" (unresolved L value reference)"); break; in GetDescription()
194 case eEncodingIsRValueReferenceUID: s->PutCString(" (unresolved R value reference)"); break; in GetDescription()
195 case eEncodingIsSyntheticUID: s->PutCString(" (synthetic type)"); break; in GetDescription()
215 s->PutCString(", context = ( "); in Dump()
[all …]
DUnwindPlan.cpp76 s.PutCString ("=<unspec>"); in Dump()
78 s.PutCString ("=!"); in Dump()
82 s.PutCString ("=<undef>"); in Dump()
84 s.PutCString ("=?"); in Dump()
87 s.PutCString ("= <same>"); in Dump()
143 s.PutCString("[dwarf-expr]"); in Dump()
145 s.PutCString("dwarf-expr"); in Dump()
397 s.PutCString ("Address range of this UnwindPlan: "); in Dump()
DVariable.cpp116 s->PutCString(", scope = "); in Dump()
119 case eValueTypeVariableGlobal: s->PutCString(m_external ? "global" : "static"); break; in Dump()
120 case eValueTypeVariableArgument: s->PutCString("parameter"); break; in Dump()
121 case eValueTypeVariableLocal: s->PutCString("local"); break; in Dump()
128 s->PutCString(", context = ( "); in Dump()
130 s->PutCString(" )"); in Dump()
138 s->PutCString(", location = "); in Dump()
158 s->PutCString(", external"); in Dump()
161 s->PutCString(", artificial"); in Dump()
/external/lldb/include/lldb/Core/
DModuleSpec.h316 strm.PutCString("file = '"); in Dump()
318 strm.PutCString("'"); in Dump()
324 strm.PutCString(", "); in Dump()
325 strm.PutCString("platform_file = '"); in Dump()
327 strm.PutCString("'"); in Dump()
333 strm.PutCString(", "); in Dump()
334 strm.PutCString("symbol_file = '"); in Dump()
336 strm.PutCString("'"); in Dump()
342 strm.PutCString(", "); in Dump()
349 strm.PutCString(", "); in Dump()
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp981 s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag())); in Dump()
1090 s.PutCString("] "); in DumpAttribute()
1093 s.PutCString("( "); in DumpAttribute()
1106 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1108 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1112 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1113 s.PutCString(DW_LANG_value_to_name(form_value.Unsigned())); in DumpAttribute()
1114 if ( verbose ) s.PutCString(" )"); in DumpAttribute()
1118 if ( verbose ) s.PutCString(" ( "); in DumpAttribute()
1119 s.PutCString(DW_ATE_value_to_name(form_value.Unsigned())); in DumpAttribute()
[all …]
/external/lldb/source/Expression/
DDWARFExpression.cpp330 …case DW_OP_dup: s->PutCString("DW_OP_dup"); break; // 0… in DumpLocation()
331 …case DW_OP_drop: s->PutCString("DW_OP_drop"); break; // 0… in DumpLocation()
332 …case DW_OP_over: s->PutCString("DW_OP_over"); break; // 0… in DumpLocation()
334 …case DW_OP_swap: s->PutCString("DW_OP_swap"); break; // 0… in DumpLocation()
335 …case DW_OP_rot: s->PutCString("DW_OP_rot"); break; // 0… in DumpLocation()
336 …case DW_OP_xderef: s->PutCString("DW_OP_xderef"); break; // 0… in DumpLocation()
337 …case DW_OP_abs: s->PutCString("DW_OP_abs"); break; // 0… in DumpLocation()
338 …case DW_OP_and: s->PutCString("DW_OP_and"); break; // 0… in DumpLocation()
339 …case DW_OP_div: s->PutCString("DW_OP_div"); break; // 0… in DumpLocation()
340 …case DW_OP_minus: s->PutCString("DW_OP_minus"); break; // 0… in DumpLocation()
[all …]
DClangUtilityFunction.cpp74 error_stream.PutCString("error: already installed\n"); in Install()
86 error_stream.PutCString ("error: invalid target\n"); in Install()
94 error_stream.PutCString ("error: invalid process\n"); in Install()
108 … error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Install()
/external/lldb/source/Target/
DStackFrameList.cpp387 s.PutCString("\nprev_frames:\n"); in GetFramesUpTo()
389 s.PutCString("\ncurr_frames:\n"); in GetFramesUpTo()
409 s.PutCString("NULL"); in GetFramesUpTo()
414 s.PutCString("NULL"); in GetFramesUpTo()
442 s.PutCString("\n\nNew frames:\n"); in GetFramesUpTo()
750 s.PutCString("\n\nStackFrameList::Merge():\nPrev:\n"); in Merge()
754 s.PutCString ("NULL"); in Merge()
755 s.PutCString("\nCurr:\n"); in Merge()
759 s.PutCString ("NULL"); in Merge()
766 s.PutCString("No current frames, leave previous frames alone...\n"); in Merge()
[all …]
DThreadPlanStepInstruction.cpp138 s.PutCString ("Stepped in to: "); in ShouldStop()
141 s.PutCString (" stepping out to: "); in ShouldStop()
163 …log->PutCString("The stack id we are stepping in changed, but our parent frame did not when steppi… in ShouldStop()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp215 response.PutCString("triple:"); in Handle_qHostInfo()
233 case eByteOrderBig: response.PutCString ("endian:big;"); break; in Handle_qHostInfo()
234 case eByteOrderLittle: response.PutCString ("endian:little;"); break; in Handle_qHostInfo()
235 case eByteOrderPDP: response.PutCString ("endian:pdp;"); break; in Handle_qHostInfo()
236 default: response.PutCString ("endian:unknown;"); break; in Handle_qHostInfo()
260 response.PutCString ("os_build:"); in Handle_qHostInfo()
266 response.PutCString ("os_kernel:"); in Handle_qHostInfo()
272 response.PutCString ("hostname:"); in Handle_qHostInfo()
290 response.PutCString ("name:"); in CreateProcessInfoResponse()
297 response.PutCString("triple:"); in CreateProcessInfoResponse()
[all …]
/external/lldb/source/API/
DSBCommandReturnObject.cpp247 strm.PutCString ("Started"); in GetDescription()
249 strm.PutCString ("Invalid"); in GetDescription()
251 strm.PutCString ("Success"); in GetDescription()
253 strm.PutCString ("Fail"); in GetDescription()
262 strm.PutCString ("No value"); in GetDescription()
282 SBCommandReturnObject::PutCString(const char* string, int len) in PutCString() function in SBCommandReturnObject
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp148 log->PutCString (strm.GetData()); in GetNonCallSiteUnwindPlanFromAssembly()
278 log->PutCString (strm.GetData()); in GetNonCallSiteUnwindPlanFromAssembly()
406 log->PutCString (strm.GetData ()); in ReadMemory()
443 strm.PutCString ("UnwindAssemblyInstEmulation::WriteMemory ("); in WriteMemory()
445 strm.PutCString (", context = "); in WriteMemory()
447 log->PutCString (strm.GetData()); in WriteMemory()
552 log->PutCString(strm.GetData()); in ReadRegister()
582 strm.PutCString (", context = "); in WriteRegister()
584 log->PutCString(strm.GetData()); in WriteRegister()
/external/lldb/source/Commands/
DCommandObjectFrame.cpp448 s.PutCString (": "); in DoExecute()
489 s.PutCString (": "); in DoExecute()
525 s.PutCString("GLOBAL: "); in DoExecute()
531 s.PutCString("STATIC: "); in DoExecute()
537 s.PutCString(" ARG: "); in DoExecute()
543 s.PutCString(" LOCAL: "); in DoExecute()
569 s.PutCString (": "); in DoExecute()
DCommandObjectExpression.cpp248 … async_strm_sp->PutCString("Enter expressions, then terminate with an empty line to evaluate:\n"); in MultiLineExpressionCallback()
281 async_strm_sp->PutCString("Expression evaluation cancelled.\n"); in MultiLineExpressionCallback()
375 error_stream->PutCString("(void)\n"); in EvaluateExpression()
389 error_stream->PutCString ("error: "); in EvaluateExpression()
396 error_stream->PutCString ("error: unknown error\n"); in EvaluateExpression()
/external/lldb/source/Breakpoint/
DWatchpointOptions.cpp189 s->PutCString("Watchpoint Options:\n"); in GetDescription()
194 s->PutCString(" Options: "); in GetDescription()
199 s->PutCString ("thread spec: no "); in GetDescription()
236 s->PutCString ("No commands.\n"); in GetDescription()
DBreakpointOptions.cpp224 s->PutCString("Breakpoint Options:\n"); in GetDescription()
229 s->PutCString(" Options: "); in GetDescription()
241 s->PutCString ("thread spec: no "); in GetDescription()
293 s->PutCString ("No commands.\n"); in GetDescription()
/external/lldb/source/Interpreter/
DScriptInterpreterNone.cpp33 …m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script inter… in ExecuteOneLine()
40 …m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script inter… in ExecuteInterpreterLoop()
DCommandReturnObject.cpp73 error_strm.PutCString ("error: "); in AppendErrorWithFormat()
129 GetErrorStream().PutCString(in_string); in AppendRawWarning()
166 GetErrorStream().PutCString(in_string); in AppendRawError()
DOptionValueFormat.cpp33 strm.PutCString (" = "); in DumpValue()
34 strm.PutCString (FormatManager::GetFormatAsCString (m_current_value)); in DumpValue()
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp59 feedback_strm->PutCString("warning: failed to get the uuid for object file: '"); in UUIDsMatch()
61 feedback_strm->PutCString("\n"); in UUIDsMatch()
72 feedback_strm->PutCString("warning: UUID mismatch detected between modules:\n "); in UUIDsMatch()
76 feedback_strm->PutCString("\n "); in UUIDsMatch()

1234567