[lldb-dev] ELF parsing/disassembly almost, but not quite working?

Eli Friedman eli.friedman at gmail.com
Tue Jun 22 19:33:39 PDT 2010


On Tue, Jun 22, 2010 at 7:25 PM, Charles Davis <cdavis at mymail.mines.edu> wrote:
> On Jun 22, 2010, at 8:01 PM, Eli Friedman wrote:
>> (lldb) file /tmp/a
>> Current executable set to '/tmp/a' (x86_64).
> Well there's your problem!
>
> The file indeed belongs to the ELF32 class (I checked), but LLDB misidentified it as an ELF64 object.

The arch printed after the filename has nothing to do with the actual
file.  (Probably a bug, but not really the one I'm asking about...)

-Eli



More information about the lldb-dev mailing list