gdbadmin | 1 Nov 2010 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_2-branch
Changes by:	gdbadmin <at> sourceware.org	2010-11-01 00:00:04

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.3293.2.120&r2=1.3293.2.121

gdbadmin | 1 Nov 2010 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2010-11-01 00:00:33

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&r1=1.3410&r2=1.3411

teawater | 1 Nov 2010 08:00
Favicon

src/gdb ChangeLog tracepoint.c

CVSROOT:	/cvs/src
Module name:	src
Changes by:	teawater <at> sourceware.org	2010-11-01 07:00:13

Modified files:
	gdb            : ChangeLog tracepoint.c 

Log message:
	2010-10-31  Hui Zhu  <teawater <at> gmail.com>
	
	* tracepoint.c (tfile_xfer_partial): Change lma to vma.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12282&r2=1.12283
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.196&r2=1.197

gdbadmin | 2 Nov 2010 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_2-branch
Changes by:	gdbadmin <at> sourceware.org	2010-11-02 00:00:04

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.3293.2.121&r2=1.3293.2.122

gdbadmin | 2 Nov 2010 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2010-11-02 00:00:33

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&r1=1.3411&r2=1.3412

jkratoch | 2 Nov 2010 02:37
Favicon

src/gdb ChangeLog gdbthread.h infrun.c linux-n ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jkratoch <at> sourceware.org	2010-11-02 01:37:32

Modified files:
	gdb            : ChangeLog gdbthread.h infrun.c linux-nat.c 
	                 remote.c 
	gdb/testsuite  : ChangeLog 
Removed files:
	gdb/testsuite/gdb.threads: sigstep-threads.c sigstep-threads.exp 

Log message:
	gdb/
	Revert:
	2010-10-17  Jan Kratochvil  <jan.kratochvil <at> redhat.com>
	Pedro Alves  <pedro <at> codesourcery.com>
	* gdbthread.h (currently_stepping): New declaration.
	* infrun.c (currently_stepping): Remove the forward declaration.
	(currently_stepping): Make it global.
	* linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
	variables tp and step, initialized them.  Pass STEP to to_resume.
	Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
	* remote.c (currently_stepping_callback): New.
	(remote_vcont_resume)
	<ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
	New variable tp.  Call currently_stepping_callback and step such
	thread.
	
	gdb/testsuite/
	Revert:
(Continue reading)

teawater | 2 Nov 2010 06:34
Favicon

src/gdb ChangeLog tracepoint.c

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_2-branch
Changes by:	teawater <at> sourceware.org	2010-11-02 05:34:25

Modified files:
	gdb            : ChangeLog tracepoint.c 

Log message:
	2010-11-02  Hui Zhu  <teawater <at> gmail.com>
	
	* tracepoint.c (tfile_xfer_partial): Change lma to vma.
	
	2010-11-02  Hui Zhu  <teawater <at> gmail.com>
	
	* tracepoint.c (trace_save): Change utp->actions to
	utp->step_actions.
	
	2010-11-02  Hui Zhu  <teawater <at> gmail.com>
	
	* tracepoint.c (tfile_get_traceframe_address): Call
	extract_signed_integer.
	(tfile_trace_find): Call extract_signed_integer and
	extract_unsigned_integer.  Change data_size to unsigned int.
	(tfile_fetch_registers): Call extract_unsigned_integer.
	(tfile_xfer_partial): Ditto.
	(tfile_get_trace_state_variable_value): Call
	extract_signed_integer and extract_unsigned_integer.

Patches:
(Continue reading)

devans | 2 Nov 2010 17:48
Favicon

src/gdb ChangeLog top.c python/python.c python ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans <at> sourceware.org	2010-11-02 16:48:43

Modified files:
	gdb            : ChangeLog top.c 
	gdb/python     : python.c python.h 

Log message:
	* top.c: #include "python/python.h".
	(gdb_init): Add a comment regarding initialize_all_files.
	Call finish_python_initialization at the end.
	* python/python.h (finish_python_initialization): Declare.
	* python/python.c (finish_python_initialization): New function.
	(_initialize_python): Move python-implemented initialization there
	and call it.
	(GdbMethods): Use #ifdef HAVE_PYTHON for consistency.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12284&r2=1.12285
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.184&r2=1.185
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python.c.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python.h.diff?cvsroot=src&r1=1.10&r2=1.11

tromey | 2 Nov 2010 19:55
Favicon

src/gdb ChangeLog Makefile.in NEWS defs.h test ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey <at> sourceware.org	2010-11-02 18:55:54

Modified files:
	gdb            : ChangeLog Makefile.in NEWS defs.h 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: default.exp 
Removed files:
	gdb            : scm-exp.c scm-lang.c scm-lang.h scm-tags.h 
	                 scm-valprint.c 

Log message:
	gdb
	* NEWS: Mention Guile removal.
	* defs.h (enum language) <language_scm>: Remove.
	* Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
	scm-valprint.c.
	(HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
	(COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
	* scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
	Remove.
	gdb/testsuite
	* gdb.base/default.exp: Remove "scheme" from language list.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12285&r2=1.12286
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1137&r2=1.1138
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.407&r2=1.408
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.280&r2=1.281
(Continue reading)

devans | 2 Nov 2010 23:44
Favicon

src/gdb ChangeLog NEWS data-directory/Makefile ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans <at> sourceware.org	2010-11-02 22:44:14

Modified files:
	gdb            : ChangeLog NEWS 
	gdb/data-directory: Makefile.in 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/python/lib/gdb: __init__.py 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/python/lib/gdb: printing.py 
	gdb/python/lib/gdb/command: __init__.py pretty_printers.py 
	gdb/testsuite/gdb.python: py-pp-maint.c py-pp-maint.exp 
	                          py-pp-maint.py 

Log message:
	New python module gdb.printing, and new commands info pretty-printer,
	enable pretty-printer, disable pretty-printer.
	* NEWS: Mention them.
	* data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
	gdb/command/__init__.py, gdb/command/pretty_printers.py.
	* python/lib/gdb/__init__.py: Install pretty-printer commands.
	* python/lib/gdb/printing.py: New file.
	* python/lib/gdb/command/__init__.py: New file.
	* python/lib/gdb/command/pretty_printers.py: New file.
	
	doc/
	* gdb.texinfo (Pretty Printing): Expand into three sections,
	introduction, example, and commands.
(Continue reading)


Gmane