mirror of https://github.com/ArduPilot/ardupilot
autotest: disable gdb pagination
This commit is contained in:
parent
560b4a9847
commit
a0258f351d
|
@ -299,6 +299,7 @@ def start_SITL(binary,
|
|||
'bash -c "gdb -x /tmp/x.gdb"')
|
||||
elif gdb:
|
||||
f = open("/tmp/x.gdb", "w")
|
||||
f.write("set pagination off\n")
|
||||
for breakpoint in breakpoints:
|
||||
f.write("b %s\n" % (breakpoint,))
|
||||
if disable_breakpoints:
|
||||
|
|
Loading…
Reference in New Issue