From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Earnshaw To: "Xavier Bestel" Cc: rearnsha@arm.com Subject: Re: single-step Date: Mon, 28 Feb 2000 09:27:00 -0000 Message-id: <200002281725.RAA24931@cam-mail2.cambridge.arm.com> References: <045d01bf820f$922ce7c0$30fd62c2@aplio.fr> X-SW-Source: 2000-02/msg00046.html > 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.