This is the mail archive of the gdb@sources.redhat.com 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]

gdb.java/jmisc.exp failures on multiple platforms


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)


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