This is an archive of the discontinued LLVM Phabricator instance.

Create a ProcessWindows plugin for LLDB
ClosedPublic

Authored by zturner on Jul 25 2014, 4:45 PM.

Details

Summary

This patch creates a ProcessWindows class which knows how to manage processes on Windows.

Currently this is very simple, and the only thing it can do is launch a process. More functionality will be added over time.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 11904.Jul 25 2014, 4:45 PM
zturner retitled this revision from to Create a ProcessWindows plugin for LLDB.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a subscriber: Unknown Object (MLST).
zturner closed this revision.Jul 28 2014, 9:54 AM
zturner updated this revision to Diff 11949.

Closed by commit rL214094 (authored by @zturner).