diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-02-13 15:01:33 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-02-13 15:01:33 +0000 |
| commit | 2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (patch) | |
| tree | 525149683974afa86747b749d45f0425749e972e /include/lldb/API/SBInstruction.h | |
| parent | e195173fdf080138dbb42936dea88c605e4b9a56 (diff) | |
Notes
Diffstat (limited to 'include/lldb/API/SBInstruction.h')
| -rw-r--r-- | include/lldb/API/SBInstruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBInstruction.h b/include/lldb/API/SBInstruction.h index c4bded595761..2bacc2b97746 100644 --- a/include/lldb/API/SBInstruction.h +++ b/include/lldb/API/SBInstruction.h @@ -60,6 +60,9 @@ public: bool DoesBranch (); + bool + HasDelaySlot (); + void Print (FILE *out); |
