commit | aeafd16b903de784108b15534ccdab8b1a83f8bb | [log] [tgz] |
---|---|---|
author | Andrey Khalyavin <halyavin@google.com> | Thu Aug 08 13:03:52 2013 |
committer | Andrey Khalyavin <halyavin@google.com> | Thu Aug 08 13:03:52 2013 |
tree | 6be6fafd89149615c8cb3b60e62bf8711c3ce9a0 | |
parent | 4b05a3931690240db417272312a03f724eac6d1f [diff] |
Create NaCl specific frame inner detection function. GDB compares frame pointers to detect incorrect frame. We have to create NaCl specific function that ignores base address. This is need since PNaCl erases base address from stack frames. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3600 TEST= none Review URL: https://codereview.chromium.org/22590004