mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 17:28:30 +08:00
Add documentation for SBTarget::AppendImageSearchPath
llvm-svn: 339189
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user