Home
last modified time | relevance | path

Searched refs:InterfaceInfoAt (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/
H A DDebuggerGlobals.cpp33 error = roster->CreateInterface(roster->InterfaceInfoAt(0), NULL, in debugger_global_init()
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.h38 InterfaceInfoAt(int32 index) const;
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.cpp130 TargetHostInterfaceRoster::InterfaceInfoAt(int32 index) const in InterfaceInfoAt() function in TargetHostInterfaceRoster
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp177 TargetHostInterfaceInfo* info = roster->InterfaceInfoAt(i); in _BuildTypeMenu()