HomeSort by relevance Sort by last modified time
    Searched refs:PutCString (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/lldb/test/functionalities/command_script/import/thepackage/
TPunitA.py 2 result.PutCString(u"hello world A")
TPunitB.py 2 result.PutCString(u"hello world B")
  /external/lldb/source/Interpreter/
ScriptInterpreterNone.cpp 33 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
40 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
OptionValueFormat.cpp 33 strm.PutCString (" = ");
34 strm.PutCString (FormatManager::GetFormatAsCString (m_current_value));
OptionValueArch.cpp 34 strm.PutCString (" = ");
40 strm.PutCString (arch_name);
OptionValueSInt64.cpp 33 strm.PutCString (" = ");
OptionValueString.cpp 30 strm.PutCString (" = ");
OptionValueBoolean.cpp 33 strm.PutCString (" = ");
34 strm.PutCString (m_current_value ? "true" : "false");
  /external/lldb/examples/python/
lldb_module_utils.py 29 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")
delta.py 32 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 to stop logging and show packet statistics." % log_file)
45 result.PutCString ('error: invalid log file path')
46 result.PutCString (usage)
  /external/lldb/source/Expression/
ClangUtilityFunction.cpp 74 error_stream.PutCString("error: already installed\n");
86 error_stream.PutCString ("error: invalid target\n");
94 error_stream.PutCString ("error: invalid process\n");
108 error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n");
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfo.cpp 34 s->PutCString("< EMPTY >\n");
DWARFDebugMacinfoEntry.cpp 51 s->PutCString(DW_MACINFO_value_to_name(m_type_code));
77 s->PutCString(" END\n");
DWARFDebugInfoEntry.cpp     [all...]
  /external/lldb/include/lldb/Core/
ModuleSpec.h 316 strm.PutCString("file = '");
318 strm.PutCString("'");
324 strm.PutCString(", ");
325 strm.PutCString("platform_file = '");
327 strm.PutCString("'");
333 strm.PutCString(", ");
334 strm.PutCString("symbol_file = '");
336 strm.PutCString("'");
342 strm.PutCString(", ");
349 strm.PutCString(", ");
    [all...]
  /external/lldb/source/Symbol/
Type.cpp 187 case eEncodingIsUID: s->PutCString(" (unresolved type)"); break;
188 case eEncodingIsConstUID: s->PutCString(" (unresolved const type)"); break;
189 case eEncodingIsRestrictUID: s->PutCString(" (unresolved restrict type)"); break;
190 case eEncodingIsVolatileUID: s->PutCString(" (unresolved volatile type)"); break;
191 case eEncodingIsTypedefUID: s->PutCString(" (unresolved typedef)"); break;
192 case eEncodingIsPointerUID: s->PutCString(" (unresolved pointer)"); break;
193 case eEncodingIsLValueReferenceUID: s->PutCString(" (unresolved L value reference)"); break;
194 case eEncodingIsRValueReferenceUID: s->PutCString(" (unresolved R value reference)"); break;
195 case eEncodingIsSyntheticUID: s->PutCString(" (synthetic type)"); break;
215 s->PutCString(", context = ( ")
    [all...]
  /external/lldb/source/Core/
EmulateInstruction.cpp 414 strm.PutCString (", context = ");
427 strm.PutCString ("reading opcode");
431 strm.PutCString ("immediate");
435 strm.PutCString ("push register");
439 strm.PutCString ("pop register");
443 strm.PutCString ("adjust sp");
447 strm.PutCString ("set frame pointer");
451 strm.PutCString ("adjusting (writing value back to) a base register");
455 strm.PutCString ("register + offset");
459 strm.PutCString ("store register")
    [all...]
Language.cpp 18 #define ENUM_TO_DCSTREAM(x) case x: s->PutCString(#x); return
137 s->PutCString(lang_cstr);
  /external/lldb/source/Target/
ThreadPlanStepInstruction.cpp 138 s.PutCString ("Stepped in to: ");
141 s.PutCString (" stepping out to: ");
163 log->PutCString("The stack id we are stepping in changed, but our parent frame did not when stepping from code with no symbols. "
ThreadSpec.cpp 131 s->PutCString("thread spec: no ");
138 s->PutCString("thread spec: yes ");
StackFrameList.cpp 387 s.PutCString("\nprev_frames:\n");
389 s.PutCString("\ncurr_frames:\n");
409 s.PutCString("NULL");
414 s.PutCString("NULL");
442 s.PutCString("\n\nNew frames:\n");
750 s.PutCString("\n\nStackFrameList::Merge():\nPrev:\n");
754 s.PutCString ("NULL");
755 s.PutCString("\nCurr:\n");
759 s.PutCString ("NULL");
766 s.PutCString("No current frames, leave previous frames alone...\n")
    [all...]
  /external/lldb/source/Breakpoint/
WatchpointOptions.cpp 189 s->PutCString("Watchpoint Options:\n");
194 s->PutCString(" Options: ");
199 s->PutCString ("thread spec: no ");
236 s->PutCString ("No commands.\n");
BreakpointID.cpp 77 s->PutCString ("<invalid>");
88 s->PutCString ("<invalid>");
  /external/lldb/scripts/Python/interface/
SBCommandReturnObject.i 94 PutCString(const char* string, int len);
  /external/lldb/source/API/
SBCommandReturnObject.cpp 247 strm.PutCString ("Started");
249 strm.PutCString ("Invalid");
251 strm.PutCString ("Success");
253 strm.PutCString ("Fail");
262 strm.PutCString ("No value");
282 SBCommandReturnObject::PutCString(const char* string, int len)

Completed in 170 milliseconds

1 2 3 4 5 6 7