summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBCompileUnit.i
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-04-23 10:04:22 +0000
committerPavel Labath <pavel@labath.sk>2019-04-23 10:04:22 +0000
commit330bc8af131c5b42efe120dbf70f47881d02d3a3 (patch)
treec7d36a6096ebe886c681ab8469416e1c996c6292 /lldb/scripts/interface/SBCompileUnit.i
parentb7dc13f4c024ea8117d0029250b1a01b9441faa3 (diff)
downloadbcm5719-llvm-330bc8af131c5b42efe120dbf70f47881d02d3a3.tar.gz
bcm5719-llvm-330bc8af131c5b42efe120dbf70f47881d02d3a3.zip
modify-python-lldb: Remove \a-removing code
instead, remove \a directly from the interface files. llvm-svn: 358967
Diffstat (limited to 'lldb/scripts/interface/SBCompileUnit.i')
-rw-r--r--lldb/scripts/interface/SBCompileUnit.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/interface/SBCompileUnit.i b/lldb/scripts/interface/SBCompileUnit.i
index 6bae01bf370..26c10df2c3d 100644
--- a/lldb/scripts/interface/SBCompileUnit.i
+++ b/lldb/scripts/interface/SBCompileUnit.i
@@ -88,7 +88,7 @@ public:
FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
%feature("docstring", "
- Get all types matching \a type_mask from debug info in this
+ Get all types matching type_mask from debug info in this
compile unit.
@param[in] type_mask
@@ -100,7 +100,7 @@ public:
unit.
@return
- A list of types in this compile unit that match \a type_mask") GetTypes;
+ A list of types in this compile unit that match type_mask") GetTypes;
lldb::SBTypeList
GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
OpenPOWER on IntegriCloud