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: restart for remote target


On Wed, Jul 26, 2006 at 09:37:40AM +0200, Efim Monyak wrote:
> Only after I use "tbreak * 0" ensteed "b * 0" and "delete * 0" it works.
> Possibly delete * 0 don't working for GDB with ARM remote target.
> I see Z0,0 command to stub after this breakpoint must be deleted
> by delete * 0, it is a third breakpoint and it is an error for stub because
> only two breakpoints are allowed.
> 
> The lines "symbol-file init.elf"   and "b end_init" are not changed and
> they make no problem. Is the error depend for particular breakpoint type?
> I mean breakpoint to address is handled in other way as i.e. breakpoint to
> function.

No.

I have no idea what that error might be, sorry.

-- 
Daniel Jacobowitz
CodeSourcery


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