[Lldb-commits] [PATCH] D71311: LanguageRuntime: Simplify NSException::GetSummary() output
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 10 15:57:49 PST 2019
JDevlieghere added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjNSException.py:30
'(NSException *) except1 = ',
- 'name: @"TheGuyWhoHasNoName~1" - reason: @"cuz it\'s funny"',
+ '@"cuz it\'s funny"',
'(NSException *) except2 = ',
----------------
Can we modify these strings so they're different for the different exceptions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71311/new/
https://reviews.llvm.org/D71311
More information about the lldb-commits
mailing list