comparison lisp/progmodes/gdb-ui.el @ 102885:cea08cb872e1

Give hint for GDB in Emacs on Mac OSX.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 08 Apr 2009 12:34:00 +0000
parents a9dc0e7c3f2b
children 60e16972e785
comparison
equal deleted inserted replaced
102884:bebf6d1857fd 102885:cea08cb872e1
80 80
81 ;; 1) Use Cygwin X Windows and Cygwin Emacs. 81 ;; 1) Use Cygwin X Windows and Cygwin Emacs.
82 ;; (Since 22.1 Emacs builds under Cygwin.) 82 ;; (Since 22.1 Emacs builds under Cygwin.)
83 ;; 2) Use MinGW GDB instead. 83 ;; 2) Use MinGW GDB instead.
84 ;; 3) Use cygwin-mount.el 84 ;; 3) Use cygwin-mount.el
85
86 ;;; Mac OSX:
87
88 ;; GDB in Emacs on Mac OSX works best with FSF GDB as Apple have made
89 ;; some changes to the version that they include as part of Mac OSX.
90 ;; This requires GDB version 7.0 or later (estimated release date June 2009)
91 ;; as earlier versions don not compile on Mac OSX.
85 92
86 ;;; Known Bugs: 93 ;;; Known Bugs:
87 94
88 ;; 1) Cannot handle multiple debug sessions. 95 ;; 1) Cannot handle multiple debug sessions.
89 ;; 2) If you wish to call procedures from your program in GDB 96 ;; 2) If you wish to call procedures from your program in GDB