forked from OSchip/llvm-project
Namespace patch for linux builds from Jai Menon.
llvm-svn: 125016
This commit is contained in:
parent
75852f56ae
commit
425260bd33
|
@ -14,6 +14,7 @@
|
|||
#include "lldb/Core/DataExtractor.h"
|
||||
#include "lldb/Core/Scalar.h"
|
||||
#include "lldb/Target/Thread.h"
|
||||
#include "lldb/Host/Endian.h"
|
||||
|
||||
#include "ProcessLinux.h"
|
||||
#include "ProcessMonitor.h"
|
||||
|
@ -500,7 +501,7 @@ RegisterContextLinux_x86_64::ReadRegisterBytes(uint32_t reg,
|
|||
}
|
||||
|
||||
if (status)
|
||||
data.SetData(buf + GetRegOffset(reg), GetRegSize(reg), endian::InlHostByteOrder());
|
||||
data.SetData(buf + GetRegOffset(reg), GetRegSize(reg), lldb::endian::InlHostByteOrder());
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue