This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)
ClosedPublic

Authored by mib on Jan 18 2023, 2:38 PM.

Details

Summary

This patch introduces a new method to the Scripted Process interface,
GetCapabilities.

This returns a dictionary that contains a list of flags that the
ScriptedProcess instance supports. This can be used for instance, to
force symbol lookup, when loading dynamic libraries in the scripted process.

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

Diff Detail