Function: gud-jdb-find-source-file
gud-jdb-find-source-file is a byte-compiled function defined in
gud.el.gz.
Signature
(gud-jdb-find-source-file P)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
;; Search for an association with P, a fully qualified class name, in
;; gud-jdb-class-source-alist. The association gives the fully
;; qualified file name of the source file which produced the class.
(defun gud-jdb-find-source-file (p)
(cdr (assoc p gud-jdb-class-source-alist)))