This is an archive of the discontinued LLVM Phabricator instance.

[lldb/API] Fix SBLaunchInfo::SetScriptedProcessDictionary
AbandonedPublic

Authored by mib on Oct 18 2021, 6:12 PM.

Details

Reviewers
JDevlieghere
Summary

The previous implementation of SBLaunchInfo::SetScriptedProcessDictionary
didn't actually parse the SBStructuredData's JSON and set it into the
opaque_ptr StructuredData::Dictionary.

This patch fixes that.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail