Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
No conflicts. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
6e0e846ee2
267 changed files with 2630 additions and 1722 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue