public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/libunwind ChangeLog include/dwar ...
@ 2006-11-24 21:04 jkratoch
  0 siblings, 0 replies; 3+ messages in thread
From: jkratoch @ 2006-11-24 21:04 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	jkratoch@sourceware.org	2006-11-24 21:04:11

Modified files:
	libunwind      : ChangeLog 
	libunwind/include: dwarf.h 
	libunwind/src/dwarf: Gfde.c Gparser.c 
	libunwind/src/hppa: init.h 
	libunwind/src/ppc64: init.h 
	libunwind/src/x86: init.h 
	libunwind/src/x86_64: init.h 
	libunwind/tests: Makefile.in test-ptrace.c 
Added files:
	libunwind/tests: run-ptrace-stepper test-ptrace-stepper.c 

Log message:
	RESOLVES=http://sourceware.org/bugzilla/show_bug.cgi?id=3529
	
	RELATED=https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217087
	Depends on - currently x86_64 signal frames unwinding is broken.
	Testcase is broken on x86_64 this way so far, glibc update required.
	
	* include/dwarf.h (dwarf_cie_info): New `signal_frame' marker.
	(dwarf_cursor): New `decrease_ip' marker.
	* src/dwarf/Gfde.c (parse_cie): Set the `signal_frame' marker.
	* src/dwarf/Gparser.c (run_cfi_program): Fixed occassionally offbyone
	`ip' missed CFI instructions, related to `fetch_proc_info'.
	(fetch_proc_info): Decrease parent `ip' only by `decrease_ip' marker.
	(is_signal_frame): Detect signal frames by the `signal_frame' marker.
	(uncached_dwarf_find_save_locs): Update the `decrease_ip' marker.
	(dwarf_find_save_locs): Likewise.
	* src/hppa/init.h (common_init): Initialize the `decrease_ip' marker.
	* src/ppc64/init.h (common_init): Likewise.
	* src/x86/init.h (common_init): Likewise.
	* src/x86_64/init.h (common_init): Likewise.
	* tests/Makefile.in: New `run-ptrace-stepper' and `test-ptrace-stepper'.
	* tests/test-ptrace.c (backtrace_check): New for `-b'.
	(do_exit): Variable to support breaking of the `main' mainloop.
	(do_backtrace): Implemented `-b' based on `backtrace_check'.
	Fixed compile warning for 32-bit platforms
	(main): Fixed segfault for some `argv's.
	Support backtrace option `-b' - `,'-delimited backtrace list to check.
	Support `do_exit'.
	* test-ptrace-stepper.c: New, test corner backtrace conditions.
	* run-ptrace-stepper: New, test `test-ptrace' on `test-ptrace-stepper'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/dwarf.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/dwarf/Gfde.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/dwarf/Gparser.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/hppa/init.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ppc64/init.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/init.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/init.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/run-ptrace-stepper.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/test-ptrace-stepper.c.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/Makefile.in.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/test-ptrace.c.diff?cvsroot=frysk&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* frysk-imports/libunwind ChangeLog include/dwar ...
@ 2007-03-14 17:24 npremji
  0 siblings, 0 replies; 3+ messages in thread
From: npremji @ 2007-03-14 17:24 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Branch: 	libunwind-import-20070313-branch
Changes by:	npremji@sourceware.org	2007-03-14 17:24:44

Modified files:
	libunwind      : ChangeLog 
	libunwind/include: dwarf.h dwarf_i.h libunwind-common.h.in 
	libunwind/include/tdep-x86: libunwind_i.h 
	libunwind/include/tdep-x86_64: libunwind_i.h 
	libunwind/src  : os-linux.h 
	libunwind/src/dwarf: Gparser.c 
	libunwind/src/hppa: init.h 
	libunwind/src/ia64: setjmp.S sigsetjmp.S 
	libunwind/src/mi: mempool.c 
	libunwind/src/ptrace: _UPT_find_proc_info.c 
	libunwind/src/setjmp: longjmp.c siglongjmp.c 
	libunwind/src/x86_64: Ginit.c Gis_signal_frame.c 
	libunwind/tests: Gia64-test-readonly.c check-namespace.sh.in 
	                 ia64-test-readonly-asm.S 

Log message:
	libunwind modified files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.40.4.3&r2=1.40.4.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/dwarf.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/dwarf_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/libunwind-common.h.in.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.5&r2=1.5.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86_64/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/os-linux.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/dwarf/Gparser.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.6&r2=1.6.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/hppa/init.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ia64/setjmp.S.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ia64/sigsetjmp.S.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/mi/mempool.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ptrace/_UPT_find_proc_info.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/setjmp/longjmp.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/setjmp/siglongjmp.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/Ginit.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/Gis_signal_frame.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/Gia64-test-readonly.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/check-namespace.sh.in.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/tests/ia64-test-readonly-asm.S.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2&r2=1.2.4.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* frysk-imports/libunwind ChangeLog include/dwar ...
@ 2007-03-12 21:56 npremji
  0 siblings, 0 replies; 3+ messages in thread
From: npremji @ 2007-03-12 21:56 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Branch: 	libunwind-import-20070312-branch
Changes by:	npremji@sourceware.org	2007-03-12 21:56:57

Modified files:
	libunwind      : ChangeLog 
	libunwind/include: dwarf.h dwarf_i.h 
	libunwind/include/tdep-hppa: libunwind_i.h 
	libunwind/include/tdep-ia64: libunwind_i.h 
	libunwind/include/tdep-x86: libunwind_i.h 
	libunwind/include/tdep-x86_64: libunwind_i.h 
	libunwind/src  : elfxx.h os-linux.h 
	libunwind/src/hppa: init.h 
	libunwind/src/x86: init.h offsets.h 
	libunwind/src/x86_64: init.h ucontext_i.h 

Log message:
	frysk-imports/libunwind/CL
	
	Merge with libunwind-20070224
	* include/dwarf.h: Modified.
	* include/dwarf_i.h: Modified.
	* include/tdep-hppa/libunwind_i.h: Modified.
	* include/tdep-ia64/libunwind_i.h: Modified.
	* include/tdep-x86/libunwind_i.h: Modified.
	* include/tdep-x86_64/libunwind_i.h: Modified.
	* src/elfxx.h: Modified.
	* src/os-linux.h: Modified.
	* src/hppa/init.h: Modified.
	* src/x86/init.h: Modified.
	* src/x86/offsets.h: Modified.
	* src/x86_64/init.h: Modified.
	* src/x86_64/ucontext_i.h: Modified.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.40.2.5&r2=1.40.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/dwarf.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/dwarf_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.2&r2=1.2.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-hppa/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-ia64/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.5&r2=1.5.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86_64/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/elfxx.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/os-linux.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/hppa/init.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/init.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/offsets.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/init.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/ucontext_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-14 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-24 21:04 frysk-imports/libunwind ChangeLog include/dwar jkratoch
2007-03-12 21:56 npremji
2007-03-14 17:24 npremji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).