public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* arm core analysis on x86 host
@ 2005-03-28 23:29 Jon Ringle
  2005-03-28 23:56 ` Daniel Jacobowitz
  0 siblings, 1 reply; 24+ messages in thread
From: Jon Ringle @ 2005-03-28 23:29 UTC (permalink / raw)
  To: gdb

Hello,

I'm trying to analyze an arm core dump on an x86 host and I get the error when 
using the core command:
	GDB can't read core files on this machine.

The error message is coming because find_core_target() is returning NULL, and 
it's returning NULL because it can't find a match for
	(*t)->to_stratum == core_stratum

I find that the only place that core_stratum gets used to set to_stratum is in 
init_core_ops(), which gets called by _initialize_corelow(). However, I can't 
find any code that calls _initialize_corelow().

1) Can the current gdb analyze an arm core dump?
2) If not, I would appreciate some pointers to help me add this support.

Thanks,

Jon

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

end of thread, other threads:[~2005-04-06 22:27 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 23:29 arm core analysis on x86 host Jon Ringle
2005-03-28 23:56 ` Daniel Jacobowitz
2005-03-29  0:48   ` Jon Ringle
2005-03-29  1:31     ` Daniel Jacobowitz
2005-03-29  4:17   ` Jon Ringle
2005-03-29  4:57     ` Daniel Jacobowitz
2005-03-29 16:19       ` Jon Ringle
2005-03-29 16:33         ` Daniel Jacobowitz
2005-03-29 16:39           ` Jon Ringle
2005-03-29 16:52             ` Daniel Jacobowitz
2005-03-29 17:18               ` Jon Ringle
2005-03-29 19:35                 ` Jon Ringle
2005-03-30  2:07               ` Jon Ringle
2005-03-30  4:51                 ` Daniel Jacobowitz
2005-03-30 14:42                   ` Jon Ringle
2005-03-30 15:15                     ` M.M. Kettenis
2005-03-30 15:25                       ` Daniel Jacobowitz
2005-03-30 18:02                         ` Mark Kettenis
2005-03-30 18:18                           ` Daniel Jacobowitz
2005-03-31 14:08                           ` Jon Ringle
2005-03-31 14:28                             ` Daniel Jacobowitz
2005-03-31 14:35                               ` Jon Ringle
2005-04-06 22:16                               ` Jon Ringle
2005-04-06 22:27                                 ` Daniel Jacobowitz

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).