Fix watchpoint support
authorMichael Pratt <michael@pratt.im>
Sun, 19 Aug 2012 16:19:25 +0000 (12:19 -0400)
committerMichael Pratt <michael@pratt.im>
Sun, 19 Aug 2012 16:19:25 +0000 (12:19 -0400)
commit684d76afa0f36d9c9cc3974f11fd42aa95e22c02
tree060a4efe3cf1945e03a9f729316213f52972f61f
parentf4a83ff3951e2f2203a25de72ecb417f432056bf
Fix watchpoint support

Setting of watchpoints was nested inside of a case statement, so it
would only run for that case, even though it supports all cases.
gdbserver/gdb-server.c