> 
> Index: C:/workspace/openocd/src/server/gdb_server.c
> ===================================================================
> --- C:/workspace/openocd/src/server/gdb_server.c      (revision 913)
> +++ C:/workspace/openocd/src/server/gdb_server.c      (working copy)
> @@ -46,6 +46,9 @@
>  #define _DEBUG_GDB_IO_
>  #endif
> 
> +static int gdb_breakpoint_override;
> +static enum breakpoint_type gdb_breakpoint_override_type;
> +
>  extern int gdb_error(connection_t *connection, int retval);  
> static unsigned short gdb_port;  static const char *DIGITS = 
> "0123456789abcdef"; @@ -1277,6 +1280,11 @@
>               wp_type = WPT_READ;
>       else if (type == 4) /* access watchpoint */
>               wp_type = WPT_ACCESS;
> +     
> +     if 
> (gdb_breakpoint_override&&((bp_type==BKPT_SOFT)||(bp_type==BKPT_SOFT)))

guessing this is a typo ??

Cheers
Spen

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to