diff options
author | Jim Blandy <jimb@redhat.com> | 1993-07-30 01:39:20 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-07-30 01:39:20 +0000 |
commit | 768c29d02fd693e801d9010b787b14cc980e5188 (patch) | |
tree | cfd2a69662f9c281954d5e0be93cd8b3e498ed79 /lisp/emacs-lisp/bytecomp.el | |
parent | f582564f7b77df08ab0741a3e85500ccf369f5cf (diff) | |
download | emacs-768c29d02fd693e801d9010b787b14cc980e5188.tar.gz emacs-768c29d02fd693e801d9010b787b14cc980e5188.tar.bz2 emacs-768c29d02fd693e801d9010b787b14cc980e5188.zip |
* gud.el (gud-gdb-marker-filter): Do not assume that the position
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.
* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line. They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
0 files changed, 0 insertions, 0 deletions