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.
Details
Details
- Reviewers
jingham aprantl serge-sans-paille - Commits
- rG961fbf21c644: [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recognized…
rL350376: [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recognized…
rLLDB350376: [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recognized…
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB