Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h349 typedef bool (*WriteRegisterCallback)(EmulateInstruction *instruction, typedef