Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h326 typedef size_t (*ReadMemoryCallback)(EmulateInstruction *instruction, typedef
470 void SetCallbacks(ReadMemoryCallback read_mem_callback,
475 void SetReadMemCallback(ReadMemoryCallback read_mem_callback);
493 ReadMemoryCallback m_read_mem_callback = &ReadMemoryDefault;
DDisassembler.h172 EmulateInstruction::ReadMemoryCallback read_mem_callback,
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp214 ReadMemoryCallback read_mem_callback, in SetCallbacks()
225 ReadMemoryCallback read_mem_callback) { in SetReadMemCallback()
DDisassembler.cpp909 EmulateInstruction::ReadMemoryCallback read_mem_callback, in Emulate()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp906 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() function
1044 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp867 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() function
937 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in GetWatchpointHitAddress()
DNativeProcessLinux.cpp878 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() function
953 emulator_up->SetReadMemCallback(&ReadMemoryCallback); in SetupSoftwareSingleStepping()