Add documentation for SBTarget::AppendImageSearchPath

llvm-svn: 339189
This commit is contained in:
Alexander Polyakov 2018-08-07 21:41:59 +00:00
parent be1166a43b
commit a320e39acd
2 changed files with 4 additions and 0 deletions

View File

@ -272,6 +272,7 @@ public:
lldb::SBFileSpec GetExecutable();
// Append the path mapping (from -> to) to the target's paths mapping list.
void AppendImageSearchPath(const char *from, const char *to,
lldb::SBError &error);

View File

@ -373,6 +373,9 @@ public:
lldb::SBFileSpec
GetExecutable ();
%feature("docstring", "
/// Append the path mapping (from -> to) to the target's paths mapping list.
") AppendImageSearchPath;
void
AppendImageSearchPath (const char *from,
const char *to,