mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
gdb_monitor: inhibit .gdbinit in unattended test
This commit is contained in:
parent
4ac81ad179
commit
8ed2e150a4
@ -158,7 +158,7 @@ append gdb_cmds {-ex "bt" }
|
||||
append gdb_cmds {-ex "q" }
|
||||
|
||||
# run GDB and redirect stderr to stdio to get the relevant output into the expect buffer
|
||||
eval spawn [gdb] bin/$gdb_target_binary -batch $gdb_cmds 2&>1
|
||||
eval spawn [gdb] bin/$gdb_target_binary -n -batch $gdb_cmds 2&>1
|
||||
|
||||
set timeout 120
|
||||
expect {
|
||||
|
Loading…
Reference in New Issue
Block a user