diff options
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
-rw-r--r-- | scripts/gdb/linux/symbols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/symbols.py b/scripts/gdb/linux/symbols.py index ae757fdf5ce6..bf05e451c586 100644 --- a/scripts/gdb/linux/symbols.py +++ b/scripts/gdb/linux/symbols.py | |||
@@ -133,7 +133,7 @@ lx-symbols command.""" | |||
133 | gdb.execute("symbol-file vmlinux") | 133 | gdb.execute("symbol-file vmlinux") |
134 | 134 | ||
135 | self.loaded_modules = [] | 135 | self.loaded_modules = [] |
136 | module_list = modules.ModuleList() | 136 | module_list = modules.module_list() |
137 | if not module_list: | 137 | if not module_list: |
138 | gdb.write("no modules found\n") | 138 | gdb.write("no modules found\n") |
139 | else: | 139 | else: |