This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recognized arguments
ClosedPublic

Authored by kubamracek on Dec 21 2018, 2:41 PM.

Details

Summary

Looks like ObjCExceptionRecognizedStackFrame is only vending the recognized exception via GetExceptionObject. It should also present it just as a regular recognized argument, i.e. populate the m_arguments field. Adding test.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

kubamracek created this revision.Dec 21 2018, 2:41 PM
aprantl accepted this revision.Jan 3 2019, 3:08 PM
This revision is now accepted and ready to land.Jan 3 2019, 3:08 PM
This revision was automatically updated to reflect the committed changes.