summaryrefslogtreecommitdiff
path: root/gdb/gdbtk
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-12 16:20:12 +0000
committerTom Tromey <tromey@redhat.com>2001-06-12 16:20:12 +0000
commitd1ab032b4fe4c392348c1d36a7e25f10203d49cd (patch)
treed97a6a675d2db044a44d229d10bc1fcda5136748 /gdb/gdbtk
parent33e52eb7cee677927f070393dc4e09403a45a30e (diff)
downloadgdb-d1ab032b4fe4c392348c1d36a7e25f10203d49cd.tar.gz
* library/help/session.html: New file.
* library/help/index.html: Added link.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r--gdb/gdbtk/ChangeLog3
-rw-r--r--gdb/gdbtk/library/help/index.html3
-rw-r--r--gdb/gdbtk/library/help/session.html40
3 files changed, 46 insertions, 0 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index 25ff09e343e..25d0da4fa2d 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,5 +1,8 @@
2001-06-11 Tom Tromey <tromey@redhat.com>
+ * library/help/session.html: New file.
+ * library/help/index.html: Added link.
+
* library/session.tcl (session_save): Save breakpoints.
(SESSION_serialize_bps): New proc.
(SESSION_recreate_bps): New proc.
diff --git a/gdb/gdbtk/library/help/index.html b/gdb/gdbtk/library/help/index.html
index 33571af34ed..b383156329c 100644
--- a/gdb/gdbtk/library/help/index.html
+++ b/gdb/gdbtk/library/help/index.html
@@ -43,6 +43,9 @@
<LI>
<A HREF="watch.html">Watch Window</A></LI>
+<LI>
+<A HREF="session.html">Sessions</A></LI>
+
</UL>
<A HREF="license.html">GNU General Public License</A>
</BODY>
diff --git a/gdb/gdbtk/library/help/session.html b/gdb/gdbtk/library/help/session.html
new file mode 100644
index 00000000000..6c770e8f022
--- /dev/null
+++ b/gdb/gdbtk/library/help/session.html
@@ -0,0 +1,40 @@
+<html>
+<head>
+<title>Sessions</title>
+</head>
+<body>
+
+<center><h2>Sessions</h2></center>
+
+Insight will save your session for you automatically. The ``session''
+is essentially a group of settings which are keyed by the name of the
+inferior which you are debugging.<p>
+
+Insight will show a list of the five most recent previous sessions on
+the <tt>File</tt> menu. Choosing an item from this list will cause
+Insight to load the indicated executable and restore all the settings
+saved in the session.<p>
+
+The settings stored in a session are:
+<ul>
+<li> The name of the executable.
+
+<li> The inferior's command-line arguments.
+
+<li> The target.
+
+<li> The path used when searching for source files.
+
+<li> The current working directory.
+
+<li> The breakpoints and watchpoints, including conditions, actions,
+ and the like.
+</ul>
+<p>
+
+More items may be added to this list as the need arises.<p>
+
+At present there is no way to disable session saving.<p>
+
+</body>
+</html>