Lines Matching refs:gdb
5 import gdb
29 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
45 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
58 parent = gdb.Value(node['__rb_parent_color'] & ~3)
70 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
93 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
112 class LxRbFirst(gdb.Function):
124 raise gdb.GdbError("No entry in tree")
132 class LxRbLast(gdb.Function):
144 raise gdb.GdbError("No entry in tree")
152 class LxRbNext(gdb.Function):
164 raise gdb.GdbError("No entry in tree")
172 class LxRbPrev(gdb.Function):
184 raise gdb.GdbError("No entry in tree")