Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h339 typedef size_t (*WriteMemoryCallback)(EmulateInstruction *instruction, typedef
479 WriteMemoryCallback write_mem_callback,
485 void SetWriteMemCallback(WriteMemoryCallback write_mem_callback);
502 WriteMemoryCallback m_write_mem_callback = &WriteMemoryDefault;
H A DDisassembler.h190 EmulateInstruction::WriteMemoryCallback write_mem_calback,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
115 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in SetupSoftwareSingleStepping()
/openbsd/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp224 WriteMemoryCallback write_mem_callback, in SetCallbacks()
239 WriteMemoryCallback write_mem_callback) { in SetWriteMemCallback()
H A DDisassembler.cpp943 EmulateInstruction::WriteMemoryCallback write_mem_callback, in Emulate()