summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBInstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
-rw-r--r--lldb/include/lldb/API/SBInstruction.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h
index 79ffd8e27e2..2893ea667a3 100644
--- a/lldb/include/lldb/API/SBInstruction.h
+++ b/lldb/include/lldb/API/SBInstruction.h
@@ -11,6 +11,7 @@
#define LLDB_SBInstruction_h_
#include "lldb/API/SBDefines.h"
+#include "lldb/API/SBData.h"
#include <stdio.h>
@@ -39,6 +40,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