From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Whitesel To: ac131313@cygnus.com (Andrew Cagney) Cc: gdb@sourceware.cygnus.com Subject: Re: SOFTWARE_SINGLE_STEP_P and multi-arch Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <200103210951.BAA06932@shell17.ba.best.com> References: <3A2C4141.B3C2F486@cygnus.com> X-SW-Source: 2001-03/msg00219.html Cleaning out my mailbox I discovered something from early December: > Hardware single step support (implied > by !TARGET_SOFTWARE_SINGLE_STEP_P()) > is target and not ISA/ABI dependant. > > Some ISAs might support hardware single > step but the actual target may not > (lousy OS support, limited stub functionality) ... > Andrew I should also note that some ISAs might NOT support hardware single step but the actual target DOES, because it is simulated in software by the OS or stub. All modern VxWorks targets support this, and step-range as well. I expect that JTC's remote-wdb.c backend is using them. Todd Whitesel toddpw @ best.com