This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

siginfo patches cause testsuite failure?


Hello,

I'm getting the following test suite failure:

FAIL: gdb.base/default.exp: show convenience

The testcase issues "show convenience" in a freshly started GDB,
and expects the result "No debugger convenience variables now defined."
etc.   However, with a current GDB, we get instead:

(gdb) show convenience
$_siginfo = void

I guess in a way that is to be expected, as we now *have* this
convenience variable always defined ...   Should the test case
be updated?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]