forked from OSchip/llvm-project
StopInfo now lives in the lldb_private namespace. Qualify.
llvm-svn: 122839
This commit is contained in:
parent
905d814977
commit
dd3a948527
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue