Re: [lldb-dev] [RFC] Having common Python OS Plug-in

2019-04-17 Thread Jim Ingham via lldb-dev
The os plugin in the KDK's is just a packaged up version of what's in the link you referenced, so the KDK wouldn't add anything. Jim > On Apr 17, 2019, at 12:50 PM, Alexander Polyakov > wrote: > > It seems that I need a Apple ID to create an account, can you please share > the code? > > I

Re: [lldb-dev] [RFC] Having common Python OS Plug-in

2019-04-17 Thread Alexander Polyakov via lldb-dev
It seems that I need a Apple ID to create an account, can you please share the code? I want common OS plug-in to be similar to Apple's lldbmacros (link ), but it should be with support of multiple architectures and operating systems

Re: [lldb-dev] [RFC] Having common Python OS Plug-in

2019-04-17 Thread Jim Ingham via lldb-dev
If you want to undertake such a thing, that would be great. The other fairly complex OS plugin that exists in the wild is the one that ships with the Darwin Kernel Debug Kit. You can get this from http://developer.apple.com/download/more - you need a free ADC account to get this, though if th