commit | f0bc81575b0048a004add5e0212a6a15757dbdb0 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Mon Apr 23 20:23:39 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Mon Apr 23 20:23:39 2012 +0000 |
tree | 4080de8cdb1629ec7e60a525b1562aa714c68150 | |
parent | 67898a0b30e9918df1709fe0c0b3e479a3fe7c8e [diff] |
Added the ability to specify the symbol file for a module when adding it to a target. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155384 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBTarget.i b/scripts/Python/interface/SBTarget.i index fccecd3..23a9ba1 100644 --- a/scripts/Python/interface/SBTarget.i +++ b/scripts/Python/interface/SBTarget.i
@@ -481,6 +481,12 @@ const char *triple, const char *uuid); + lldb::SBModule + AddModule (const char *path, + const char *triple, + const char *uuid_cstr, + const char *symfile); + uint32_t GetNumModules () const;