Home
last modified time | relevance | path

Searched refs:SetCrashDescriptionWithFormat (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Host/common/
DMutex.cpp248 …Host::SetCrashDescriptionWithFormat ("%s error: pthread_mutex_destroy() => err = %i (%s)", __PRETT… in ~Mutex()
287 …Host::SetCrashDescriptionWithFormat ("%s error: pthread_mutex_lock(%p) => err = %i (%s)", __PRETTY… in Lock()
336 …Host::SetCrashDescriptionWithFormat ("%s error: pthread_mutex_unlock(%p) => err = %i (%s)", __PRET… in Unlock()
349 …Host::SetCrashDescriptionWithFormat ("Unlocking lock (on thread %p) that thread: %p failed to get:… in Unlock()
DHost.cpp1553 Host::SetCrashDescriptionWithFormat (const char *format, ...) in SetCrashDescriptionWithFormat() function in Host
/external/lldb/source/DataFormatters/
DTypeSummary.cpp207 Host::SetCrashDescriptionWithFormat("[Python summary] Name: %s - Function: %s", in FormatObject()
/external/lldb/include/lldb/Host/
DHost.h431SetCrashDescriptionWithFormat (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
/external/lldb/source/API/
DSBFrame.cpp1392 …Host::SetCrashDescriptionWithFormat ("SBFrame::EvaluateExpression (expr = \"%s\", fetch_dynamic_va… in EvaluateExpression()
DSBTarget.cpp2606 …Host::SetCrashDescriptionWithFormat ("SBTarget::EvaluateExpression (expr = \"%s\", fetch_dynamic_v… in EvaluateExpression()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1506 Host::SetCrashDescriptionWithFormat ("HandleCommand(command = \"%s\")", command_line); in HandleCommand()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1563 …Host::SetCrashDescriptionWithFormat("Setting thread register '%s' (decoded to %u (0x%x)) with valu… in SetThreadStopInfo()
/external/lldb/source/Host/macosx/
DHost.mm696 Host::SetCrashDescriptionWithFormat (const char *format, ...) function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6697 …Host::SetCrashDescriptionWithFormat ("SymbolFileDWARF::ParseType() is adding a method %s to class … in ParseType()