Home
last modified time | relevance | path

Searched refs:ReadInstruction (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h57 bool ReadInstruction() override;
DEmulateInstructionPPC64.cpp110 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionPPC64
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h60 bool ReadInstruction() override;
DEmulateInstructionARM64.cpp382 bool EmulateInstructionARM64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h67 bool ReadInstruction() override;
DEmulateInstructionMIPS64.cpp942 bool EmulateInstructionMIPS64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h71 bool ReadInstruction() override;
DEmulateInstructionMIPS.cpp1044 bool EmulateInstructionMIPS::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h362 virtual bool ReadInstruction() = 0;
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h129 bool ReadInstruction() override;
DEmulateInstructionARM.cpp13828 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp1049 if (!emulator_up->ReadInstruction()) in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp942 if (!emulator_up->ReadInstruction()) in GetWatchpointHitAddress()
DNativeProcessLinux.cpp958 if (!emulator_up->ReadInstruction()) in SetupSoftwareSingleStepping()