Searched refs:InstructionInfo (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp6 #include "InstructionInfo.h"
9 InstructionInfo::InstructionInfo() function in class:InstructionInfo
21 InstructionInfo::InstructionInfo(target_addr_t address, function in class:InstructionInfo
37 InstructionInfo::SetTo(target_addr_t address, target_addr_t targetAddress,
H A DInstructionInfo.h20 class InstructionInfo { class
22 InstructionInfo();
23 InstructionInfo(target_addr_t address,
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.h14 class InstructionInfo;
35 InstructionInfo& _info,
H A DDisassemblerX86.cpp17 #include "InstructionInfo.h"
145 DisassemblerX86::GetNextInstructionInfo(InstructionInfo& _info,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.h15 class InstructionInfo;
35 InstructionInfo& _info,
H A DDisassemblerX8664.cpp19 #include "InstructionInfo.h"
156 DisassemblerX8664::GetNextInstructionInfo(InstructionInfo& _info,
/haiku/headers/private/debugger/arch/
H A DArchitecture.h26 class InstructionInfo;
114 InstructionInfo& _info,
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h71 InstructionInfo& _info, CpuState* state);
H A DArchitectureX86.cpp20 #include "InstructionInfo.h"
649 InstructionInfo info;
667 InstructionInfo& _info, CpuState* state)
694 InstructionInfo info;
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h72 InstructionInfo& _info, CpuState* state);
H A DArchitectureX8664.cpp21 #include "InstructionInfo.h"
726 InstructionInfo info;
744 InstructionInfo& _info, CpuState* state)
772 InstructionInfo info;
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp26 #include "InstructionInfo.h"
603 InstructionInfo info;

Completed in 113 milliseconds