diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2009-04-08 12:34:00 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2009-04-08 12:34:00 +0000 |
commit | 7f4b360b320d8646ec33c02a215acbfbf6a1f75b (patch) | |
tree | ba5221c3aef59ac5da921a67c85903a32897eb8a /lisp/progmodes/gdb-ui.el | |
parent | 11ce2c342a52553b3963aaa75707f89398525aa9 (diff) | |
download | emacs-7f4b360b320d8646ec33c02a215acbfbf6a1f75b.tar.gz |
Give hint for GDB in Emacs on Mac OSX.
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-rw-r--r-- | lisp/progmodes/gdb-ui.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 81a536f066b..34c13b6948f 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -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. |