diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-07 19:17:36 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-07 19:17:36 +0000 |
commit | 74c48cbbffd1812b819a0d1ddf1ff6eff282549c (patch) | |
tree | 77ed896842a658d29f7f7511ba4a7a66318d4aa3 | |
parent | 0a22ae8eb56103aec42f9263aa0e6737228d52d8 (diff) | |
download | gdb-74c48cbbffd1812b819a0d1ddf1ff6eff282549c.zip gdb-74c48cbbffd1812b819a0d1ddf1ff6eff282549c.tar.gz gdb-74c48cbbffd1812b819a0d1ddf1ff6eff282549c.tar.bz2 |
2012-03-07 Pedro Alves <palves@redhat.com>
* NEWS: Add subtitle for new z0/z1 conditional breakpoint
extensions.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e8c41d..19f8fd8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-03-07 Pedro Alves <palves@redhat.com> + + * NEWS: Add subtitle for new z0/z1 conditional breakpoint + extensions. + 2012-03-07 Andreas Schwab <schwab@linux-m68k.org> * m68klinux-nat.c (getregs_supplies): Make static. @@ -90,6 +90,8 @@ show breakpoint condition-evaluation * New remote packets +z0/z1 conditional breakpoints extension + The z0/z1 breakpoint insertion packets have been extended to carry a list of conditional expressions over to the remote stub depending on the condition evaluation mode. The use of this extension can be controlled |