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

References

tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  239   error.Clear();
  244     error.SetErrorString("Not safe to call functions on this thread.");
  301         32, ePermissionsReadable | ePermissionsWritable, error);
  302     if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
  351     error.SetErrorString("Unable to compile function to call "
  360   if (func_call_ret != eExpressionCompleted || !error.Success()) {
  365               func_call_ret, error.AsCString(""));
  366     error.SetErrorString("Unable to call "
  373       m_get_pending_items_return_buffer_addr, 8, LLDB_INVALID_ADDRESS, error);
  374   if (!error.Success() ||
  381       m_get_pending_items_return_buffer_addr + 8, 8, 0, error);
  383   if (!error.Success()) {
  389       m_get_pending_items_return_buffer_addr + 16, 8, 0, error);
  390   if (!error.Success()) {