Re: [lldb-dev] [BUG] Regression: unprintable characters displayed

2015-11-06 Thread via lldb-dev
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

[lldb-dev] [Bug 25433] New: LLDB expressions confused by overloading

2015-11-06 Thread via lldb-dev
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

Re: [lldb-dev] LLDB expressions confused by overloading

2015-11-06 Thread Siva Chandra via lldb-dev
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

Re: [lldb-dev] LLDB expressions confused by overloading

2015-11-06 Thread Aidan Dodds via lldb-dev
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