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. Chip _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
