Re: [lldb-dev] Link warnings about lldb::endian::InlHostByteOrder()

2015-11-05 Thread Bruce Mitchener via lldb-dev
On Fri, Nov 6, 2015 at 1:00 AM, Greg Clayton wrote: > > > On Nov 5, 2015, at 1:21 AM, Bruce Mitchener via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > Greg et al: > > > > When linking (cmake on OS X), I get a lot of warnings like this: > > > > ld: warning: cannot export hidden symbol >

[lldb-dev] [Bug 22875] unwind-on-error-in-expressions=false is broken

2015-11-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=22875 Keno Fischer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] Reminder: LLVM bay-area social is tonight @7PM

2015-11-05 Thread Chandler Carruth via lldb-dev
It's the first thursday of the month, and like every month, we have a social! 7pm at Tied House as usual. http://www.meetup.com/LLVM-Bay-Area-Social/events/226134792/ ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailma

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

2015-11-05 Thread Siva Chandra via lldb-dev
On Thu, Nov 5, 2015 at 9:43 AM, Aidan Dodds via lldb-dev wrote: > I believe I have tracked down an interesting bug which related to LLDBs > expression parser. > > In my target program I have a math library, a shared object which makes use > of clangs __attribute__((overloadable)) extension for C99

Re: [lldb-dev] Link warnings about lldb::endian::InlHostByteOrder()

2015-11-05 Thread Greg Clayton via lldb-dev
> On Nov 5, 2015, at 1:21 AM, Bruce Mitchener via lldb-dev > wrote: > > Greg et al: > > When linking (cmake on OS X), I get a lot of warnings like this: > > ld: warning: cannot export hidden symbol lldb::endian::InlHostByteOrder() > from > lib/liblldbPluginProcessUtility.a(RegisterCo

[lldb-dev] LLDB expressions confused by overloading

2015-11-05 Thread Aidan Dodds via lldb-dev
I believe I have tracked down an interesting bug which related to LLDBs expression parser. In my target program I have a math library, a shared object which makes use of clangs __attribute__((overloadable)) extension for C99. This causes the the function names in the math library to be mangle

[lldb-dev] Link warnings about lldb::endian::InlHostByteOrder()

2015-11-05 Thread Bruce Mitchener via lldb-dev
Greg et al: When linking (cmake on OS X), I get a lot of warnings like this: ld: warning: cannot export hidden symbol lldb::endian::InlHostByteOrder() from lib/liblldbPluginProcessUtility.a(RegisterContextDarwin_arm64.cpp.o) Should this function be in the public namespace? It is an inli