summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBFileSpec.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2011-09-21 01:17:13 +0000
committerJim Ingham <jingham@apple.com>2011-09-21 01:17:13 +0000
commit03c8ee5aeafcd6c43f10002a4f8096af01780f86 (patch)
tree0598fdf71da08672047fd3fdb5dd160738165cba /include/lldb/API/SBFileSpec.h
parentf0734cc92ec144a1980c68f07584074c8d625c49 (diff)
Add a new breakpoint type "break by source regular expression".
Fix the RegularExpression class so it has a real copy constructor. Fix the breakpoint setting with multiple shared libraries so it makes one breakpoint not one per shared library. Add SBFileSpecList, to be used to expose the above to the SB interface (not done yet.) git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@140225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/API/SBFileSpec.h')
-rw-r--r--include/lldb/API/SBFileSpec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBFileSpec.h b/include/lldb/API/SBFileSpec.h
index 9890d59fc..e3a6ce2d4 100644
--- a/include/lldb/API/SBFileSpec.h
+++ b/include/lldb/API/SBFileSpec.h
@@ -59,6 +59,7 @@ public:
private:
friend class SBBlock;
friend class SBCompileUnit;
+ friend class SBFileSpecList;
friend class SBHostOS;
friend class SBLineEntry;
friend class SBModule;