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:

[EMAIL PROTECTED] ws]# /opt/mingw32ce/bin/arm-mingw32ce-gdb wct
GNU gdb 6.8
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-mingw32ce"...
(gdb) target remote 169.254.2.1:9999
Reading symbols from /root/ws/cegcc.dll...done.
Loaded symbols for cegcc.dll
_mainCRTStartup ()
   at /root/ws/cegcc/cegcc/src/newlib/newlib/libc/sys/wince/crt0.S:25
25              stmdb sp!, {r11, lr}
Current language:  auto; currently asm
(gdb) watch __wcetrace
Hardware watchpoint 1: __wcetrace
(gdb) print __wcetrace
$1 = 0x0
(gdb) continue
Continuing.
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.

This gave the same result:
(gdb) print &__wcetrace
$1 = (int *) 0xbe2a90
(gdb) watch *0xbe2a90
Hardware watchpoint 1: *0xbe2a90
(gdb) continue
Continuing.
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.



--
With best of best regards
Pawel S. Veselov

{resend, bounced from source forge}

-------------------------------------------------------------------------
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