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


On Wed, Jun 14, 2006 at 12:04:11AM +0200, Oliver Block wrote:
> Hi,
> 
> when using gdb - and I am pretty new to it - you have the possibility to 
> follow the souce code 'step' by step. Now my program uses a static lib and I 
> got the sources of that lib. Now I would like gdb to step into that lib 
> soucres. How is that possible?

You can only do this if the library is compiled with debugging
information.  If it is, it will happen automatically.

-- 
Daniel Jacobowitz
CodeSourcery


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