This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog Makefile.in d10v-tdep.c dumm ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cagney-unwind-20030108-branch
Changes by:	cagney@sourceware.org	2003-01-13 09:03:55

Modified files:
	gdb            : ChangeLog Makefile.in d10v-tdep.c dummy-frame.c 
	                 dummy-frame.h frame.c frame.h legacy-frame.c 
	                 legacy-frame.h 
Added files:
	gdb            : d10v-frame.c d10v-frame.h d10v-tdep.h 
	                 frame-unwind.c frame-unwind.h sentinel-frame.c 
	                 sentinel-frame.h 

Log message:
	2003-01-13  Andrew Cagney  <ac131313@redhat.com>
	
	* d10v-tdep.c: Include "d10v-tdep.h".  Update to use D10V_
	prefixed enums.
	(do_d10v_pop_frame): Delete.  Use version in d10v-frame.c.
	
	* frame.c (frame_read_unsigned_register): Do not use
	get_next_frame.
	(frame_read_signed_register): Do not use get_next_frame.
	(get_frame_base): Use frame_id_unwind.
	
	* d10v-tdep.h: New file.
	* d10v-frame.h: New file.
	* d10v-frame.c: New file.
	
	* frame.c (frame_id_unwind): Update.
	(create_sentinel_frame): Update.
	(legacy_get_prev_frame): Use frame_unwind_find_by_pc.
	(get_prev_frame): Ditto.
	
	* frame.h (struct frame_info): Replace pc_unwind, id_unwind and
	register_unwind with unwind structure.
	
	* frame.c (set_unwind_by_pc): Delete function.
	(create_new_frame): Use frame_unwind_find_by_pc;
	
	* Makefile.in (frame_h): Add $(frame_unwind_h).
	* frame.h: Include "frame-unwind.h".
	(frame_register_unwind_ftype): Delete.
	(frame_id_unwind_ftype): Delete.
	(frame_pc_unwind_ftype): Delete.
	
	* Makefile.in (dummy-frame.o): Update dependencies.
	(legacy-frame.o): Update dependencies.
	
	* dummy-frame.c: Include "frame-unwind.h".
	(dummy_frame_unwind): New static variable.
	(dummy_frame_p): New function.
	* legacy-frame.c: Include "frame-unwind.h".
	(legacy_frame_unwind): New static variable.
	(legacy_frame_p): New function.
	* legacy-frame.h (legacy_frame_p): Declare.
	* dummy-frame.h (dummy_frame_p): Declare.
	
	* Makefile.in (frame_unwind_h): Define.
	* frame-unwind.h: New file.
	* frame-unwind.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/d10v-frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/d10v-frame.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/d10v-tdep.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame-unwind.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame-unwind.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sentinel-frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sentinel-frame.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.3697.2.4&r2=1.3697.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.311.2.2&r2=1.311.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/d10v-tdep.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.69.2.1&r2=1.69.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dummy-frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.7.2.1&r2=1.7.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dummy-frame.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.5.2.1&r2=1.5.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.56.2.3&r2=1.56.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.59.2.2&r2=1.59.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/legacy-frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/legacy-frame.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.1.2.1&r2=1.1.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]