]> git.eshelyaron.com Git - emacs.git/commitdiff
Give hint for GDB in Emacs on Mac OSX.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 8 Apr 2009 12:34:00 +0000 (12:34 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 8 Apr 2009 12:34:00 +0000 (12:34 +0000)
lisp/progmodes/gdb-ui.el

index 81a536f066bcbb9751703b4fc261c9cdbe7cc89f..34c13b6948fc50d4fa5eb67907477f392b7fc0fc 100644 (file)
 ;;   2) Use MinGW GDB instead.
 ;;   3) Use cygwin-mount.el
 
+;;; Mac OSX:
+
+;; GDB in Emacs on Mac OSX works best with FSF GDB as Apple have made
+;; some changes to the version that they include as part of Mac OSX.
+;; This requires GDB version 7.0 or later (estimated release date June 2009)
+;; as earlier versions don not compile on Mac OSX.
+
 ;;; Known Bugs:
 
 ;; 1) Cannot handle multiple debug sessions.