Home
last modified time | relevance | path

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

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