This is an archive of the discontinued LLVM Phabricator instance.

Fix use of non-existing variable in crashlog.py
ClosedPublic

Authored by shafik on Jan 30 2019, 12:55 PM.

Details

Summary

The method find_matching_slice(self) uses uuid_str on one of the paths but the variable does not exist and so this results in a NameError exception if we take that path.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

shafik created this revision.Jan 30 2019, 12:55 PM
davide accepted this revision.Jan 30 2019, 1:04 PM
davide added a subscriber: davide.

LGTM

This revision is now accepted and ready to land.Jan 30 2019, 1:04 PM
This revision was automatically updated to reflect the committed changes.