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

References

tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  194   while (frame.fp != 0 && frame.pc != 0 && ((frame.fp & 7) == 0)) {
  194   while (frame.fp != 0 && frame.pc != 0 && ((frame.fp & 7) == 0)) {
  196     if (process->ReadMemory(frame.fp, &frame.fp, k_frame_size, error) !=
  196     if (process->ReadMemory(frame.fp, &frame.fp, k_frame_size, error) !=
  202       cursor.fp = frame.fp;