OSDN Git Service

2009-01-01 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <pedro@codesourcery.com>
Thu, 1 Jan 2009 22:02:02 +0000 (22:02 +0000)
committerPedro Alves <pedro@codesourcery.com>
Thu, 1 Jan 2009 22:02:02 +0000 (22:02 +0000)
commit8877c09eea2fef8be9ec8fd2b8ef8e238a4eeaab
tree13790f4308c4c98e04af6a6e4873a2a48194c4a8
parent10174d3f99d4d5ffd2fe549da8e9ad2bc75b2613
2009-01-01  Pedro Alves  <pedro@codesourcery.com>

PR breakpoints/9681:
* exceptions.h (enum errors): New error type, MEMORY_ERROR.
* corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
* breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
retrow all other exceptions.

2009-01-01  Pedro Alves  <pedro@codesourcery.com>

PR breakpoints/9681:
* gdb.base/watchpoint.exp: Add regression test.
gdb/ChangeLog
gdb/breakpoint.c
gdb/corefile.c
gdb/exceptions.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/watchpoint.exp