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

References

tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  239   error.Clear();
  244     error.SetErrorString("Not safe to call functions on this thread.");
  298         32, ePermissionsReadable | ePermissionsWritable, error);
  299     if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) {
  346     error.SetErrorString("Unable to compile function to call "
  357     error.SetErrorString("Could not retrieve function caller for "
  364   if (func_call_ret != eExpressionCompleted || !error.Success()) {
  369               func_call_ret, error.AsCString(""));
  370     error.SetErrorString("Unable to call "
  377       m_get_item_info_return_buffer_addr, 8, LLDB_INVALID_ADDRESS, error);
  378   if (!error.Success() ||
  385       m_get_item_info_return_buffer_addr + 8, 8, 0, error);
  387   if (!error.Success()) {