This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Improve error message when running static initialisers in expression fails
Needs ReviewPublic

Authored by teemperor on Nov 19 2019, 4:40 AM.

Details

Reviewers
jingham
Summary

The current error message is current error: couldn't run static initializers: couldn't run static initializer: which
just doesn't make a lot of sense.

This patch removes the duplicate error message and tries to improve the error message (at least for this test
case).

Diff Detail

Event Timeline

teemperor created this revision.Nov 19 2019, 4:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2019, 4:40 AM
teemperor updated this revision to Diff 230046.Nov 19 2019, 5:10 AM