reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  247   error.Clear();
  252     error.SetErrorString("Not safe to call functions on this thread.");
  304         32, ePermissionsReadable | ePermissionsWritable, error);
  305     if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
  354     error.SetErrorString("Unable to compile function to call "
  363     error.SetErrorString("Unable to compile function caller for "
  372   if (func_call_ret != eExpressionCompleted || !error.Success()) {
  377               func_call_ret, error.AsCString(""));
  378     error.SetErrorString("Unable to call "
  386       error);
  387   if (!error.Success() ||
  394       m_get_thread_item_info_return_buffer_addr + 8, 8, 0, error);
  396   if (!error.Success()) {