* Cross core support for i386-linux-gnu
@ 2007-08-14 12:54 Daniel Jacobowitz
2007-08-14 13:03 ` Mark Kettenis
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2007-08-14 12:54 UTC (permalink / raw)
To: gdb-patches
Mark Kettenis did all the hard work to make core file host-independent
for the i386 target, and it was wired up for a variety of i386 / amd64
subtargets - but not this one :-( Checked in after verifying that a
native i386-linux-gnu debugger could still read core files, and a
cross debugger was newly able to.
--
Daniel Jacobowitz
CodeSourcery
2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
* config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
* config/i386/linux.mt (TDEPFILES): ...to here.
Index: config/i386/linux.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux.mh,v
retrieving revision 1.20
diff -u -p -r1.20 linux.mh
--- config/i386/linux.mh 25 Apr 2007 22:10:08 -0000 1.20
+++ config/i386/linux.mh 14 Aug 2007 12:51:02 -0000
@@ -1,7 +1,7 @@
# Host: Intel 386 running GNU/Linux.
NAT_FILE= nm-linux.h
-NATDEPFILES= inf-ptrace.o fork-child.o corelow.o \
+NATDEPFILES= inf-ptrace.o fork-child.o \
i386-nat.o i386-linux-nat.o \
proc-service.o linux-thread-db.o gcore.o \
linux-nat.o linux-fork.o
Index: config/i386/linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux.mt,v
retrieving revision 1.10
diff -u -p -r1.10 linux.mt
--- config/i386/linux.mt 13 Sep 2004 20:55:39 -0000 1.10
+++ config/i386/linux.mt 14 Aug 2007 12:51:02 -0000
@@ -1,4 +1,4 @@
# Target: Intel 386 running GNU/Linux
TDEPFILES= i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
- solib.o solib-svr4.o symfile-mem.o
+ solib.o solib-svr4.o symfile-mem.o corelow.o
DEPRECATED_TM_FILE= tm-linux.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Cross core support for i386-linux-gnu
2007-08-14 12:54 Cross core support for i386-linux-gnu Daniel Jacobowitz
@ 2007-08-14 13:03 ` Mark Kettenis
2007-08-14 13:21 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2007-08-14 13:03 UTC (permalink / raw)
To: drow; +Cc: gdb-patches
> Date: Tue, 14 Aug 2007 08:53:55 -0400
> From: Daniel Jacobowitz <drow@false.org>
>
> Mark Kettenis did all the hard work to make core file host-independent
> for the i386 target, and it was wired up for a variety of i386 / amd64
> subtargets - but not this one :-( Checked in after verifying that a
> native i386-linux-gnu debugger could still read core files, and a
> cross debugger was newly able to.
Heh, I guess nobody actually ever tried cross-debugging i386.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Cross core support for i386-linux-gnu
2007-08-14 13:03 ` Mark Kettenis
@ 2007-08-14 13:21 ` Daniel Jacobowitz
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2007-08-14 13:21 UTC (permalink / raw)
To: gdb-patches
On Tue, Aug 14, 2007 at 03:03:29PM +0200, Mark Kettenis wrote:
> > Date: Tue, 14 Aug 2007 08:53:55 -0400
> > From: Daniel Jacobowitz <drow@false.org>
> >
> > Mark Kettenis did all the hard work to make core file host-independent
> > for the i386 target, and it was wired up for a variety of i386 / amd64
> > subtargets - but not this one :-( Checked in after verifying that a
> > native i386-linux-gnu debugger could still read core files, and a
> > cross debugger was newly able to.
>
> Heh, I guess nobody actually ever tried cross-debugging i386.
Yeah, I sure don't do it much! I just use an amd64 native debugger
instead.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-14 13:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-14 12:54 Cross core support for i386-linux-gnu Daniel Jacobowitz
2007-08-14 13:03 ` Mark Kettenis
2007-08-14 13:21 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox