* gdb.base/solib_threshold.exp is useless
@ 1999-01-25 2:09 Andreas Schwab
1999-01-25 17:20 ` Stan Shebs
1999-04-01 0:00 ` Andreas Schwab
0 siblings, 2 replies; 5+ messages in thread
From: Andreas Schwab @ 1999-01-25 2:09 UTC (permalink / raw)
To: gdb-patches
The tests in gdb.base/solib_threshold.exp are completely useless on
anything but hppa-hpux. It should probably be moved to gdb.hp.
1999-01-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* gdb.base/solib_threshold.exp: Do nothing if not hppa-hpux.
--- gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp.~1~ Sat Jan 23 16:13:03 1999
+++ gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp Sun Jan 24 02:23:21 1999
@@ -29,6 +29,11 @@
return
}
+# This is useless on anything but HP-SUX.
+if ![istarget "hppa*-hp-hpux*"] then {
+ return
+}
+
set testfile "solib_threshold"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
--
Andreas Schwab "And now for something
schwab@issan.cs.uni-dortmund.de completely different"
schwab@gnu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb.base/solib_threshold.exp is useless
1999-01-25 2:09 gdb.base/solib_threshold.exp is useless Andreas Schwab
@ 1999-01-25 17:20 ` Stan Shebs
1999-04-01 0:00 ` Stan Shebs
1999-04-01 0:00 ` Andreas Schwab
1 sibling, 1 reply; 5+ messages in thread
From: Stan Shebs @ 1999-01-25 17:20 UTC (permalink / raw)
To: schwab; +Cc: gdb-patches
From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Date: 25 Jan 1999 11:09:53 +0100
The tests in gdb.base/solib_threshold.exp are completely useless on
anything but hppa-hpux. It should probably be moved to gdb.hp.
I'd prefer to just take your patch, thanks. The concept is applicable
to all targets (including remotes), although it's unclear if anybody
other than HP will ever have the energy to implement user-settable
limits on the quantity of solib symbols loaded. Note that HP sets
their default limit to 100 MB(!), which says something about the
size of executables that their customers are using GDB on...
Stan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb.base/solib_threshold.exp is useless
1999-01-25 17:20 ` Stan Shebs
@ 1999-04-01 0:00 ` Stan Shebs
0 siblings, 0 replies; 5+ messages in thread
From: Stan Shebs @ 1999-04-01 0:00 UTC (permalink / raw)
To: schwab; +Cc: gdb-patches
From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Date: 25 Jan 1999 11:09:53 +0100
The tests in gdb.base/solib_threshold.exp are completely useless on
anything but hppa-hpux. It should probably be moved to gdb.hp.
I'd prefer to just take your patch, thanks. The concept is applicable
to all targets (including remotes), although it's unclear if anybody
other than HP will ever have the energy to implement user-settable
limits on the quantity of solib symbols loaded. Note that HP sets
their default limit to 100 MB(!), which says something about the
size of executables that their customers are using GDB on...
Stan
^ permalink raw reply [flat|nested] 5+ messages in thread
* gdb.base/solib_threshold.exp is useless
1999-01-25 2:09 gdb.base/solib_threshold.exp is useless Andreas Schwab
1999-01-25 17:20 ` Stan Shebs
@ 1999-04-01 0:00 ` Andreas Schwab
1 sibling, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 1999-04-01 0:00 UTC (permalink / raw)
To: gdb-patches
The tests in gdb.base/solib_threshold.exp are completely useless on
anything but hppa-hpux. It should probably be moved to gdb.hp.
1999-01-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* gdb.base/solib_threshold.exp: Do nothing if not hppa-hpux.
--- gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp.~1~ Sat Jan 23 16:13:03 1999
+++ gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp Sun Jan 24 02:23:21 1999
@@ -29,6 +29,11 @@
return
}
+# This is useless on anything but HP-SUX.
+if ![istarget "hppa*-hp-hpux*"] then {
+ return
+}
+
set testfile "solib_threshold"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
--
Andreas Schwab "And now for something
schwab@issan.cs.uni-dortmund.de completely different"
schwab@gnu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb.base/solib_threshold.exp is useless
[not found] <vyz679v8xzh.fsf.cygnus.patches.gdb@issan.cs.uni-dortmund.de>
@ 1999-01-31 13:28 ` Stan Shebs
0 siblings, 0 replies; 5+ messages in thread
From: Stan Shebs @ 1999-01-31 13:28 UTC (permalink / raw)
To: schwab; +Cc: gdb-patches
schwab@issan.informatik.uni-dortmund.de (Andreas Schwab) writes:
> The tests in gdb.base/solib_threshold.exp are completely useless on
> anything but hppa-hpux. It should probably be moved to gdb.hp.
Well, after looking at the test itself a bit, I understood your
rationale. It's in gdb.hp now.
Stan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~1999-04-01 0:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-25 2:09 gdb.base/solib_threshold.exp is useless Andreas Schwab
1999-01-25 17:20 ` Stan Shebs
1999-04-01 0:00 ` Stan Shebs
1999-04-01 0:00 ` Andreas Schwab
[not found] <vyz679v8xzh.fsf.cygnus.patches.gdb@issan.cs.uni-dortmund.de>
1999-01-31 13:28 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox