From 51878ce2ad4922e38f3e3c84a2108e18ec9e5517 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@cs.stanford.edu>
Date: Fri, 7 Jul 2006 18:53:30 +0000
Subject: [PATCH] Point out that all_list and all_elem don't exist in the tree
 we provide.

---
 doc/debug.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/debug.texi b/doc/debug.texi
index 62d951a..1aea238 100644
--- a/doc/debug.texi
+++ b/doc/debug.texi
@@ -360,6 +360,8 @@ that links the elements.
 Example: @code{dumplist all_list thread all_elem} prints all elements of
 @struct{thread} that are linked in @code{struct list all_list} using the
 @code{struct list_elem all_elem} which is part of @struct{thread}.
+(This assumes that you have added @code{all_list} and @code{all_elem}
+yourself.)
 @end deffn
 
 @deffn {GDB Macro} btthread thread
@@ -380,6 +382,8 @@ Example: @code{btthreadlist all_list all_elem} shows the backtraces of
 all threads contained in @code{struct list all_list}, linked together by
 @code{all_elem}.  This command is useful to determine where your threads
 are stuck when a deadlock occurs.  Please see the example scenario below.
+(This assumes that you have added @code{all_list} and @code{all_elem}
+yourself.)
 @end deffn
 
 @deffn {GDB Macro} btpagefault
-- 
2.30.2