]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Advice for debugging Emacs on OpenBSD (bug#71712).
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Jun 2024 09:18:22 +0000 (12:18 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:50:27 +0000 (09:50 +0200)
(cherry picked from commit c750fbb539e21f5f8263c853fb9690658fa806cf)

etc/DEBUG

index 4eae090621f2d6436268ec8d4539ec8ffaee8e23..fb2863d5655a145b2c7c1b8c81c7ff82bf67adf1 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1157,6 +1157,12 @@ Please refer to the LLDB reference on the web for more information
 about LLDB.  If you already know GDB, you will also find a mapping
 from GDB commands to corresponding LLDB commands there.
 
+** Debugging Emacs on OpenBSD
+
+To debug Emacs on OpenBSD, use the 'egdb' command from the 'gdb'
+package.  This reportedly works both if Emacs was compiled with GCC and
+if it was compiled with clang.
+
 ** Debugging Emacs on Android.
 
 A script located in the java/ directory automates the procedures