public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: "J. Johnston" <jjohnstn@redhat.com>
To: gdb@sources.redhat.com
Subject: gdb.java/jmisc.exp failures on multiple platforms
Date: Thu, 07 Aug 2003 18:42:00 -0000	[thread overview]
Message-ID: <3F329DA2.9070702@redhat.com> (raw)

I was looking through gdb testsuite failures and noticed that
gdb.java/jmisc.exp doesn't work on multiple platforms.  We aren't setting
the breakpoint at jmisc.main successfully.  It doesn't recognize
jmisc.main or jmisc::main, however if you give it the full prototype
name with the argument, it works fine.

Did this use to work?

Another strange quirk is how the tab key is working.  If you
tab on jmisc, it shows you members of jmisc, but if you tab on
"jmisc." or "jmisc::" it shows you everything.  Again,
I am wondering if this worked previously and has something regressed
it.


GNU gdb 2003-08-05-cvs
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) b jmisc.main
the class jmisc does not have any method named main
Hint: try 'jmisc.main<TAB> or 'jmisc.main<ESC-?>
(Note leading single quote.)
(gdb) b jmisc::main
the class jmisc does not have any method named main
Hint: try 'jmisc::main<TAB> or 'jmisc::main<ESC-?>
(Note leading single quote.)
(gdb) b jmisc.
Display all 164 possibilities? (y or n)

             reply	other threads:[~2003-08-07 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 18:42 J. Johnston [this message]
2003-08-07 18:58 Michael Elizabeth Chastain

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=3F329DA2.9070702@redhat.com \
    --to=jjohnstn@redhat.com \
    --cc=gdb@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).