Hi Tsukasa, Thanks for reaching out!
Can you provide us a bit of info to help us answer your question? 1. Which OS did you build the test on? (MacOSX, Linux, FreeBSD, something else?) 2. Is it a 32-bit or 64-bit system? 3. Which compiler did you build your test with? 4. Where did you get the lldb? (What does it say when you type 'lldb --version'?) Hopefully we can narrow down the issue once we have a bit more context. Thanks! -Todd On Fri, Jul 18, 2014 at 4:48 AM, Tsukasa OMOTO <[email protected]> wrote: > Dear depelovers, > > I made a simple program => http://privatepaste.com/15b2bacf7b > > If I start it via gdb, gdb outputs: > (gdb) r > Starting program: /Users/fuuuuu/work/test > 1 > 4476 > 4476 > Program exited normally. > > If I start it via lldb, lldb outputs: > (lldb) r > Process 4547 launched: '/Users/fuuuuu/work/test' (x86_64) > 1 > 4547 > -1 > Inappropriate ioctl for device > Process 4547 exited with status = 0 (0x00000000) > > Is that LLDB's bug? > > Best regards, > Tsukasa. > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev > -- Todd Fiala | Software Engineer | [email protected] | 650-943-3180
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
