[Xorp-cvs] XORP cvs commit: xorp/utils

Pavlin Radoslavov pavlin at icir.org
Fri May 2 17:05:26 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-05-03 00:05:26 UTC

XORP CVS repository


Modified files:
	utils         Makefile.am Makefile.in 

Added files:
	utils         attach_gdb 

Log message:
	Added a simple program (a shell script) to attach gdb to a running
	process and pass optional arguments to gdb.
	
	Example:
	  attach_gdb my_program b my_file.c:55
	will attach gdb to a running binary named "my_program" and will
	create a breakpoint in file my_file.c line 55

Revision  Changes                               Path
1.13      +2 -1;  commitid: 16b63481babe441a7;  xorp/utils/Makefile.am
1.38      +1 -1;  commitid: 16b63481babe441a7;  xorp/utils/Makefile.in
1.1       +63 -0                                xorp/utils/attach_gdb (new)



More information about the Xorp-cvs mailing list