/[emacs]/emacs/lisp/progmodes/gdb-ui.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gdb-ui.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.82 by lute, Mon Jul 4 16:59:19 2005 UTC revision 1.83 by nickrob, Tue Jul 12 05:31:08 2005 UTC
# Line 50  Line 50 
50  ;; still under development and is part of a process to migrate Emacs from  ;; still under development and is part of a process to migrate Emacs from
51  ;; annotations to GDB/MI.  ;; annotations to GDB/MI.
52  ;;  ;;
53    ;; Windows Platforms:
54    ;;
55    ;; If you are using Emacs and GDB on Windows you will need to flush the buffer
56    ;; explicitly in your program if you want timely display of I/O in Emacs.
57    ;; Alternatively you can make the output stream unbuffered, for example, by
58    ;; using a macro:
59    ;;
60    ;;           #ifdef UNBUFFERED
61    ;;           setvbuf(stdout,(char *)NULL, _IONBF,0);
62    ;;           #endif
63    ;;
64    ;; and compiling with -DUNBUFFERED while debugging.
65    ;;
66  ;; Known Bugs:  ;; Known Bugs:
67  ;;  ;;
68  ;; TODO:  ;; TODO:

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26