gdbadmin | 1 Oct 2007 02:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_7-branch
Changes by:	gdbadmin <at> sourceware.org	2007-10-01 00:00:05

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_6_7-branch&r1=1.2254.2.23&r2=1.2254.2.24

gdbadmin | 1 Oct 2007 02:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2007-10-01 00:00:38

Modified files:
	gdb            : version.in 

Log message:
	

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

drow | 1 Oct 2007 02:17
Favicon

src/gdb ChangeLog breakpoint.c breakpoint.h in ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow <at> sourceware.org	2007-10-01 00:17:58

Modified files:
	gdb            : ChangeLog breakpoint.c breakpoint.h infrun.c 
	                 remote.c 
	gdb/doc        : ChangeLog gdb.texinfo gdbint.texinfo 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.threads: watchthreads.c watchthreads.exp 

Log message:
	2007-09-16  Daniel Jacobowitz  <dan <at> codesourcery.com>
	Jeff Johnston  <jjohnstn <at> redhat.com>
	
	* breakpoint.c (watchpoints_triggered): New.
	(bpstat_stop_status): Remove STOPPED_BY_WATCHPOINT argument.
	Check watchpoint_triggered instead.  Combine handling for software
	and hardware watchpoints.  Do not use target_stopped_data_address
	here.  Always check a watchpoint if its scope breakpoint triggers.
	Do not stop for thread or overlay events.  Improve check for
	triggered watchpoints without a value change.
	(watch_command_1): Insert the scope breakpoint first.  Link the
	scope breakpoint to the watchpoint.
	* breakpoint.h (enum watchpoint_triggered): New.
	(struct breakpoint): Add watchpoint_triggered.
	(bpstat_stop_status): Update prototype.
	(watchpoints_triggered): Declare.
	* infrun.c (enum infwait_status): Add infwait_step_watch_state.
	(stepped_after_stopped_by_watchpoint): Delete.
(Continue reading)

drow | 1 Oct 2007 02:22
Favicon

src/gdb ChangeLog amd64-linux-nat.c i386-linux ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow <at> sourceware.org	2007-10-01 00:22:50

Modified files:
	gdb            : ChangeLog amd64-linux-nat.c i386-linux-nat.c 
	                 ia64-linux-nat.c linux-nat.c linux-nat.h 
	                 ppc-linux-nat.c s390-nat.c 

Log message:
	* linux-nat.c (linux_nat_new_thread): New variable.
	(linux_child_follow_fork): Set inferior_ptid to include LWP ID.  Use
	linux_nat_switch_fork.
	(lwp_list): Make public.
	(add_lwp): Call linux_nat_new_thread.
	(lin_lwp_attach_lwp, linux_nat_attach): Call add_lwp after stopping
	the new thread.
	(resume_callback): Clear lp->siginfo.  Remove unused variable.
	(linux_nat_resume): Assert that the LWP list is already initialized.
	Clear lp->siginfo.
	(save_siginfo): New.
	(stop_wait_callback, linux_nat_wait): Call it.
	(linux_nat_set_new_thread, linux_nat_get_siginfo): New.
	* linux-nat.h (struct lwp_info): Add siginfo.
	(lwp_list, linux_nat_set_new_thread, linux_nat_get_siginfo): Declare.
	(ALL_LWPS): Define.
	
	* amd64-linux-nat.c (amd64_linux_dr): New.
	(amd64_linux_dr_get): Take a PTID argument.  Correct typo.
	(amd64_linux_dr_set): Take a PTID argument.
(Continue reading)

vapier | 1 Oct 2007 03:39
Favicon

src/gdb ChangeLog parse.c value.c value.h

CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier <at> sourceware.org	2007-10-01 01:39:52

Modified files:
	gdb            : ChangeLog parse.c value.c value.h 

Log message:
	2007-09-30  Mike Frysinger  <vapier <at> gentoo.org>
	
	* value.h (lookup_only_internalvar): New prototype.
	(create_internalvar): Likewise.
	* value.c (lookup_only_internalvar): New function.
	(create_internalvar): Likewise.
	(lookup_internalvar): Use new lookup_only_internalvar and
	create_internalvar functions.
	* parse.c (write_dollar_variable): Look up $ symbols in internal
	table first rather than last.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8725&r2=1.8726
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/value.c.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/value.h.diff?cvsroot=src&r1=1.99&r2=1.100

drow | 1 Oct 2007 16:07
Favicon

src/gdb/testsuite ChangeLog gdb.mi/mi-var-cmd. ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow <at> sourceware.org	2007-10-01 14:07:46

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.mi: mi-var-cmd.exp mi2-var-cmd.exp var-cmd.c 

Log message:
	* gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
	two-char array.
	* gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1459&r2=1.1460
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-cmd.exp.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi2-var-cmd.exp.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/var-cmd.c.diff?cvsroot=src&r1=1.13&r2=1.14

gdbadmin | 2 Oct 2007 02:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2007-10-02 00:00:02

Modified files:
	gdb            : version.in 

Log message:
	

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

gdbadmin | 2 Oct 2007 02:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_7-branch
Changes by:	gdbadmin <at> sourceware.org	2007-10-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&only_with_tag=gdb_6_7-branch&r1=1.2254.2.24&r2=1.2254.2.25

drow | 2 Oct 2007 16:57
Favicon

src/gdb/testsuite ChangeLog gdb.cp/classes.exp ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow <at> sourceware.org	2007-10-02 14:57:46

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.cp: classes.exp 
	gdb/testsuite/gdb.mi: mi-return.exp mi-simplerun.exp 
	                      mi-until.exp mi2-return.exp 
	                      mi2-simplerun.exp mi2-until.exp 

Log message:
	* gdb.cp/classes.exp (do_tests): Always step to the line after the
	call.
	* gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
	to return to the call.
	* gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
	* gdb.mi/mi-return.exp (test_return_simple): Likewise.
	* gdb.mi/mi2-return.exp (test_return_simple): Likewise.
	* gdb.mi/mi-until.exp (test_until): Likewise.
	* gdb.mi/mi2-until.exp (test_until): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1460&r2=1.1461
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/classes.exp.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-return.exp.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-simplerun.exp.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-until.exp.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi2-return.exp.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi2-simplerun.exp.diff?cvsroot=src&r1=1.6&r2=1.7
(Continue reading)

drow | 2 Oct 2007 17:17
Favicon

src/gdb ChangeLog mips-tdep.c

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow <at> sourceware.org	2007-10-02 15:17:44

Modified files:
	gdb            : ChangeLog mips-tdep.c 

Log message:
	* mips-tdep.c (mips_read_fp_register_double): Correct check for
	odd FP registers.
	(mips_print_fp_register): Correct check for even FP registers.
	(mips_virtual_frame_pointer): New function.
	(mips_gdbarch_init): Call set_gdbarch_virtual_frame_pointer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8726&r2=1.8727
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.449&r2=1.450


Gmane