mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
fix most of GDB and remove most kernel_modules- references
This commit is contained in:
@@ -40,7 +40,7 @@ if args.baremetal is None:
|
||||
image = common.vmlinux
|
||||
else:
|
||||
image = common.image
|
||||
tool= common.get_toolchain_tool(args.tool, allowed_toolchains=allowed_toolchains)
|
||||
tool= common.get_toolchain_tool(args.tool)
|
||||
if args.dry:
|
||||
print(tool)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user