Searched refs:inputInterface (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h63 const DwarfTargetInterface* inputInterface,
156 const DwarfTargetInterface* inputInterface,
H A DDwarfFile.cpp769 const DwarfTargetInterface* inputInterface,
778 inputInterface, outputInterface, _framePointer);
2298 const FDELookupInfo* info, const DwarfTargetInterface* inputInterface,
2397 if (!inputInterface->GetRegisterValue(
2411 inputInterface, location, 0, 0, false,
2443 if (inputInterface->GetRegisterValue(i, value))
2453 if (inputInterface->ReadValueFromMemory(
2471 if (inputInterface->GetRegisterValue(
2486 inputInterface, location, frameAddress,
2490 && inputInterface
767 UnwindCallFrame(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, target_addr_t location, const DwarfTargetInterface* inputInterface, DwarfTargetInterface* outputInterface, target_addr_t& _framePointer) argument
2296 _UnwindCallFrame(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, target_addr_t location, const FDELookupInfo* info, const DwarfTargetInterface* inputInterface, DwarfTargetInterface* outputInterface, target_addr_t& _framePointer) argument
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp627 UnwindTargetInterface* inputInterface local
631 if (inputInterface == NULL)
633 BReference<UnwindTargetInterface> inputInterfaceReference(inputInterface,
653 entry, instructionPointer, inputInterface, outputInterface,
681 inputInterface, fromDwarfMap);

Completed in 47 milliseconds