Searched refs:SetCrashDescriptionWithFormat (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Host/common/ |
D | Mutex.cpp | 248 …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()
|
D | Host.cpp | 1553 Host::SetCrashDescriptionWithFormat (const char *format, ...) in SetCrashDescriptionWithFormat() function in Host
|
/external/lldb/source/DataFormatters/ |
D | TypeSummary.cpp | 207 Host::SetCrashDescriptionWithFormat("[Python summary] Name: %s - Function: %s", in FormatObject()
|
/external/lldb/include/lldb/Host/ |
D | Host.h | 431 … SetCrashDescriptionWithFormat (const char *format, ...) __attribute__ ((format (printf, 1, 2)));
|
/external/lldb/source/API/ |
D | SBFrame.cpp | 1392 …Host::SetCrashDescriptionWithFormat ("SBFrame::EvaluateExpression (expr = \"%s\", fetch_dynamic_va… in EvaluateExpression()
|
D | SBTarget.cpp | 2606 …Host::SetCrashDescriptionWithFormat ("SBTarget::EvaluateExpression (expr = \"%s\", fetch_dynamic_v… in EvaluateExpression()
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1506 Host::SetCrashDescriptionWithFormat ("HandleCommand(command = \"%s\")", command_line); in HandleCommand()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1563 …Host::SetCrashDescriptionWithFormat("Setting thread register '%s' (decoded to %u (0x%x)) with valu… in SetThreadStopInfo()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 696 Host::SetCrashDescriptionWithFormat (const char *format, ...) function
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 6697 …Host::SetCrashDescriptionWithFormat ("SymbolFileDWARF::ParseType() is adding a method %s to class … in ParseType()
|