]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.3-gcore-thread-20050204.patch
- update to 6.8.91.20090930-1 from fedora
[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
7566401a 6Index: gdb-6.8.50.20090803/gdb/linux-nat.c
3a58abaf 7===================================================================
7566401a
ER
8--- gdb-6.8.50.20090803.orig/gdb/linux-nat.c 2009-08-04 06:29:47.000000000 +0200
9+++ gdb-6.8.50.20090803/gdb/linux-nat.c 2009-08-04 06:29:55.000000000 +0200
10@@ -4495,10 +4495,15 @@ linux_xfer_partial (struct target_ops *o
11 offset &= ((ULONGEST) 1 << addr_bit) - 1;
12 }
3a58abaf
AM
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.023084 seconds and 4 git commands to generate.