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 stub question?


Hi Daniel
Thanks for your responce. The problem was with the signals received
from the target which promoted the inf to abort.

I do have another question, now GDB for single source stepping
receives control after every instruction step. This makes single
stepping very slow if you have a slow serial interface.

Is there any way we could revert back to the old way (i.e)
  - set breakpoint at the next address
  - continue
  - remove breakpoint.

Thanks
Inder.


On 4/24/06, Daniel Jacobowitz <drow@false.org> wrote:
> On Mon, Apr 24, 2006 at 05:53:05PM +0530, Inder wrote:
> > It just stops after a single instruction step, and the source line
> > does not change.
> > Could it be a problem with the debug info?
> > My object file does contain line number information.
> > any pointers might be helpful here.
>
> Try "set debug infrun 1".  If that doesn't help, try debugging GDB to
> see why handle_inferior_event stopped.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


--
Thanks,
Inder

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