Home
last modified time | relevance | path

Searched defs:WriteMemoryCallback (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h339 typedef size_t (*WriteMemoryCallback)(EmulateInstruction *instruction, typedef