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: gdb for AT91SAM7


On Wed, May 14, 2008 at 12:42:46AM -0700, Roman Mashak wrote:
> #arm-elf-gdb main.elf
> #target remote localhost:2331
> #break *0x100000
> #continue
> Continuing.
> ...

Is the application already loaded or in flash?  And is the PC already
pointing at 0x100000?  You have to get it pointing to there somehow.

If the PC is already 0x100000 when you say continue, GDB assumes
you're trying to continue, not stop at the current location.

-- 
Daniel Jacobowitz
CodeSourcery


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