From: "Martin M. Hunt" <hunt@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [patch] insight-support.exp
Date: Wed, 14 Jul 2004 21:57:00 -0000 [thread overview]
Message-ID: <1089842223.3010.16.camel@dragon> (raw)
2004-07-14 Martin Hunt <hunt@redhat.com>
* lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
which fixes some problems where init.tcl was not found.
Index: testsuite/lib/insight-support.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/insight-support.exp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testsuite/lib/insight-support.exp 27 Sep 2002 14:49:26 -0000
1.6
+++ testsuite/lib/insight-support.exp 14 Jul 2004 18:55:22 -0000
1.7
@@ -1,6 +1,6 @@
# GDB Testsuite Support for Insight.
#
-# Copyright 2001 Red Hat, Inc.
+# Copyright 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
it
# under the terms of the GNU General Public License (GPL) as published
by
@@ -98,6 +98,7 @@
set env(SRCDIR) $abs_srcdir
set env(GDBTK_VERBOSE) 1
set env(GDBTK_LOGFILE) [to_tcl_path [file join $objdir gdb.log]]
+ unset -nocomplain env(TCL_LIBRARY)
set err [catch {exec $INSIGHT -nx -q --tclcommand=$test} res]
if { $err } {
--
Martin M. Hunt <hunt@redhat.com>
Red Hat Inc.
reply other threads:[~2004-07-14 21:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1089842223.3010.16.camel@dragon \
--to=hunt@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox