Re: [lldb-dev] Returning multiple values in Python API function

2016-10-21 Thread Francis Ricci via lldb-dev
On Fri, Oct 21, 2016 at 3:30 PM, Greg Clayton wrote: > >> On Oct 21, 2016, at 1:03 PM, Francis Ricci via lldb-dev >> wrote: >> >> Hi all, >> >> I'm looking to add Platform::LaunchGDBServer() to the SBPlatform API, >> but it requires two return values - an lldb::pid_t and a string url. >> Interna

Re: [lldb-dev] Returning multiple values in Python API function

2016-10-21 Thread Greg Clayton via lldb-dev
> On Oct 21, 2016, at 1:03 PM, Francis Ricci via lldb-dev > wrote: > > Hi all, > > I'm looking to add Platform::LaunchGDBServer() to the SBPlatform API, > but it requires two return values - an lldb::pid_t and a string url. > Internally, we just pass by reference, but we can't do that in the >

[lldb-dev] New Hackers Lab - Volunteers and Code Owners Needed

2016-10-21 Thread Tanya Lattner via lldb-dev
All, We are trying something different at the Hackers Lab at the upcoming LLVM Developers’ Meeting and need volunteers to help make this a success! The reason behind the change is that we want to make the Hackers Lab more inviting to new developers, make it easier to find the developers you are

[lldb-dev] [Bug 30764] New: Hang in lldb when running a freestyle job on a Jenkins JNLP Agent running on Mac OSX

2016-10-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=30764 Bug ID: 30764 Summary: Hang in lldb when running a freestyle job on a Jenkins JNLP Agent running on Mac OSX Product: lldb Version: unspecified Hardware: Macintosh

[lldb-dev] Returning multiple values in Python API function

2016-10-21 Thread Francis Ricci via lldb-dev
Hi all, I'm looking to add Platform::LaunchGDBServer() to the SBPlatform API, but it requires two return values - an lldb::pid_t and a string url. Internally, we just pass by reference, but we can't do that in the API. Any suggestions on how to do this, since we can't pass primitives by reference

[lldb-dev] [Bug 30758] New: lldb does not handle single instruction tripping multiple watchpoints on arm/aarch64

2016-10-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=30758 Bug ID: 30758 Summary: lldb does not handle single instruction tripping multiple watchpoints on arm/aarch64 Product: lldb Version: unspecified Hardware: PC OS: Lin