1753792 Members
7504 Online
108799 Solutions
New Discussion юеВ

GDB / WDB debugger

 
Juquin_3
Advisor

GDB / WDB debugger

Hi ,

i 've installed GDB (5.0) and WDB(3.0.1)debugger on hpux 10.20 .
When i want to compil a c program , i have this messages :

range record index out of bounds
pxdb: internal error. File won't be debuggable (still a valid executable)
*** Error exit code 1

Thanks for your help ,
4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: GDB / WDB debugger

how did you try on gdb?

what is that file? check as file

Can you check for small program as,

#include
main ()
{
printf ("\nTest with GDB"\n")
}

compile and run with gdb there. Are you getting problem there? Try to give the more informations on your try with gdb.
Easy to suggest when don't know about the problem!
H.Merijn Brand (procura
Honored Contributor

Re: GDB / WDB debugger

You can get a more recent version of gdb from my gcc ports for 10.20

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ross Barton
Occasional Advisor

Re: GDB / WDB debugger

Juquin,

Try compiling with the -g flag - then run the debugger.

Cheers
Everything should be made as simple as possible, but not simpler. Albert Einstein.
Steve Steel
Honored Contributor

Re: GDB / WDB debugger

Hi

Go to itrc and check your patches

Look for

PHSS_17545
s700_800 10.x cumulative pxdb patch
Creation Date: 99/02/05
Post Date: 99/02/19
s800: 10.00 10.01 10.10 10.20 10.30


Especially


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)