Function: semantic-debug-frame-p

semantic-debug-frame-p is a byte-compiled function defined in debug.el.gz.

Signature

(semantic-debug-frame-p OBJ)

Documentation

Return non-nil if OBJ is an object of type semantic-debug-frame(var)/semantic-debug-frame(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
;;; Frame
;;
;; A frame can represent the state at a break point.
(defclass semantic-debug-frame ()
  (
   )
  "One frame representation.")