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

GDB on Solaris 10


Does anyone have GDB working on Solaris 10?
 
I have installed GDB 6.6 from http://www.sunfreeware.com. This works for
'hello world' but not for the multi-threaded application I need to
debug. The problem is essentially that described in problem report 2481:

http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&databas
e=gdb&pr=2481 

We also have compiled GDB 6.8 from source - and this does not work even
for 'hello world'.

bash-3.00$ gdb ./hello

GNU gdb 6.8
...
This GDB was configured as "sparc-sun-solaris2.10"...
(gdb) break main
Breakpoint 1 at 0x10c60: file hello.cc, line 6.
(gdb) r
Starting program: /home/williamsg/hello 
procfs: init_inferior, get_traced_signals line 4891, /proc/18409: Error
0.
(gdb) where
procfs: fetch_registers, get_gregs line 3768, /proc/18409: Error 0.
procfs: fetch_registers, get_gregs line 3768, /proc/18409: Error 0.
(gdb)

So: does anyone have any version of GDB working on Solaris 10, for
threaded applications?

If so a hint would be nice :-) If not, is anyone interested in getting
it working? I may be able to spend a few days on this. Some pointers in
the right direction would really help.

cheers

Gareth Williams



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