This is an archive of the discontinued LLVM Phabricator instance.

[lldb-vscode] Add Support for Module Event
AbandonedPublic

Authored by aelitashen on Jun 24 2020, 2:48 PM.

Details

Reviewers
wallace
clayborg
Summary

Make lldb-vscode receive and process module events so that modules can be rendered in the IDE.

Diff Detail

Event Timeline

aelitashen created this revision.Jun 24 2020, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2020, 2:48 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

This seems like a continuation of https://reviews.llvm.org/D82477. I would close this one down by selecting abandon revision, and then click the "update diff" button in D82477 and upload your new patch. I am guessing you did this manually and not with "arc diff"?

Formatting the code

aelitashen abandoned this revision.Jun 25 2020, 8:31 AM

Mistakenly created two diffs on same commit, See D82477 for the original diff.