From 7b597b85405cb0740cbe57af7c1ad5f0cb665b18 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Feb 1999 18:54:14 +0000 Subject: Now generates HTML, PostScript, and info correctly. --- doc/rtems_gdb/commands.t | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/rtems_gdb/commands.t') diff --git a/doc/rtems_gdb/commands.t b/doc/rtems_gdb/commands.t index fa2d27f8ff..ecbe1dc3cb 100644 --- a/doc/rtems_gdb/commands.t +++ b/doc/rtems_gdb/commands.t @@ -6,7 +6,7 @@ @c $Id$ @c -@section Commands +@chapter Commands The usual GDB commands are available to display or modify data structures and machine registers, disassemble code, display source listings, set and reset @@ -18,26 +18,26 @@ for multi-threaded debugging within a RTEMS host-target environment. These comma are described in this section. -@subsection Host-target connection control +@section Host-target connection control -@itemize +@itemize @bullet @item (gdb) setrpcmode sun : specifies the SUN RPC type. @item (gdb) setdaemontype rdbg : specifies the RDBG debug server type. @item (gdb) target rtems target-name : specifies the target type. @end itemize -@subsection System status information +@section System status information -@itemize +@itemize @bullet @item (gdb) info threads : gives a list of all threads in the debuggee, their names, identifiers and states. It also indicates which thread is the target thread. @end itemize -@subsection Thread control +@section Thread control -@itemize +@itemize @bullet @item (gdb) thread target [id] : allows the user to get/set the target thread. The argument id is either the thread's symbolic name or its local identifier. @item (gdb) thread detach [id...] : all stops (breakpoints) of some specified -- cgit v1.2.3