|
@@ -1,5 +1,4 @@
|
|
-#!/usr/bin/python
|
|
|
|
-
|
|
|
|
|
|
+#
|
|
# GDB debugging support
|
|
# GDB debugging support
|
|
#
|
|
#
|
|
# Copyright 2012 Red Hat, Inc. and/or its affiliates
|
|
# Copyright 2012 Red Hat, Inc. and/or its affiliates
|
|
@@ -84,4 +83,3 @@ def print_item(self, ptr, offset = gdb.Value(0), level = 0):
|
|
while not isnull(subregion):
|
|
while not isnull(subregion):
|
|
self.print_item(subregion, addr, level)
|
|
self.print_item(subregion, addr, level)
|
|
subregion = subregion['subregions_link']['tqe_next']
|
|
subregion = subregion['subregions_link']['tqe_next']
|
|
-
|
|
|