This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Fix TestPrintStackTraces.py
ClosedPublic

Authored by nitesh.jain on Jan 13 2016, 12:35 AM.

Details

Reviewers
ovyalov
clayborg
Summary

The thread_start function in libc doesn't contain any epilogue and prologue instructions. Hence unwinding fail when we are stopped in thread_start.

Diff Detail

Repository
rL LLVM

Event Timeline

nitesh.jain retitled this revision from to [LLDB][MIPS].
nitesh.jain updated this object.
nitesh.jain added reviewers: clayborg, ovyalov.
nitesh.jain set the repository for this revision to rL LLVM.
nitesh.jain retitled this revision from [LLDB][MIPS] to [LLDB][MIPS] Fix TestPrintStackTraces.py.
clayborg accepted this revision.Jan 13 2016, 10:20 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Jan 13 2016, 10:20 AM
ovyalov accepted this revision.Jan 13 2016, 11:25 AM
ovyalov edited edge metadata.
slthakur edited edge metadata.Jan 25 2016, 4:35 AM
slthakur added a subscriber: lldb-commits.
slthakur closed this revision.Jan 25 2016, 4:37 AM

Committed in revision 258685.