* Re: single-step
2000-04-01 0:00 ` single-step Richard Earnshaw
@ 2000-02-28 7:24 ` Richard Earnshaw
2000-02-28 9:17 ` single-step Xavier Bestel
1 sibling, 0 replies; 4+ messages in thread
From: Richard Earnshaw @ 2000-02-28 7:24 UTC (permalink / raw)
To: Xavier Bestel; +Cc: rearnsha
> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: single-step
2000-04-01 0:00 ` single-step Richard Earnshaw
2000-02-28 7:24 ` single-step Richard Earnshaw
@ 2000-02-28 9:17 ` Xavier Bestel
2000-02-28 9:27 ` single-step Richard Earnshaw
1 sibling, 1 reply; 4+ messages in thread
From: Xavier Bestel @ 2000-02-28 9:17 UTC (permalink / raw)
To: gdb
> > 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.
>
ok, so if I understood the system, when SOFTWARE_SINGLE_STEP_P=1,
SOFTWARE_SINGLE_STEP is the function which emulates the singlestepping using
breakpoints.
but if I don't define SOFTWARE_SINGLE_STEP_P, or if I define it to 1, then
do I have to provide a specialized SOFTWARE_SINGLE_STEP_P() ? There is no
such thing in tm-arm.h.
Xav
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: single-step
2000-02-28 9:17 ` single-step Xavier Bestel
@ 2000-02-28 9:27 ` Richard Earnshaw
0 siblings, 0 replies; 4+ messages in thread
From: Richard Earnshaw @ 2000-02-28 9:27 UTC (permalink / raw)
To: Xavier Bestel; +Cc: rearnsha
> ok, so if I understood the system, when SOFTWARE_SINGLE_STEP_P=1,
> SOFTWARE_SINGLE_STEP is the function which emulates the singlestepping using
> breakpoints.
> but if I don't define SOFTWARE_SINGLE_STEP_P, or if I define it to 1, then
> do I have to provide a specialized SOFTWARE_SINGLE_STEP_P() ? There is no
> such thing in tm-arm.h.
Arggh! Sorry, I've mislead you. I've got some local patches in my tree
for doing that and I'd forgotten that I hadn't submitted them yet. I'm
sure this code used to be there, but for some reason it has been deleted.
It appears that at this time, you can't single step if there is no
hardware or OS support for the feature.
Richard.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: single-step
[not found] <03a601bf81fa$3eed2800$30fd62c2@aplio.fr>
@ 2000-04-01 0:00 ` Richard Earnshaw
2000-02-28 7:24 ` single-step Richard Earnshaw
2000-02-28 9:17 ` single-step Xavier Bestel
0 siblings, 2 replies; 4+ messages in thread
From: Richard Earnshaw @ 2000-04-01 0:00 UTC (permalink / raw)
To: Xavier Bestel; +Cc: rearnsha
> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-04-01 0:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <03a601bf81fa$3eed2800$30fd62c2@aplio.fr>
2000-04-01 0:00 ` single-step Richard Earnshaw
2000-02-28 7:24 ` single-step Richard Earnshaw
2000-02-28 9:17 ` single-step Xavier Bestel
2000-02-28 9:27 ` single-step Richard Earnshaw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox