Home
last modified time | relevance | path

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

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