meeloo / xspray

A front end for lldb on OS X for Mac and iOS targets, with a twist
Mozilla Public License 2.0
275 stars 21 forks source link

install instruction maybe missing checkout #4

Closed ipfans closed 9 years ago

ipfans commented 9 years ago
> cd WORK
> svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb
> git clone git@github.com:meeloo/nui3.git
> git clone git@github.com:meeloo/Xspray.git

I checkout lldb svn and when compile the source code I found that ''lldb/lldb.h" is missing. and I can not find this file in lldb dir.

So is there something I missed?

meeloo commented 9 years ago

Hi, sometimes the lldb trunk is broken. I haven't tried compiling it in a while though so things may have changed. Maybe you should ask in the lldb-dev mailing list.

h-karthik commented 9 years ago

Hi, Apologies for the slightly different question. As someone who has experience in this area, I thoughts I can check with you to get some advice.

My goal is to build a separate app just to monitor FPS and other metrics on the iPhone. Specifically com.apple.xray.instrument-type.coreanimation.

Do you think this can be read from the device on a periodic bases? I am a complete beginner to iOS and any thoughts you may have will be much appreciated.

I looked at your source for connecting to an iOS Device, and you have AMDeviceStartService for various domains. I am presuming I can use this. Is this correct?

Thanks a ton, Karthik

meeloo commented 9 years ago

Hi,

I tried to find informations about that at the time and couldn't find anything at all. The trouble is that I now work at Apple, on unrelated projets, but still, it would be quite awkward and dangerous for me to try to find this kind of info and talk about it ;-).

Cheers,

S.

h-karthik commented 9 years ago

Hi,   Totally understand. I will keep plodding. Thanks for your help,Karthik

 On Tuesday, 9 December 2014 5:17 PM, Sébastien Métrot <notifications@github.com> wrote:

Hi,I tried to find informations about that at the time and couldn't find anything at all. The trouble is that I now work at Apple, on unrelated projets, but still, it would be quite awkward and dangerous for me to try to find this kind of info and talk about it ;-).Cheers,S.— Reply to this email directly or view it on GitHub.