With a few hacks and some Makefiles, I have lldb running on Linux (I'll contribute them once I have a couple more things taken care of). However, when I try using it, I get the following not-so-useful results on the attached ELF-32 file:
e...@eli-laptop:~/llvmgbuild/tools/lldb$ ~/llvmgbuild/Release/bin/lldb (lldb) file /tmp/a Current executable set to '/tmp/a' (x86_64). (lldb) disassemble -n main (lldb) quit Segmentation fault The segfault is probably an issue in my own code, but I'm sort of suprised the attempted disassembly leads to no output. Any ideas? -Eli
a
Description: Binary data
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
