|
Lines 322-332
Link Here
|
| 322 |
recognizable fashion each time a stack frame is displayed (which |
322 |
recognizable fashion each time a stack frame is displayed (which |
| 323 |
includes each time the program stops). This recognizable format looks |
323 |
includes each time the program stops). This recognizable format looks |
| 324 |
like two `\|\c |
324 |
like two `\|\c |
| 325 |
.B \032\c |
325 |
.B \e032\c |
| 326 |
\&\|' characters, followed by the file name, line number |
326 |
\&\|' characters, followed by the file name, line number |
| 327 |
and character position separated by colons, and a newline. The |
327 |
and character position separated by colons, and a newline. The |
| 328 |
Emacs-to-GDB interface program uses the two `\|\c |
328 |
Emacs-to-GDB interface program uses the two `\|\c |
| 329 |
.B \032\c |
329 |
.B \e032\c |
| 330 |
\&\|' characters as |
330 |
\&\|' characters as |
| 331 |
a signal to display the source code for the frame. |
331 |
a signal to display the source code for the frame. |
| 332 |
|
332 |
|