]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.3-gcore-thread-20050204.patch
- obsolete file
[packages/gdb.git] / gdb-6.3-gcore-thread-20050204.patch
CommitLineData
3a58abaf
AM
12005-02-07 Jeff Johnston <jjohnstn@redhat.com>
2
3 * linux-nat.c (linux_nat_xfer_memory): Don't use
4 linux_proc_xfer_memory for ia64.
5
6Index: gdb-6.8.50.20081209/gdb/linux-nat.c
7===================================================================
8--- gdb-6.8.50.20081209.orig/gdb/linux-nat.c 2008-12-10 01:22:23.000000000 +0100
9+++ gdb-6.8.50.20081209/gdb/linux-nat.c 2008-12-10 01:25:26.000000000 +0100
10@@ -4123,10 +4123,15 @@ linux_xfer_partial (struct target_ops *o
11 return linux_nat_xfer_osdata (ops, object, annex, readbuf, writebuf,
12 offset, len);
13
14+#ifndef NATIVE_XFER_UNWIND_TABLE
15+ /* FIXME: For ia64, we cannot currently use linux_proc_xfer_memory
16+ for accessing thread storage. Revert when Bugzilla 147436
17+ is fixed. */
18 xfer = linux_proc_xfer_partial (ops, object, annex, readbuf, writebuf,
19 offset, len);
20 if (xfer != 0)
21 return xfer;
22+#endif
23
24 return super_xfer_partial (ops, object, annex, readbuf, writebuf,
25 offset, len);
This page took 0.229164 seconds and 4 git commands to generate.