Home
last modified time | relevance | path

Searched refs:GetAddressSectionType (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DImageDebugInfo.cpp129 ImageDebugInfo::GetAddressSectionType(target_addr_t address) const in GetAddressSectionType() function in ImageDebugInfo
134 type = specificInfo->GetAddressSectionType(address); in GetAddressSectionType()
H A DDebuggerImageDebugInfo.h40 virtual AddressSectionType GetAddressSectionType(target_addr_t address);
H A DDebuggerImageDebugInfo.cpp72 DebuggerImageDebugInfo::GetAddressSectionType(target_addr_t address) in GetAddressSectionType() function in DebuggerImageDebugInfo
H A DDwarfImageDebugInfo.h69 virtual AddressSectionType GetAddressSectionType(target_addr_t address);
H A DDwarfImageDebugInfo.cpp572 DwarfImageDebugInfo::GetAddressSectionType(target_addr_t address) in GetAddressSectionType() function in DwarfImageDebugInfo
1198 if (imageInfo->GetAddressSectionType(subroutineAddress) in _CreateReturnValues()
/haiku/headers/private/debugger/debug_info/
H A DImageDebugInfo.h53 AddressSectionType GetAddressSectionType(target_addr_t address)
H A DSpecificImageDebugInfo.h59 virtual AddressSectionType GetAddressSectionType(target_addr_t address)
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp837 if (info->GetAddressSectionType( in _HandleSingleStepStep()