From 76abb3b559a89358c54e957597b8b2d4f04eacae Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 15 Sep 2011 17:17:51 +0000 Subject: [PATCH] Add comment regarding method call to DNBArchProtocol::NotifyException(). llvm-svn: 139800 --- lldb/tools/debugserver/source/MacOSX/MachThread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/tools/debugserver/source/MacOSX/MachThread.cpp b/lldb/tools/debugserver/source/MacOSX/MachThread.cpp index 84dd7db4a4c8..729f32fd7db9 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachThread.cpp +++ b/lldb/tools/debugserver/source/MacOSX/MachThread.cpp @@ -549,6 +549,7 @@ MachThread::NotifyException(MachException::Data& exc) { // Allow the arch specific protocol to process (MachException::Data &)exc // first before possible reassignment of m_stop_exception with exc. + // See also MachThread::GetStopException(). bool handled = m_arch_ap->NotifyException(exc); if (m_stop_exception.IsValid())