OSDN Git Service

* library/help/session.html: New file.
authorTom Tromey <tromey@redhat.com>
Tue, 12 Jun 2001 16:20:12 +0000 (16:20 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 12 Jun 2001 16:20:12 +0000 (16:20 +0000)
* library/help/index.html: Added link.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/help/index.html
gdb/gdbtk/library/help/session.html [new file with mode: 0644]

index 25ff09e..25d0da4 100644 (file)
@@ -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.
index 33571af..b383156 100644 (file)
@@ -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 (file)
index 0000000..6c770e8
--- /dev/null
@@ -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>