Home
last modified time | relevance | path

Searched refs:ReadMemoryCallback (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h334 typedef size_t (*ReadMemoryCallback)(EmulateInstruction *instruction, typedef
478 void SetCallbacks(ReadMemoryCallback read_mem_callback,
483 void SetReadMemCallback(ReadMemoryCallback read_mem_callback);
501 ReadMemoryCallback m_read_mem_callback = &ReadMemoryDefault;
H A DDisassembler.h189 EmulateInstruction::ReadMemoryCallback read_mem_callback,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() function
113 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in SetupSoftwareSingleStepping()
/openbsd/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp223 ReadMemoryCallback read_mem_callback, in SetCallbacks()
234 ReadMemoryCallback read_mem_callback) { in SetReadMemCallback()
H A DDisassembler.cpp942 EmulateInstruction::ReadMemoryCallback read_mem_callback, in Emulate()