This is an archive of the discontinued LLVM Phabricator instance.

Don't assign line table entries to code not contained in the entry...
ClosedPublic

Authored by jingham on Mar 16 2017, 6:32 PM.

Details

Reviewers
clayborg
Summary

If you have code before the first line table entry when debugging with .o files on macOS, the LineTable entry search code was assigning all that code to the first line table entry. Don't do that.

Diff Detail

Repository
rL LLVM

Event Timeline

jingham created this revision.Mar 16 2017, 6:32 PM
clayborg accepted this revision.Mar 16 2017, 7:46 PM
This revision is now accepted and ready to land.Mar 16 2017, 7:46 PM
jingham closed this revision.Mar 20 2017, 12:31 PM

Closed by r298289.