Is gdb the only debugger for aix

2008-05-16 Thread rahiakil
with aix I am suffering with the problem that it is not ablet o show me the type of a class or structure of the object that I am working on Is there any better debuggers for AIX -Parag ___ bug-gdb mailing list bug-gdb@gnu.org http://lists.gnu.org/mailman

Why does gdb delete breakpoint by itself

2008-06-19 Thread rahiakil
I put a hardware bp somehwere in my runtime some where. Now I see that it will delete the breakpoint arbitrarily and go ahead ___ bug-gdb mailing list bug-gdb@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gdb

any way to run a gdb command n times

2008-11-05 Thread rahiakil
Suppose I want to do 1000 nexts can that be done in one step ___ bug-gdb mailing list bug-gdb@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gdb

Is there any way to forcefully make a target

2008-12-03 Thread rahiakil
I am not sure why in one case I am not able to make a target at all target: ../../common/p1.c $(CC) -o p1 $< But some how the make command that gets generated is cc -o p1 the dependency is not working at all. Is there any way to forcefully do so __

Another question on GNU make

2008-12-03 Thread rahiakil
is there any way , we can trace how a makefile variable gets its name Like deep down in a hiearachy of build directories, I find out that one of the build variables is not what I wanted in the first place. Is there any way to track , as to who could have changed it