changeset 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 bebf6d1857fd
children 68831fc17805
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Wed Apr 08 12:33:27 2009 +0000
+++ b/lisp/progmodes/gdb-ui.el	Wed Apr 08 12:34:00 2009 +0000
@@ -83,6 +83,13 @@
 ;;   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.