summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBInstruction.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBInstruction.i')
-rw-r--r--lldb/scripts/Python/interface/SBInstruction.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBInstruction.i b/lldb/scripts/Python/interface/SBInstruction.i
index 1a9fc205258..cf82ad9e4d6 100644
--- a/lldb/scripts/Python/interface/SBInstruction.i
+++ b/lldb/scripts/Python/interface/SBInstruction.i
@@ -30,6 +30,18 @@ public:
SBAddress
GetAddress();
+ const char *
+ GetOpcodeName (lldb::SBTarget target);
+
+ const char *
+ GetMnemonics (lldb::SBTarget target);
+
+ const char *
+ GetComment (lldb::SBTarget target);
+
+ lldb::SBData
+ GetData (lldb::SBTarget target);
+
size_t
GetByteSize ();
OpenPOWER on IntegriCloud