mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 17:23:05 +00:00
Noux: fix GDB arguments in run script
Noux generates 'argv[0]' for the initial child automatically (in contrast to the 'config_args' library), so the first argument stated in the configuration should not be the GDB program name. Fixes #1062.
This commit is contained in:
parent
46374a6932
commit
14a636f9a7
@ -167,7 +167,6 @@ append config {
|
|||||||
</fstab> }
|
</fstab> }
|
||||||
append config "
|
append config "
|
||||||
<start name=\"/bin/${tool_prefix}gdb\">
|
<start name=\"/bin/${tool_prefix}gdb\">
|
||||||
<arg value=\"/bin/${tool_prefix}gdb\"/>
|
|
||||||
<arg value=\"/gdb/${gdb_target_binary_name}\"/> "
|
<arg value=\"/gdb/${gdb_target_binary_name}\"/> "
|
||||||
append config {
|
append config {
|
||||||
<arg value="-ex" /><arg value="set interactive-mode off" />
|
<arg value="-ex" /><arg value="set interactive-mode off" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user