Searched defs:data_sp (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContext.h46 virtual bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) { argument
50 virtual bool WriteAllRegisterValues(const lldb::DataBufferSP &data_sp) { argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h31 lldb::DataBufferSP data_sp; member in struct:lldb_private::SharedCacheImageInfo
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DObjectContainer.cpp18 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP data_sp, lldb::offset_t data_offset) argument
33 FindPlugin(const lldb::ModuleSP &module_sp, const ProcessSP &process_sp, lldb::addr_t header_addr, WritableDataBufferSP data_sp) argument
H A DSymbolVendor.cpp46 DataBufferSP data_sp; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp57 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
67 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextPOSIXCore_powerpc.cpp94 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
104 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextPOSIXCore_mips64.cpp74 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
84 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextPOSIXCore_s390x.cpp79 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
89 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextPOSIXCore_x86_64.cpp82 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
92 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp35 CreateInstance( const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t offset, lldb::offset_t length) argument
42 CreateMemoryInstance( const lldb::ModuleSP &module_sp, WritableDataBufferSP data_sp, const ProcessSP &process_sp, lldb::addr_t header_addr) argument
48 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp179 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
198 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
H A DNativeRegisterContextFreeBSD_arm.cpp142 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
161 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
H A DNativeRegisterContextFreeBSD_powerpc.cpp230 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
249 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
H A DNativeRegisterContextFreeBSD_arm64.cpp151 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
170 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp105 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
110 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextHistory.cpp106 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
111 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
H A DRegisterContextMemory.cpp102 ReadAllRegisterValues( WritableDataBufferSP &data_sp) argument
119 WriteAllRegisterValues( const DataBufferSP &data_sp) argument
135 SetAllRegisterData( const lldb::DataBufferSP &data_sp) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp39 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
51 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp166 DataBufferSP data_sp; local
36 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
63 ObjectContainerUniversalMachO( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
176 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp90 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, argument
156 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, argument
100 CreateMemoryInstance(const ModuleSP &module_sp, WritableDataBufferSP data_sp, const ProcessSP &process_sp, addr_t header_addr) argument
107 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp60 CreateInstance( const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, const FileSpec *file, offset_t file_offset, offset_t length) argument
87 CreateMemoryInstance( const ModuleSP &module_sp, WritableDataBufferSP data_sp, const ProcessSP &process_sp, addr_t header_addr) argument
93 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
106 ObjectFileBreakpad(const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t offset, offset_t length, ArchSpec arch, UUID uuid) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp600 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
635 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
H A DNativeRegisterContextOpenBSD_arm64.cpp387 ReadAllRegisterValues( lldb::WritableDataBufferSP &data_sp) argument
424 WriteAllRegisterValues( const lldb::DataBufferSP &data_sp) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp128 lldb::DataExtractorSP data_sp = Dispatch<lldb::DataExtractorSP>( local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp36 ObjectContainerMachOFileset( const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t offset, lldb::offset_t length) argument
43 ObjectContainerMachOFileset( const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, const lldb::ProcessSP &process_sp, lldb::addr_t header_addr) argument
50 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
70 CreateMemoryInstance( const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, const lldb::ProcessSP &process_sp, lldb::addr_t header_addr) argument
185 DataBufferSP data_sp = local
209 DataBufferSP data_sp = local
220 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
245 MagicBytesMatch(DataBufferSP data_sp, lldb::addr_t data_offset, lldb::addr_t data_length) argument
[all...]

Completed in 223 milliseconds

123