mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
Make userland / assembly getting started more uniform / visible
Forward --gcc-which to ./run --tmux. Use gdb-multiarch for --gcc-which host.
This commit is contained in:
@@ -19,7 +19,7 @@ parser.add_argument(
|
||||
)
|
||||
args = self.setup(parser)
|
||||
sys.exit(subprocess.Popen([
|
||||
self.get_toolchain_tool('gdb'),
|
||||
self.env['gdb_path'],
|
||||
'-q',
|
||||
'-ex', 'set sysroot {}'.format(kwargs['buildroot_staging_dir']),
|
||||
'-ex', 'target remote localhost:{}'.format(kwargs['qemu_hostfwd_generic_port']),
|
||||
|
||||
Reference in New Issue
Block a user