summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/llgdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/llgdb.py')
-rw-r--r--debuginfo-tests/llgdb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/debuginfo-tests/llgdb.py b/debuginfo-tests/llgdb.py
index 7d4fdd64fd1..ce8346259e2 100644
--- a/debuginfo-tests/llgdb.py
+++ b/debuginfo-tests/llgdb.py
@@ -139,10 +139,6 @@ NOTE: There are several reasons why this may happen:
frame = thread.GetFrameAtIndex(0)
print frame.EvaluateExpression(' '.join(cmd[1:]))
- elif re.match('^n|(next)$', cmd[0]):
- thread = process.GetThreadAtIndex(0)
- thread.StepOver()
-
elif re.match('^q|(quit)$', cmd[0]):
sys.exit(0)
OpenPOWER on IntegriCloud