From a5b1262727001de95f76936d2462e92fe183a8e7 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 19 Oct 2012 19:55:56 +0000 Subject: Document exp_descriptor.op_name should never return NULL. This documents a constaint that struct exp_descriptor's "op_name" method implementation should obey. This might not have been part of the initial design, but is currently true of all instantiations, and already assumed by the current users. gdb/ChangeLog: * parser-defs.h (struct exp_descriptor): Document constraint on return value for "op_name" callbacks. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b344cba..96c9cfa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-10-19 Joel Brobecker + + * parser-defs.h (struct exp_descriptor): Document constraint + on return value for "op_name" callbacks. + 2012-10-18 Tom Tromey * tracepoint.c (print_one_static_tracepoint_marker): Constify. -- cgit v1.1