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]

Re: sources / step


Am Mittwoch, 14. Juni 2006 01:49 schrieb Daniel Jacobowitz:
> You would have to provide a testcase, or at least some more detail as
> to what you think is wrong.

OK. I compile my program using gcc -g .... I know that the lib is also 
compiled -g

I start gdb 'gdb prog' and then set a breakpoint 'break n' after that I do a 
'r' and the program goes to the breakpoint. Then I do a 'step'. After that I 
do several steps, but gdb never leaves the source code of my program.

--Oliver


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