This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

NEWS: Add subtitle for new z0/z1 conditional breakpoint extensions.


On 03/07/2012 06:53 PM, Eli Zaretskii wrote:

>> Date: Wed, 07 Mar 2012 18:25:18 +0000
>> From: Pedro Alves <palves@redhat.com>
>> CC: gdb-patches@sourceware.org
>>
>> +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
>>    via the "set remote conditional-breakpoints-packet" command.
> 
> This should be a separate (obvious) commit, I Think.


I went back and forth on that before posting.  :-)  Now checked in,
as below.

2012-03-07  Pedro Alves  <palves@redhat.com>

	* NEWS: Add subtitle for new z0/z1 conditional breakpoint
	extensions.
---
 gdb/NEWS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 3051c74..0d2e803 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]