This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: arm gdb stub: user / supervisor mode


Jonathan Larmour wrote:
> 
> The eCos ARM GDB support hasn't been designed to debug user mode, only svc
> mode so you're breaking new ground here!

Actually it's been pointed out (by Mark S) that the current version of
vectors.S in our internal repository may handle this better. It doesn't
support user mode debugging, but it does support debugging of the other
privileged modes better than the current anoncvs version anyway, thanks to
a recent overhaul. To support user mode debugging probably involves forking
the exception handling into two paths early in the exception process. One
way for user mode being interrupted and the other is the current handling.

I've attached it anyway.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

Attachment: vectors.S.gz
Description: GNU Zip compressed data

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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