[lldb-dev] [PATCH] For SBDebugger::Create assertion failure

Greg Clayton gclayton at apple.com
Thu Oct 9 10:40:11 PDT 2014


> On Oct 8, 2014, at 10:16 PM, Matthew Gardiner <mg11 at csr.com> wrote:
> 
> Thanks Greg,
> 
> Yes, my confusion stemmed from the scoping of the functions.
> 
> It would have been better, as you'd stated, if we'd have got:
> 
> namespace lldb {
>  void Initialize();
>  void Terminate();
> }
> 
> But I appreciate that the C++ API is hard to change. Sorry about
> previous confusion.
> 
> There's a couple of additions I would like to make to the API soon,
> which will benefit the kalimba non-8-bit byte stuff. I'll build test
> cases first and add a review before doing anything drastic first.

Sounds good. Just know it is always possible to add API without any issue. Do let us know what those APIs are and we can make sure they will work going forward.





More information about the lldb-dev mailing list