Skip to content

Commit 4346461

Browse files
committed
[lldb] Update SWIG python static bindings
Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 55a873f commit 4346461

File tree

3 files changed

+310
-143
lines changed

3 files changed

+310
-143
lines changed

lldb/bindings/interface/SBAttachInfo.i

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ public:
112112

113113
void
114114
SetListener (lldb::SBListener &listener);
115+
116+
const char *
117+
GetScriptedProcessClassName() const;
118+
119+
void SetScriptedProcessClassName(const char *class_name);
120+
121+
lldb::SBStructuredData
122+
GetScriptedProcessDictionary() const;
123+
124+
void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
115125
};
116126

117127
} // namespace lldb

0 commit comments

Comments
 (0)