This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog common/linux-ptrace.c
- From: jkratoch at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 17 Sep 2012 18:28:14 -0000
- Subject: src/gdb ChangeLog common/linux-ptrace.c
CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_5-branch
Changes by: jkratoch@sourceware.org 2012-09-17 18:28:14
Modified files:
gdb : ChangeLog
gdb/common : linux-ptrace.c
Log message:
gdb/
* common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
(linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
__i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
Extend code also for PaX support. Convert all gdb_assert to warning
calls.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_5-branch&r1=1.14469.2.34&r2=1.14469.2.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/linux-ptrace.c.diff?cvsroot=src&only_with_tag=gdb_7_5-branch&r1=1.3&r2=1.3.2.1