From b5654340e610b950551fc2aed3a0ee8dd62b2b8e Mon Sep 17 00:00:00 2001 From: polos Date: Tue, 13 Dec 2016 09:05:42 +0100 Subject: [PATCH] add info for running EQL through gdb --- doc/Debugging.htm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/Debugging.htm b/doc/Debugging.htm index 544c4fd..104ef31 100644 --- a/doc/Debugging.htm +++ b/doc/Debugging.htm @@ -106,6 +106,13 @@ is resolved automatically (RESTART-QT-EVENTS would block the REPL i (setf eql:*qtpl* t ; same as -qtpl eql:*break-on-errors* t) +

+ For running ECL / EQL through gdb (debugger), put this in your ~/.gdbinit file: +
+
+  handle SIGPWR nostop noprint
+  handle SIGXCPU nostop noprint
+    

You may find

  (qproperties object &optional (depth 1))