GDB Won't Break On Solaris 64 Executables
From: Thomas Dineen (tdineen_at_ix.netcom.com)
Date: 11/24/04
- Next message: Stig Bull: "Re: 3rd party memory"
- Previous message: Niall Dalton: "Re: ultra 60 not booting"
- Next in thread: Michael Vilain
: "Re: GDB Won't Break On Solaris 64 Executables" - Reply:(deleted message) Michael Vilain
: "Re: GDB Won't Break On Solaris 64 Executables" - Reply: Alan Coopersmith: "Re: GDB Won't Break On Solaris 64 Executables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 04:35:25 GMT
Gentle People:
I am having trouble getting GDB breakpoints
to work on Solaris 64 bit executables.
Have any of you seen this problem? If yes
what was the work around?
Are there better debuggers for Solaris 64 bit
executables?
What debugger do the 64 bit developers use?
Also please note any Users Manuals for alternate
debuggers.
Your help will be greatly appreciated.
Thomas Dineen
# gdb test_hello_new64
GNU gdb 6.2.1
Copyright 2004 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 "sparc-sun-solaris2.8"...(no debugging
symbols found)...
(gdb) b _start
Breakpoint 1 at 0x100000f20
(gdb) r
Starting program:
/export/home/tools/soft_dev/examples/test_hello/test/test_hello_new64
procfs:4265 -- process not stopped.
procfs: ...giving up...
(gdb)
- Next message: Stig Bull: "Re: 3rd party memory"
- Previous message: Niall Dalton: "Re: ultra 60 not booting"
- Next in thread: Michael Vilain
: "Re: GDB Won't Break On Solaris 64 Executables" - Reply:(deleted message) Michael Vilain
: "Re: GDB Won't Break On Solaris 64 Executables" - Reply: Alan Coopersmith: "Re: GDB Won't Break On Solaris 64 Executables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|