Do not error out when `func' is nil.
+2011-02-03 Sam Steingold <sds@gnu.org>
+
+ * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
+ Do not error out when `func' is nil.
+
2011-02-03 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-remote-path): Add default settings for
(bindat-get-field breakpoint 'what)
(or pending at
(concat "in "
- (propertize func 'font-lock-face font-lock-function-name-face)
+ (propertize (or func "unknown")
+ 'font-lock-face font-lock-function-name-face)
(gdb-frame-location breakpoint)))))
;; Add clickable properties only for breakpoints with file:line
;; information