mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gdb: create some automated tests with pytest
gem5 baremetal: use m5exit m5op in exit() so as to not force users to apply a patch for almost all examples
This commit is contained in:
9
run
9
run
@@ -152,12 +152,11 @@ def main(args, extra_args=None):
|
||||
cmd.extend(
|
||||
[
|
||||
common.executable, common.Newline,
|
||||
'--debug-file=trace.txt', common.Newline
|
||||
'--debug-file=trace.txt', common.Newline,
|
||||
'--listener-mode', 'on', common.Newline,
|
||||
'--outdir', common.m5out_dir, common.Newline,
|
||||
] +
|
||||
gem5_exe_args +
|
||||
[
|
||||
'-d', common.m5out_dir, common.Newline
|
||||
]
|
||||
gem5_exe_args
|
||||
)
|
||||
if args.userland is not None:
|
||||
cmd.extend([
|
||||
|
||||
Reference in New Issue
Block a user