aboutsummaryrefslogtreecommitdiff
path: root/dejagnu/gdb_dejagnu.py
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
commit656c7c0fa0d9b776c019f5423e01a9a28979d2bd (patch)
tree220a95d346d58fa5090d8033991bcfef2ad03d99 /dejagnu/gdb_dejagnu.py
parent091406baac88deeb2ef9c71d5047bd9daf3915ef (diff)
parentccead650bb8e050400f55dc44b60f989b1f8e117 (diff)
downloadtoolchain-utils-android12-mainline-tzdata-release.tar.gz
Change-Id: I3464301d9b41d48e11dfd361a411d60a1bd5a429
Diffstat (limited to 'dejagnu/gdb_dejagnu.py')
-rwxr-xr-xdejagnu/gdb_dejagnu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dejagnu/gdb_dejagnu.py b/dejagnu/gdb_dejagnu.py
index 91fa51fd..c01d909b 100755
--- a/dejagnu/gdb_dejagnu.py
+++ b/dejagnu/gdb_dejagnu.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#! /usr/bin/python
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -196,7 +196,7 @@ class DejagnuExecuter(object):
self.PrepareGdbserverDefault()
def PrepareGdbserverDefault(self):
- cmd = ('setup_board --board {0}; '
+ cmd = ('./setup_board --board {0}; '
'{1} emerge-{0} gdb'.format(self._board, self._mount_flag))
ret = self._executer.ChrootRunCommand(self._chromeos_root,
cmd,