aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-10-28 17:32:30 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-10-28 17:32:30 +0000
commit3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0 (patch)
tree4a1d167aa6f85cd0aab1b847326a85fda377c225 /gdb/testsuite/gdb.python
parent821296b70dcf3e91ce92fb78b9360e3ff06d0494 (diff)
downloadgdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.zip
gdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.tar.gz
gdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.tar.bz2
gdb/testsuite/
* gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub. * gdb.base/attach-pie-misread.exp: Likewise. * gdb.base/break-interp.exp: Likewise. * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these testcases for use_gdb_stub. * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub. (continue): New testcase. * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub. * gdb.threads/attach-into-signal.exp: Likewise. * gdb.threads/attach-stopped.exp: Likewise. * gdb.threads/attachstop-mt.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-events.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-events.exp b/gdb/testsuite/gdb.python/py-events.exp
index e420389..02f4bc9 100644
--- a/gdb/testsuite/gdb.python/py-events.exp
+++ b/gdb/testsuite/gdb.python/py-events.exp
@@ -13,6 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+if [target_info exists use_gdb_stub] {
+ return 0
+}
+
if $tracelevel then {
strace $tracelevel
}