gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDB Help


From: Sergio Durigan Junior
Subject: Re: GDB Help
Date: Tue, 18 Feb 2014 13:56:48 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

On Thursday, February 13 2014, Michael Greene wrote:

> Hi, while I'm connected to my iPhone through SSH and I'm using GDB to
> attach to a process on my iPhone this happens:
>
> (gdb) attach 853
> Attaching to process 853.
> Reading symbols for shared libraries . done
> bfd_mach_o_scan: unknown architecture 0x100000c/0x0
> bfd_mach_o_scan: unknown architecture 0x100000c/0x0
> bfd_mach_o_scan: unknown architecture 0x100000c/0x0
> bfd_mach_o_scan: unknown architecture 0x100000c/0x0
> Reading symbols for shared libraries ............................
>
> Then both my iPhone and Putty freeze. I don't know what I'm doing wrong but
> please reply.

You haven't provided any information about which GDB version you are
running, etc.  You are also using a completely closed platform, and
Apple have dropped support for GDB some time ago, so this is their
problem...

Nevertheless, it seems the problem is that you are using an old version
of GDB.  This bug:

<https://sourceware.org/bugzilla/show_bug.cgi?id=11488>

apparently reports the same problem, and it has been fixed in 2010.  If
you can upgrade the GDB version that is running on your device, that
would probably solve the problem.  Other than that, I don't know.

-- 
Sergio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]