aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/constants.py.in
diff options
context:
space:
mode:
authorKhalid Masum <[email protected]>2022-07-21 15:30:42 +0600
committerLinus Torvalds <[email protected]>2022-07-21 10:40:55 -0700
commit23a67619bc7e12e1b3776802f16084530b357a5d (patch)
tree9c1383187dfce84375b8c52cf847a064b4f3805e /scripts/gdb/linux/constants.py.in
parent44e29e64cf1ac0cffb152e0532227ea6d002aa28 (diff)
scripts/gdb: Fix gdb 'lx-symbols' command
Currently the command 'lx-symbols' in gdb exits with the error`Function "do_init_module" not defined in "kernel/module.c"`. This occurs because the file kernel/module.c was moved to kernel/module/main.c. Fix this breakage by changing the path to "kernel/module/main.c" in LoadModuleBreakpoint. Signed-off-by: Khalid Masum <[email protected]> Acked-by: Luis Chamberlain <[email protected]> Fixes: cfc1d277891e ("module: Move all into module/") Reviewed-by: Douglas Anderson <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/constants.py.in')
0 files changed, 0 insertions, 0 deletions