binutils-gdb/gdb/gdbserver
Stan Shebs f196051f5e * NEWS: Mention tracepoint additions.
* breakpoint.h (struct tracepoint): New field traceframe_usage.
	* breakpoint.c (print_one_breakpoint_location): Identify
	tracepoints as such when reporting hit counts, report
	trace buffer usage.
	(create_tracepoint_from_upload): Copy status info.
	* tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
	add fields user_name, notes, start_time, stop_time.
	(struct uploaded_tp): Add fields hit_count, traceframe_usage.
	* tracepoint.c (trace_user): New global.
	(trace_notes): New global.
	(trace_stop_notes): New global.
	(start_tracing): Add argument and trace note handling.
	(stop_tracing): Ditto.
	(trace_start_command): Add notes argument.
	(trace_stop_command): Ditto.
	(trace_status_command): Report additional status info.
	(trace_status_mi): Similarly.
	(trace_save): Update, record tracepoint status.
	(set_disconnected_tracing): Call target method directly.
	(send_disconnected_tracing_value): Remove.
	(set_trace_user): New function.
	(set_trace_notes): New function.
	(set_trace_stop_notes): New function.
	(parse_trace_status): Handle additional status.
	(parse_tracepoint_status): New function.
	(parse_tracepoint_definition): Call it.
	(tfile_get_tracepoint_status): New function.
	(init_tfile_ops): Use it.
	(_initialize_tracepoint): Add new setshows.
	* target.h (struct target_ops): New methods to_get_tracepoint_status
	and to_set_trace_notes.
	(target_get_tracepoint_status): New macro.
	(target_set_trace_notes): New macro.
	* target.c (update_current_target): Add new methods.
	* remote.c (remote_get_tracepoint_status): New function.
	(remote_set_trace_notes): New function.
	(init_remote_ops): Add them.
	* mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
	(mi_cmd_trace_stop): Ditto.

	* tracepoint.c (struct tracepoint): New field traceframe_usage.
	(tracing_start_time): New global.
	(tracing_stop_time): New global.
	(tracing_user_name): New global.
	(tracing_notes): New global.
	(tracing_stop_note): New global.
	(cmd_qtstart): Set traceframe_usage, start_time.
	(stop_tracing): Set stop_time.
	(cmd_qtstatus): Report additional status.
	(cmd_qtp): New function.
	(handle_tracepoint_query): Call it.
	(cmd_qtnotes): New function.
	(handle_tracepoint_general_set): Call it.
	(get_timestamp): Rename from tsv_get_timestamp.

	* gdb.texinfo (Starting and Stopping Trace Experiments): Document
	note-related options and variables.
	(Tracepoint Packets): Document packet changes.

	* gdb.trace/tstatus.exp: New.
	* gdb.trace/actions.c: Include string.h.
2011-11-20 23:59:49 +00:00
..
.gitignore
ChangeLog * NEWS: Mention tracepoint additions. 2011-11-20 23:59:49 +00:00
Makefile.in Stop threads when attaching to a PID that is the tgid. 2011-08-24 12:17:39 +00:00
README
acinclude.m4
aclocal.m4
config.in * inferior.h (disable_randomization): Declare. 2011-10-07 12:06:48 +00:00
configure * inferior.h (disable_randomization): Declare. 2011-10-07 12:06:48 +00:00
configure.ac * inferior.h (disable_randomization): Declare. 2011-10-07 12:06:48 +00:00
configure.srv Move common linux procfs code to common/ 2011-08-24 12:07:28 +00:00
event-loop.c
gdb_proc_service.h
gdbreplay.c
gdbserver.1
hostio-errno.c
hostio.c
i386-low.c 2011-07-22 Pedro Alves <pedro@codesourcery.com> 2011-07-22 16:58:32 +00:00
i386-low.h
i387-fp.c
i387-fp.h
inferiors.c 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com> 2011-07-21 23:46:12 +00:00
linux-amd64-ipa.c
linux-arm-low.c * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove. 2011-09-21 16:15:27 +00:00
linux-bfin-low.c
linux-cris-low.c
linux-crisv32-low.c
linux-i386-ipa.c 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
linux-ia64-low.c
linux-low.c 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
linux-low.h 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
linux-m32r-low.c
linux-m68k-low.c
linux-mips-low.c
linux-ppc-low.c
linux-s390-low.c
linux-sh-low.c
linux-sparc-low.c
linux-tic6x-low.c gdb/gdbserver/ 2011-08-14 15:25:45 +00:00
linux-x86-low.c 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
linux-xtensa-low.c
lynx-i386-low.c
lynx-low.c
lynx-low.h
lynx-ppc-low.c
mem-break.c * mem-break.c (inc_ref_fast_tracepoint_jump): New. 2011-11-14 14:38:41 +00:00
mem-break.h * mem-break.c (inc_ref_fast_tracepoint_jump): New. 2011-11-14 14:38:41 +00:00
nto-low.c
nto-low.h
nto-x86-low.c
proc-service.c
proc-service.list
regcache.c
regcache.h
remote-utils.c gdb/gdbserver 2011-11-09 02:32:42 +00:00
server.c gdb/ 2011-11-14 15:18:54 +00:00
server.h 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
spu-low.c
target.c 2011-10-31 Pedro Alves <pedro@codesourcery.com> 2011-10-31 12:55:26 +00:00
target.h 2011-11-14 Stan Shebs <stan@codesourcery.com> 2011-11-14 20:07:25 +00:00
terminal.h
thread-db.c 2011-05-26 Yao Qi <yao@codesourcery.com> 2011-05-26 15:49:26 +00:00
tracepoint.c * NEWS: Mention tracepoint additions. 2011-11-20 23:59:49 +00:00
utils.c 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com> 2011-07-21 23:46:12 +00:00
win32-arm-low.c
win32-i386-low.c [gdbserver] Fix watchpoint support on Windows 2011-11-07 14:45:09 +00:00
win32-low.c gdb/gdbserver/ 2011-08-14 16:06:59 +00:00
win32-low.h
wincecompat.c
wincecompat.h
xtensa-xtregs.c

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.