diff options
Diffstat (limited to 'lldb/scripts/interface/SBInstructionList.i')
-rw-r--r-- | lldb/scripts/interface/SBInstructionList.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBInstructionList.i b/lldb/scripts/interface/SBInstructionList.i index d50deba4f5e..13573230275 100644 --- a/lldb/scripts/interface/SBInstructionList.i +++ b/lldb/scripts/interface/SBInstructionList.i @@ -66,6 +66,8 @@ public: bool DumpEmulationForAllInstructions (const char *triple); + STRING_EXTENSION(SBInstructionList) + #ifdef SWIGPYTHON %pythoncode %{ def __iter__(self): |