On Tue, Oct 20, 2015 at 04:09:16PM -0400, Ramkumar Ramachandra via lldb-dev
wrote:
> Hi,
>
> This does not happen with lldb-330.0.48, which ships with OS X, but
> happens with HEAD:
>
> frame #0: 0x000101c3ce8c libmwcgir_vm_rt.dylib`(anonymous
> namespace)::CgJITMemManager::endFunctionBo
https://llvm.org/bugs/show_bug.cgi?id=25433
Bug ID: 25433
Summary: LLDB expressions confused by overloading
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Note that my patch is C++ specific. You might want to try by
commenting out the C++ check. Also, since in your case something
(though wrong) is actually found, you will have to change the ordering
of tries in ClangExpressionDeclMap::GetFunctionAddress.
On Fri, Nov 6, 2015 at 3:12 AM, Aidan Dodds
Thanks Siva,
This indeed looks somewhat related to the problems we are seeing here.
I'm just having a read of your patch now and going to try it out here.
On 05/11/2015 18:24, Siva Chandra wrote:
On Thu, Nov 5, 2015 at 9:43 AM, Aidan Dodds via lldb-dev
wrote:
I believe I have tracked down an i