Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp113 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in SetupSoftwareSingleStepping()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h475 void SetReadMemCallback(ReadMemoryCallback read_mem_callback);
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp223 void EmulateInstruction::SetReadMemCallback( in SetReadMemCallback() function in EmulateInstruction