diff options
Diffstat (limited to 'scripts/gdb/linux/lists.py')
-rw-r--r-- | scripts/gdb/linux/lists.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gdb/linux/lists.py b/scripts/gdb/linux/lists.py index 2f335fbd86fd..1987d756b36b 100644 --- a/scripts/gdb/linux/lists.py +++ b/scripts/gdb/linux/lists.py | |||
@@ -110,4 +110,5 @@ class LxListChk(gdb.Command): | |||
110 | raise gdb.GdbError("lx-list-check takes one argument") | 110 | raise gdb.GdbError("lx-list-check takes one argument") |
111 | list_check(gdb.parse_and_eval(argv[0])) | 111 | list_check(gdb.parse_and_eval(argv[0])) |
112 | 112 | ||
113 | |||
113 | LxListChk() | 114 | LxListChk() |