Home
last modified time | relevance | path

Searched defs:InstalledBreakpointSplayDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h74 struct InstalledBreakpointSplayDefinition { struct
75 typedef addr_t KeyType;
76 typedef InstalledBreakpoint NodeType;
78 static const KeyType& GetKey(const InstalledBreakpoint* node) in GetKey()
83 static SplayTreeLink<NodeType>* GetLink( in GetLink()
89 static int Compare(addr_t key, const InstalledBreakpoint* node) in Compare()
97 static NodeType** GetListLink(InstalledBreakpoint* node) in GetListLink()