gud-innermost-expr

gud-innermost-expr is a compiled Lisp function in `gud.el'.

(gud-innermost-expr)

Returns the smallest expr that point is in; move point to beginning of it.
The expr is represented as a cons cell, where the car specifies the point in
the current buffer that marks the beginning of the expr and the cdr specifies
the character after the end of the expr.