mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
[lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer
This commit is contained in:
@@ -670,7 +670,7 @@ Status NativeRegisterContextWindows_arm64::WriteRegister(
|
||||
}
|
||||
|
||||
Status NativeRegisterContextWindows_arm64::ReadAllRegisterValues(
|
||||
lldb::DataBufferSP &data_sp) {
|
||||
lldb::WritableDataBufferSP &data_sp) {
|
||||
const size_t data_size = REG_CONTEXT_SIZE;
|
||||
data_sp = std::make_shared<DataBufferHeap>(data_size, 0);
|
||||
::CONTEXT tls_context;
|
||||
|
||||
Reference in New Issue
Block a user