Re: [lldb-dev] Making changes to the SB API

2018-06-11 Thread Jim Ingham via lldb-dev
Overloading with different numbers of arguments works with no problems, and we use that in a bunch of places in the SB API. I seem to remember that SWIG doesn't always get more subtle overloading (float vrs. double) right, but I can't bring a specific example to mind. Anyway, Greg's solution s

Re: [lldb-dev] Making changes to the SB API

2018-06-11 Thread Leonard Mosescu via lldb-dev
Thanks. I wasn't sure how well C++ overloading works with SWIG, that's definitely a more ergonomic solution. On Fri, Jun 8, 2018 at 1:16 PM, Greg Clayton wrote: > > > On Jun 8, 2018, at 12:54 PM, Leonard Mosescu via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > What is the governing philosop

[lldb-dev] Antwort: Re: LLDB fails to load C++ Plugin (sharedlib) - error: this file does not represent a loadable dylib

2018-06-11 Thread Bewoayia Kebianyor via lldb-dev
Hello, Thanks to Ted, Pavel and Greg for your reply with suggestion on how to resolve the issue. Greg's comment below help me to resolve the issue. >I am guessing that maybe your libModel_LLDB_Debugger.so shared >library can't find all the dependencies it requires when being >loaded. Try making