summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/unwind
diff options
context:
space:
mode:
authorRavitheja Addepally <ravitheja.addepally@intel.com>2016-01-19 12:55:21 +0000
committerRavitheja Addepally <ravitheja.addepally@intel.com>2016-01-19 12:55:21 +0000
commit15f89c420bc090b1a307bde1fea799aae7dbb646 (patch)
tree391c598b995c46d4e7f4fbf3649002a8a398e928 /lldb/packages/Python/lldbsuite/test/functionalities/unwind
parentf8f2d46002932c0834a4ca2d009b8e4766c9d129 (diff)
downloadbcm5719-llvm-15f89c420bc090b1a307bde1fea799aae7dbb646.tar.gz
bcm5719-llvm-15f89c420bc090b1a307bde1fea799aae7dbb646.zip
Fix for Bug 25338
Summary: The issue arises because LLDB is not able to read the vdso library correctly. The fix adds memory allocation callbacks to allocate sufficient memory in case the requested offsets don't fit in the memory buffer allocated for the ELF. Reviewers: lldb-commits, clayborg, deepak2427, ovyalov, labath, tberghammer Differential Revision: http://reviews.llvm.org/D16107 llvm-svn: 258122
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/unwind')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
index c0a311f7ac9..b67259d147b 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
@@ -14,7 +14,6 @@ import lldbsuite.test.lldbutil as lldbutil
class NoreturnUnwind(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @expectedFailurei386("llvm.org/pr25338")
@skipIfWindows # clang-cl does not support gcc style attributes.
def test (self):
"""Test that we can backtrace correctly with 'noreturn' functions on the stack"""
OpenPOWER on IntegriCloud