diff options
Diffstat (limited to 'lldb/include/lldb/API/SBFunction.h')
| -rw-r--r-- | lldb/include/lldb/API/SBFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBFunction.h b/lldb/include/lldb/API/SBFunction.h index 0a8aeeff1ea5..e703ae5dd63c 100644 --- a/lldb/include/lldb/API/SBFunction.h +++ b/lldb/include/lldb/API/SBFunction.h @@ -36,6 +36,8 @@ public: const char *GetMangledName() const; + const char *GetBaseName() const; + lldb::SBInstructionList GetInstructions(lldb::SBTarget target); lldb::SBInstructionList GetInstructions(lldb::SBTarget target, |
