diff options
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
-rw-r--r-- | lldb/include/lldb/API/SBInstruction.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h index 7ebdcfc4756..26c0d9fba64 100644 --- a/lldb/include/lldb/API/SBInstruction.h +++ b/lldb/include/lldb/API/SBInstruction.h @@ -25,6 +25,13 @@ public: SBInstruction (); + SBInstruction (const SBInstruction &rhs); + +#ifndef SWIG + const SBInstruction & + operator = (const SBInstruction &rhs); +#endif + ~SBInstruction (); bool |