[lldb] Change CreateMemoryInstance to take a WritableDataBuffer
Change the CreateMemoryInstance interface to take a WritableDataBuffer. Differential revision: https://reviews.llvm.org/D123073
This commit is contained in:
@@ -65,7 +65,7 @@ ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp,
|
||||
}
|
||||
|
||||
ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp,
|
||||
DataBufferSP data_sp,
|
||||
WritableDataBufferSP data_sp,
|
||||
const ProcessSP &process_sp,
|
||||
lldb::addr_t header_addr) {
|
||||
// JIT'ed object file is backed by the ObjectFileJITDelegate, never read from
|
||||
|
||||
Reference in New Issue
Block a user