(cherry picked from commit ec20fd3544)
This commit is contained in:
Arne Döring
2019-10-20 11:52:50 +02:00
committed by narimiran
parent 0b134412f8
commit 193b3c66bb
2 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ outputs = [
]
for i, expected in enumerate(outputs):
functionSymbol = gdb.selected_frame().block().function
assert functionSymbol.line == 21
if i == 5:
# myArray is passed as pointer to int to myDebug. I look up myArray up in the stack
gdb.execute("up")