* gdb.texinfo (info functions): Document use of backslash to
quote regexp chars in function names such as "operator*()".
+2001-11-05 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo (info functions): Document use of backslash to
+ quote regexp chars in function names such as "operator*()".
+
2001-11-01 Fred Fish <fnf@redhat.com>
* gdbint.texinfo (SOLIB_ADD): Document additional new
whose names contain a match for regular expression @var{regexp}.
Thus, @samp{info fun step} finds all functions whose names
include @code{step}; @samp{info fun ^step} finds those whose names
-start with @code{step}.
+start with @code{step}. If a function name contains characters
+that conflict with the regular expression language (eg.
+@samp{operator*()}), they may be quoted with a backslash.
@kindex info variables
@item info variables