[Lldb-commits] [lldb] r131645 - /lldb/trunk/source/lldb.cpp

Amit Kulkarni amitkulz at gmail.com
Thu May 19 12:03:41 PDT 2011


On Thu, May 19, 2011 at 1:03 PM, Jim Ingham <jingham at apple.com> wrote:
> Why did you have to define these out?  Was it just a problem with building?  We want to make it possible to build an lldb that can be any of the kinds of cross debugger that lldb currently supports, so you don't have to play the games that gdb does with building the linux-cross-arm, and linux-native, and etc, etc. debuggers.  Since you need the ABI bits to make a Linux-cross-MacOS X debugger, we want to make sure these build on all the platforms lldb supports.
>
> If there's some problem building them, we should resolve that.

Err. I was having problems building on freebsd. I had sent out a diff
somewghat like this a week ago. If its resolved please ignore this
email.

Thanks




More information about the lldb-commits mailing list