Lines Matching refs:gdb
5 import gdb
17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
46 parent = gdb.Value(node['__rb_parent_color'] & ~3)
58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
81 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
100 class LxRbFirst(gdb.Function):
112 raise gdb.GdbError("No entry in tree")
120 class LxRbLast(gdb.Function):
132 raise gdb.GdbError("No entry in tree")
140 class LxRbNext(gdb.Function):
152 raise gdb.GdbError("No entry in tree")
160 class LxRbPrev(gdb.Function):
172 raise gdb.GdbError("No entry in tree")