[Lldb-commits] [PATCH 6/9] StopInfo now lives in the lldb_private namespace. Qualify.
Stephen Wilson
wilsons at start.ca
Tue Jan 4 12:54:14 PST 2011
---
source/Plugins/Process/Linux/LinuxThread.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/source/Plugins/Process/Linux/LinuxThread.h b/source/Plugins/Process/Linux/LinuxThread.h
index 5ec0d43..8ef3125 100644
--- a/source/Plugins/Process/Linux/LinuxThread.h
+++ b/source/Plugins/Process/Linux/LinuxThread.h
@@ -51,7 +51,7 @@ public:
CreateRegisterContextForFrame(lldb_private::StackFrame *frame);
bool
- GetRawStopReason(StopInfo *stop_info);
+ GetRawStopReason(lldb_private::StopInfo *stop_info);
//--------------------------------------------------------------------------
// These methods form a specialized interface to linux threads.
--
1.7.3.2
More information about the lldb-commits
mailing list