Re: [lldb-dev] Calling multiply defined symbols

2016-06-29 Thread Aidan via lldb-dev
determine precedence. Jim On Jun 29, 2016, at 4:57 AM, Aidan via lldb-dev wrote: Hi all, We have a process that contains multiple definitions of the same function. The function in question is declared 'static extern' in a header and included in multiple compilation units. This c

[lldb-dev] Calling multiply defined symbols

2016-06-29 Thread Aidan via lldb-dev
Hi all, We have a process that contains multiple definitions of the same function. The function in question is declared 'static extern' in a header and included in multiple compilation units. This causes some confusion for lldb expression parser when trying to invoke the function by name, sin