Re: gdb 'step' on powerpc

2010-10-05 Thread Mathieu Malaterre
2010/10/5 Baurzhan Ismagulov : > On Tue, Oct 05, 2010 at 04:35:03PM +0200, Mathieu Malaterre wrote: >> >>   I am trying to use gdb on my powerpc system, but I cannot figure out >> >> why the instruction 'step' from gdb does not actually step into a >> >> function. Do I need to do something special

Re: gdb 'step' on powerpc

2010-10-05 Thread Baurzhan Ismagulov
On Tue, Oct 05, 2010 at 04:35:03PM +0200, Mathieu Malaterre wrote: > >>   I am trying to use gdb on my powerpc system, but I cannot figure out > >> why the instruction 'step' from gdb does not actually step into a > >> function. Do I need to do something special ? > > > > Did you compile with optim

Re: gdb 'step' on powerpc

2010-10-05 Thread Mathieu Malaterre
On Tue, Oct 5, 2010 at 4:31 PM, Baurzhan Ismagulov wrote: > Hello Mathieu, > > On Tue, Oct 05, 2010 at 04:18:04PM +0200, Mathieu Malaterre wrote: >>   I am trying to use gdb on my powerpc system, but I cannot figure out >> why the instruction 'step' from gdb does not actually step into a >> functi

Re: gdb 'step' on powerpc

2010-10-05 Thread Baurzhan Ismagulov
Hello Mathieu, On Tue, Oct 05, 2010 at 04:18:04PM +0200, Mathieu Malaterre wrote: > I am trying to use gdb on my powerpc system, but I cannot figure out > why the instruction 'step' from gdb does not actually step into a > function. Do I need to do something special ? Did you compile with optim

gdb 'step' on powerpc

2010-10-05 Thread Mathieu Malaterre
Hi there, I am trying to use gdb on my powerpc system, but I cannot figure out why the instruction 'step' from gdb does not actually step into a function. Do I need to do something special ? Thanks -- Mathieu ref: $ apt-cache policy gdb gdb: Installed: 6.8-3 Candidate: 6.8-3 -- To UN