binutils-gdb/gdb/gdbserver
Kwok Yeung d248b706a3 Add support for enabling and disabling tracepoints while a trace
experiment is still running.

gdb/
	* breakpoint.c (disable_breakpoint): Disable all locations
	associated with a tracepoint on target if a trace experiment is
	running.
	(disable_command): Disable a specific tracepoint location on target if
	a trace	experiment is running.
	(do_enable_breakpoint): Enable all locations associated with a
	tracepoint on target if a trace experiment is running.
	(enable_command) Enable a specific tracepoint location on target if a
	trace experiment is running.
	* target.c (update_current_target): Add INHERIT and de_fault clauses for
	to_supports_enable_disable_tracepoint, to_enable_tracepoint and
	to_disable_tracepoint.
	* target.h: Add declaration of struct bp_location.
	(struct target_ops): Add new functions
	to_supports_enable_disable_tracepoint, to_enable_tracepoint and
	to_disable_tracepoint to target operations.
	(target_supports_enable_disable_tracepoint): New macro.
	(target_enable_tracepoint): New macro.
	(target_disable_tracepoint): New macro.
	* remote.c (struct remote_state): Add new field.
	(remote_enable_disable_tracepoint_feature): New.
	(remote_protocol_features): Add new entry.
	(remote_supports_enable_disable_tracepoint): New.
	(remote_enable_tracepoint): New.
	(remote_disable_tracepoint): New.
	(init_remote_ops): Add remote_enable_tracepoint,
	remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
	to remote operations.
	* tracepoint.c (start_tracing): Allow tracing to start without any
	tracepoints enabled with just a warning if they can be re-enabled
	later.
	* NEWS: Add news item for the new behaviour of the enable and disable
	GDB commands when applied to tracepoints.
	Add news items for the new remote packets QTEnable and QTDisable.

gdb/doc/
	* gdb.texinfo: Document change in the behaviour of the enable and
	disable GDB commands when applied to tracepoints.
	Document the EnableDisableTracepoints remote stub feature.
	Document QTEnable and QTDisable in the list of tracepoint packets.

gdb/gdbserver/
	* server.c (handle_query): Add EnableDisableTracepoints to the list
	of supported features.
	* tracepoint.c (clear_installed_tracepoints): Uninstall	disabled
	tracepoints.
	(cmd_qtenable_disable): New.
	(cmd_qtstart): Install tracepoints even if disabled.
	(handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
	receiving a QTEnable or QTDisable packet.
	(gdb_collect): Skip data collection if fast tracepoint is disabled.
	(ust_marker_to_static_tracepoint): Do not ignore disabled static
	tracepoints.
	(gdb_probe): Skip data collection if static tracepoint is disabled.
2011-05-12 12:09:17 +00:00
..
.gitignore
ChangeLog Add support for enabling and disabling tracepoints while a trace 2011-05-12 12:09:17 +00:00
Makefile.in gdb/ 2011-04-26 15:36:04 +00:00
README gdb: 2011-05-04 19:28:16 +00:00
acinclude.m4
aclocal.m4 gdb/ 2011-02-15 21:05:54 +00:00
config.in
configure gdb/ 2011-03-09 06:10:40 +00:00
configure.ac gdb/ 2011-03-09 06:10:40 +00:00
configure.srv gdb: 2011-05-04 19:28:16 +00:00
event-loop.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb_proc_service.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdbreplay.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
gdbserver.1 Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
hostio-errno.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hostio.c 2011-03-14 Michael Snyder <msnyder@vmware.com> 2011-03-14 21:26:24 +00:00
i386-low.c 2011-02-27 Michael Snyder <msnyder@vmware.com> 2011-02-27 21:33:10 +00:00
i386-low.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
i387-fp.c gdb/gdbserver/ 2011-01-28 13:36:32 +00:00
i387-fp.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
inferiors.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-amd64-ipa.c 2011-02-26 Michael Snyder <msnyder@vmware.com> 2011-02-27 21:18:14 +00:00
linux-arm-low.c 2011-03-02 Michael Snyder <msnyder@vmware.com> 2011-03-02 23:40:42 +00:00
linux-bfin-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-cris-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-crisv32-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-i386-ipa.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-ia64-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-low.c * linux-low.c (linux_join): Skip process lookup. 2011-05-04 20:20:12 +00:00
linux-low.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-m32r-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-m68k-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-mips-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-ppc-low.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
linux-s390-low.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
linux-sh-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
linux-sparc-low.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
linux-x86-low.c fix strict-aliasing warnings 2011-04-27 18:37:40 +00:00
linux-xtensa-low.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
lynx-i386-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lynx-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lynx-low.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lynx-ppc-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
mem-break.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
mem-break.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nto-low.c 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
nto-low.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nto-x86-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
proc-service.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
proc-service.list run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
regcache.c gdb/gdbserver/ 2011-01-28 13:36:32 +00:00
regcache.h gdb/gdbserver/ 2011-01-28 13:36:32 +00:00
remote-utils.c gdb/ 2011-04-24 08:02:21 +00:00
server.c Add support for enabling and disabling tracepoints while a trace 2011-05-12 12:09:17 +00:00
server.h gdb/ 2011-04-24 08:02:21 +00:00
spu-low.c * linux-low.c (linux_join): Skip process lookup. 2011-05-04 20:20:12 +00:00
target.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
target.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
terminal.h
thread-db.c * linux-thread-db.c (set_libthread_db_search_path): New function. 2011-05-10 16:53:23 +00:00
tracepoint.c Add support for enabling and disabling tracepoints while a trace 2011-05-12 12:09:17 +00:00
utils.c 2011-02-28 Michael Snyder <msnyder@vmware.com> 2011-02-28 22:00:45 +00:00
win32-arm-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
win32-i386-low.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
win32-low.c gdb 2011-04-19 18:04:11 +00:00
win32-low.h 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> 2011-01-06 00:14:09 +00:00
wincecompat.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
wincecompat.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
xtensa-xtregs.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00

README

		   README for GDBserver & GDBreplay
		    by Stu Grossman and Fred Fish

Introduction:

This is GDBserver, a remote server for Un*x-like systems.  It can be used to
control the execution of a program on a target system from a GDB on a different
host.  GDB and GDBserver communicate using the standard remote serial protocol
implemented in remote.c, and various *-stub.c files.  They communicate via
either a serial line or a TCP connection.

For more information about GDBserver, see the GDB manual.

Usage (server (target) side):

First, you need to have a copy of the program you want to debug put onto
the target system.  The program can be stripped to save space if needed, as
GDBserver doesn't care about symbols.  All symbol handling is taken care of by
the GDB running on the host system.

To use the server, you log on to the target system, and run the `gdbserver'
program.  You must tell it (a) how to communicate with GDB, (b) the name of
your program, and (c) its arguments.  The general syntax is:

	target> gdbserver COMM PROGRAM [ARGS ...]

For example, using a serial port, you might say:

	target> gdbserver /dev/com1 emacs foo.txt

This tells GDBserver to debug emacs with an argument of foo.txt, and to
communicate with GDB via /dev/com1.  GDBserver now waits patiently for the
host GDB to communicate with it.

To use a TCP connection, you could say:

	target> gdbserver host:2345 emacs foo.txt

This says pretty much the same thing as the last example, except that we are
going to communicate with the host GDB via TCP.  The `host:2345' argument means
that we are expecting to see a TCP connection from `host' to local TCP port
2345.  (Currently, the `host' part is ignored.)  You can choose any number you
want for the port number as long as it does not conflict with any existing TCP
ports on the target system.  This same port number must be used in the host
GDBs `target remote' command, which will be described shortly.  Note that if
you chose a port number that conflicts with another service, GDBserver will
print an error message and exit.

On some targets, GDBserver can also attach to running programs.  This is
accomplished via the --attach argument.  The syntax is:

	target> gdbserver --attach COMM PID

PID is the process ID of a currently running process.  It isn't necessary
to point GDBserver at a binary for the running process.

Usage (host side):

You need an unstripped copy of the target program on your host system, since
GDB needs to examine it's symbol tables and such.  Start up GDB as you normally
would, with the target program as the first argument.  (You may need to use the
--baud option if the serial line is running at anything except 9600 baud.)
Ie: `gdb TARGET-PROG', or `gdb --baud BAUD TARGET-PROG'.  After that, the only
new command you need to know about is `target remote'.  It's argument is either
a device name (usually a serial device, like `/dev/ttyb'), or a HOST:PORT
descriptor.  For example:

	(gdb) target remote /dev/ttyb

communicates with the server via serial line /dev/ttyb, and:

	(gdb) target remote the-target:2345

communicates via a TCP connection to port 2345 on host `the-target', where
you previously started up GDBserver with the same port number.  Note that for
TCP connections, you must start up GDBserver prior to using the `target remote'
command, otherwise you may get an error that looks something like
`Connection refused'.

Building GDBserver:

The supported targets as of November 2006 are:
	arm-*-linux*
	bfin-*-uclinux
	bfin-*-linux-uclibc
	crisv32-*-linux*
	cris-*-linux*
	i[34567]86-*-cygwin*
	i[34567]86-*-linux*
	i[34567]86-*-mingw*
	ia64-*-linux*
	m32r*-*-linux*
	m68*-*-linux*
	m68*-*-uclinux*
	mips*64*-*-linux*
	mips*-*-linux*
	powerpc[64]-*-linux*
	s390[x]-*-linux*
	sh-*-linux*
	spu*-*-*
	x86_64-*-linux*

Configuring GDBserver you should specify the same machine for host and
target (which are the machine that GDBserver is going to run on.  This
is not the same as the machine that GDB is going to run on; building
GDBserver automatically as part of building a whole tree of tools does
not currently work if cross-compilation is involved (we don't get the
right CC in the Makefile, to start with)).

Building GDBserver for your target is very straightforward.  If you build
GDB natively on a target which GDBserver supports, it will be built
automatically when you build GDB.  You can also build just GDBserver:

	% mkdir obj
	% cd obj
	% path-to-gdbserver-sources/configure
	% make

If you prefer to cross-compile to your target, then you can also build
GDBserver that way.  In a Bourne shell, for example:

	% export CC=your-cross-compiler
	% path-to-gdbserver-sources/configure your-target-name
	% make

Using GDBreplay:

A special hacked down version of GDBserver can be used to replay remote
debug log files created by GDB.  Before using the GDB "target" command to
initiate a remote debug session, use "set remotelogfile <filename>" to tell
GDB that you want to make a recording of the serial or tcp session.  Note
that when replaying the session, GDB communicates with GDBreplay via tcp,
regardless of whether the original session was via a serial link or tcp.

Once you are done with the remote debug session, start GDBreplay and
tell it the name of the log file and the host and port number that GDB
should connect to (typically the same as the host running GDB):

	$ gdbreplay logfile host:port

Then start GDB (preferably in a different screen or window) and use the
"target" command to connect to GDBreplay:

	(gdb) target remote host:port

Repeat the same sequence of user commands to GDB that you gave in the
original debug session.  GDB should not be able to tell that it is talking
to GDBreplay rather than a real target, all other things being equal.  Note
that GDBreplay echos the command lines to stderr, as well as the contents of
the packets it sends and receives.  The last command echoed by GDBreplay is
the next command that needs to be typed to GDB to continue the session in
sync with the original session.