Home
last modified time | relevance | path

Searched refs:SetReadMemCallback (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp113 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in SetupSoftwareSingleStepping()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h483 void SetReadMemCallback(ReadMemoryCallback read_mem_callback);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp233 void EmulateInstruction::SetReadMemCallback( in SetReadMemCallback() function in EmulateInstruction