[Lldb-commits] Exceptions with builder lldb-x86_64-linux
Malea, Daniel
daniel.malea at intel.com
Wed May 8 07:57:21 PDT 2013
Indeed you're right. The 'foo' is in fact a parameter; can't believe I
missed that.
In any case, I plan to remove the __builtin_trap() call from
Test13338477.py so it can pass on Linux, and file a separate bug (with a
test case) to deal with invalid opcodes (on Linux).
Thanks,
Dan
On 2013-05-07 4:36 PM, "Greg Clayton" <gclayton at apple.com> wrote:
>
>I would look at which "foo" is is finding as it may have found a function
>foo, or incorrectly found "foo" from somewhere else. The first thing to
>do is to find out which foo it found, then we can track down why it found
>it.
>
More information about the lldb-commits
mailing list