On Tuesday 23 September 2008 17:29:08, Pawel Veselov wrote:
> Hi,
>
> also discovered watchpoints don't work. Not sure the kinda effort it'd
> take to support them for that platform. Probably gdbserver doesn't
> know how to handle those. The output is:

gdbserver's common code has support for these, but, only the
crisv32-linux supports them as of this date...  not even the
x86-linux port has support for those.

Try setting 'set can-use-hw-watchpoints 0' to force software
watchpoints.

Not every arm supports watchpoints, and, I don't remember
seeing any watchpoint related debug register exported on
winnt.h:struct _CONTEXT ...  That is, not sure if MSFT's debug
API exports any way to set/read those.  I'd glad to be proven
wrong though.  It would be great to be able to set hardware
breakpoints in ROM dlls...  Can MSFT's debugger do hardware
watchpoints?

-- 
Pedro Alves

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to