summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBFrame.i
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-06-24 18:35:36 +0000
committerOleksiy Vyalov <ovyalov@google.com>2015-06-24 18:35:36 +0000
commit6345fe3eb380e8e3f8663c1dc633501cf70f7910 (patch)
treece3249285062518aab2de83cd1dce6350d44dd9e /lldb/scripts/interface/SBFrame.i
parent19e86199f145ef42890b98024011ebbc201b2485 (diff)
downloadbcm5719-llvm-6345fe3eb380e8e3f8663c1dc633501cf70f7910.tar.gz
bcm5719-llvm-6345fe3eb380e8e3f8663c1dc633501cf70f7910.zip
Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.".
llvm-svn: 240565
Diffstat (limited to 'lldb/scripts/interface/SBFrame.i')
-rw-r--r--lldb/scripts/interface/SBFrame.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/interface/SBFrame.i b/lldb/scripts/interface/SBFrame.i
index 4bc0da6d800..2211dd103f9 100644
--- a/lldb/scripts/interface/SBFrame.i
+++ b/lldb/scripts/interface/SBFrame.i
@@ -126,7 +126,7 @@ public:
/// See also IsInlined().
") GetFunctionName;
const char *
- GetFunctionName() const;
+ GetFunctionName();
%feature("docstring", "
/// Return true if this frame represents an inlined function.
@@ -134,7 +134,7 @@ public:
/// See also GetFunctionName().
") IsInlined;
bool
- IsInlined() const;
+ IsInlined();
%feature("docstring", "
/// The version that doesn't supply a 'use_dynamic' value will use the
OpenPOWER on IntegriCloud