Re: [Lldb-commits] [lldb] r218325 - Fix up the HostThread interface, making the interface simpler.

2014-09-30 Thread Zachary Turner
Will have a look when I get in later this morning. On Tue, Sep 30, 2014 at 6:00 AM, Ed Maste ema...@freebsd.org wrote: On 23 September 2014 14:32, Zachary Turner ztur...@google.com wrote: Author: zturner Date: Tue Sep 23 13:32:09 2014 New Revision: 218325 URL:

Re: [Lldb-commits] [lldb] r218325 - Fix up the HostThread interface, making the interface simpler.

2014-09-30 Thread Todd Fiala
Todd is looking into them. Yep - looking at the FreeBSD build at TOT. I've got a couple interviews to conduct so might not get this wrapped up until late afternoon, but I am building and starting to investigate now. FreeBSD and Linux both overlap heavily in the ProcessMonitor/ProcessPOSIX

Re: [Lldb-commits] [lldb] r218325 - Fix up the HostThread interface, making the interface simpler.

2014-09-30 Thread Todd Fiala
Oh I think I see what's going on. For Android, Tong had to add some complete pathing to files. He did not realize that FreeBSD/Linux play header file directory tom-foolery to give each the appropriate view of ProcessMonitor.h (there are two --- one for FreeBSD, one for Linux). I think he hard

[Lldb-commits] [lldb] r218325 - Fix up the HostThread interface, making the interface simpler.

2014-09-23 Thread Zachary Turner
Author: zturner Date: Tue Sep 23 13:32:09 2014 New Revision: 218325 URL: http://llvm.org/viewvc/llvm-project?rev=218325view=rev Log: Fix up the HostThread interface, making the interface simpler. Reviewed by: Greg Clayton Differential Revision: http://reviews.llvm.org/D5417 Modified: