Re: [lldb-dev] [Lldb-commits] LLGS for Free/NetBSD

2016-10-24 Thread Kamil Rytarowski via lldb-dev
On 25.10.2016 01:43, Saleem Abdulrasool via lldb-dev wrote: > On Mon, Oct 24, 2016 at 11:38 AM, Ed Maste via lldb-commits > mailto:lldb-comm...@lists.llvm.org>> wrote: > > On 24 October 2016 at 06:26, Pavel Labath > wrote: > > > > It's not my place to t

Re: [lldb-dev] [Lldb-commits] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)

2016-10-24 Thread Saleem Abdulrasool via lldb-dev
On Mon, Oct 24, 2016 at 11:38 AM, Ed Maste via lldb-commits < lldb-comm...@lists.llvm.org> wrote: > On 24 October 2016 at 06:26, Pavel Labath wrote: > > > > It's not my place to tell you how to work, but I'd recommend a > > different approach to this. If you base your work on the current > > Free

Re: [lldb-dev] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)

2016-10-24 Thread Kamil Rytarowski via lldb-dev
On 24.10.2016 20:38, Ed Maste wrote: > On 24 October 2016 at 06:26, Pavel Labath wrote: >> >> It's not my place to tell you how to work, but I'd recommend a >> different approach to this. If you base your work on the current >> FreeBSD in-process plugin, then when you get around to actually >> imp

Re: [lldb-dev] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)

2016-10-24 Thread Ed Maste via lldb-dev
On 24 October 2016 at 06:26, Pavel Labath wrote: > > It's not my place to tell you how to work, but I'd recommend a > different approach to this. If you base your work on the current > FreeBSD in-process plugin, then when you get around to actually > implementing remote support, you will find that

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

2016-10-24 Thread Greg Clayton via lldb-dev
The 'A' packet is for launching a process that is to be debugged only, it isn't supposed to be used just to launch a process that should just run. If the 'A' packet is being used in lldb-server in platform mode, then it is just wrong. We should probably pull it out of the server, or return an er

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

2016-10-24 Thread Pavel Labath via lldb-dev
On 22 October 2016 at 00:17, Francis Ricci via lldb-dev wrote: > 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 i

[lldb-dev] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)

2016-10-24 Thread Pavel Labath via lldb-dev
Moving the discussion to lldb-dev. On 21 October 2016 at 18:55, Dmitry Mikulin wrote: > Thanks Pavel! I'll start working on it. Do you know when lldb-server Linux > changes were committed? I want to use those patches as a template, but it's > hard to locate them digging through thousands of com