This is an archive of the discontinued LLVM Phabricator instance.

[source map] fix relative path breakpoints
ClosedPublic

Authored by wallace on Jul 29 2021, 6:17 PM.

Details

Summary

https://reviews.llvm.org/D45592 added a nice feature to be able to specify a breakpoint by a relative path. E.g. passing foo.cpp or bar/foo.cpp or zaz/bar/foo.cpp is fine. However, https://reviews.llvm.org/D68671 by mistake disabled the test that ensured this functionality works. With time, someone made a small mistake and fully broke the functionality.

So, I'm making a very simple fix and the test passes.

Diff Detail

Event Timeline

wallace requested review of this revision.Jul 29 2021, 6:17 PM
wallace created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2021, 6:17 PM
wallace updated this revision to Diff 362943.Jul 29 2021, 6:22 PM

add a comment

clayborg accepted this revision.Jul 29 2021, 6:34 PM

Good catch!

This revision is now accepted and ready to land.Jul 29 2021, 6:34 PM
This revision was landed with ongoing or failed builds.Jul 29 2021, 6:36 PM
This revision was automatically updated to reflect the committed changes.