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
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
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