This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
Re: single-step
- To: "Xavier Bestel" <xbestel at aplio dot fr>
- Subject: Re: single-step
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Mon, 28 Feb 2000 15:24:07 +0000
- Cc: gdb at sourceware dot cygnus dot com
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> Hi !
>
> I have and ARM dev board hooked to a Jeeni, controlled via ethernet. It
> doesn't singl-step, it only stops at breakpoints. When I issue a "info
> target", gdb replies that "Target can't single-step".
> However I would greatly appreciate it to single step to debug my apps ...
> So do you know how to fix it ? Is it a hardware non-feature or a simple
> software misconfiguration ? Can gdb emulate singlestepping transparently
> using breakpoints ?
>
> Xav
>
>
You need to make sure SOFTWARE_SINGLE_STEP_P is not defined to zero before
including tm-arm.h
Richard.