This is an archive of the discontinued LLVM Phabricator instance.

Enable process launching on android from lldb-gdbserver
ClosedPublic

Authored by tberghammer on Feb 13 2015, 7:56 AM.

Details

Summary

Enable process launching on android from lldb-gdbserver

Currently it is uses the same code used on linux. Will be replaced with android specific code if needed.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Enable process launching on android from lldb-gdbserver.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: ovyalov, vharron.
tberghammer added a subscriber: Unknown Object (MLST).
ovyalov accepted this revision.Feb 13 2015, 10:39 AM
ovyalov edited edge metadata.

Look good.

source/Plugins/Platform/Android/PlatformAndroid.cpp
33 ↗(On Diff #19892)

Do we still need conditional compilation here?

This revision is now accepted and ready to land.Feb 13 2015, 10:39 AM
tberghammer added inline comments.Feb 16 2015, 2:27 AM
source/Plugins/Platform/Android/PlatformAndroid.cpp
33 ↗(On Diff #19892)

Yes we do because each Platform*::Initialize() will be called on startup but only one of them have to register itself as a host platform.

This revision was automatically updated to reflect the committed changes.