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: "cannot find bounds of current function" continue into somewhere


On Mon, Oct 16, 2006 at 06:58:13PM +0200, Turny Dávid wrote:
> Hi,
> 
> Thak You! Its seems good, but there is another problem. After when I  
> execute the "continue" instruction I see this:
> 
> <gdb>target remote localhost:3333
> Remote debugging using localhost:3333
> 0x0000220c in ?? <>
> <gdb>break main
> Breakpoint 1 at 0x821c: file main.c, line 6.
> <gdb>continue
> Continuing.
> _
> 
> and that's all. I dont get back the <gdb> prompt...:( What is the matter?
> Thank You!

We have no way to guess.

You should hit control-c and see if your program stops somewhere
useful.

-- 
Daniel Jacobowitz
CodeSourcery


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