[lldb-dev] [PATCH] Build lldb on FreeBSD
Greg Clayton
gclayton at apple.com
Tue Aug 2 14:49:23 PDT 2011
I have already moved all the RegisterContextDarwin* files into:
lldb/source/Plugins/Process/Utility
Johhny, please adjust the patch accordingly against the top of tree, or maybe David can update to top of tree LLDB and resend a patch.
On Aug 2, 2011, at 12:07 PM, David Forsythe wrote:
> Hi,
>
> I did a svn mv to move a bunch of RegisterContextDarwin*.h/cpp files
> out of utility into their own Process directory. I'm not fluent in
> svn but that seemed to be the way to move the files. Feel free to
> cherry pick around that part of the patch and do the move yourself if
> there's a better way to do it. I need someone to test the Darwin
> build with those files moved, though, since I didn't have a chance to
> do it myself.
>
> On Tue, Aug 2, 2011 at 11:59 AM, Johnny Chen <johnny.chen at apple.com> wrote:
>> Typo. The patch file, not the path file. :-)
>>
>> On Aug 2, 2011, at 11:53 AM, Johnny Chen wrote:
>>
>>> Hi David,
>>>
>>> Thanks for your patch. I've looked through the path file and found several references
>>> of removal of the entire source/Plugins/Process/Utility/RegisterContext*.h/.cpp files.
>>> Is that a mistake?
>>>
>>> On Jul 31, 2011, at 12:30 PM, David Forsythe wrote:
>>>
>>>> Hi,
>>>>
>>>> This patch gets lldb building and running on FreeBSD 9.0-CURRENT.
>>>> Most of it is bits copied from Linux and Darwin, but I had to move
>>>> some Darwin stuff out of Plugin/Utility and haven't had a chance to
>>>> test that build.
>>>>
>>>> The build needs libexecinfo from ports for backtrace_symbols_fd()
>>>>
>>>> --
>>>> David
>>>> <lldb_freebsd.patch>_______________________________________________
>>>> lldb-dev mailing list
>>>> lldb-dev at cs.uiuc.edu
>>>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>>
>>> _______________________________________________
>>> lldb-dev mailing list
>>> lldb-dev at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>
>> _______________________________________________
>> lldb-dev mailing list
>> lldb-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>
>
>
>
> --
> David
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list