Home
last modified time | relevance | path

Searched refs:SetCallbacks (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h61 void SetCallbacks() { in SetCallbacks() function
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h72 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp45 SetCallbacks(); in ThreadPlanStepInRange()
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h480 void SetCallbacks(ReadMemoryCallback read_mem_callback,
/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp222 void EmulateInstruction::SetCallbacks( in SetCallbacks() function in EmulateInstruction
H A DDisassembler.cpp968 insn_emulator_up->SetCallbacks(read_mem_callback, write_mem_callback,
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14415 SetCallbacks(&EmulationStateARM::ReadPseudoMemory, in TestEmulation()