diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2022-07-27 11:08:48 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-07-27 11:08:48 -0300 |
commit | 40d02efad9801c1277b092c83f6471a31e77c59b (patch) | |
tree | 5b9c22e9a945023a505bf7425ffad1802fa79a68 /scripts/gdb/linux/symbols.py | |
parent | a061a8ad3f906d331020006084558e2acddc2ff7 (diff) | |
parent | 39c3c396f8131f3db454c80e0fcfcdc54ed9ec01 (diff) |
Merge remote-tracking branch 'torvalds/master' into perf/core
To get upstream fixes.
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
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 46f7542db08c..dc07b6d12e30 100644 --- a/scripts/gdb/linux/symbols.py +++ b/scripts/gdb/linux/symbols.py @@ -180,7 +180,7 @@ lx-symbols command.""" self.breakpoint.delete() self.breakpoint = None self.breakpoint = LoadModuleBreakpoint( - "kernel/module.c:do_init_module", self) + "kernel/module/main.c:do_init_module", self) else: gdb.write("Note: symbol update on module loading not supported " "with this gdb version\n") |