Searched refs:GetInstructionInfo (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.h62 virtual status_t GetInstructionInfo(target_addr_t address,
H A DArchitectureX8664.cpp454 status_t error = GetInstructionInfo(address, info, NULL);
470 ArchitectureX8664::GetInstructionInfo(target_addr_t address, function in class:ArchitectureX8664
/haiku-fatelf/src/apps/debugger/arch/
H A DArchitecture.h105 virtual status_t GetInstructionInfo(target_addr_t address,
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.h61 virtual status_t GetInstructionInfo(target_addr_t address,
H A DArchitectureX86.cpp564 status_t error = GetInstructionInfo(address, info, NULL);
580 ArchitectureX86::GetInstructionInfo(target_addr_t address, function in class:ArchitectureX86
/haiku-fatelf/src/apps/debugger/controllers/
H A DThreadHandler.cpp471 if (fDebuggerInterface->GetArchitecture()->GetInstructionInfo(

Completed in 101 milliseconds