llvm-project/lldb/source
Jim Ingham 969795f14b 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.)

llvm-svn: 140225
2011-09-21 01:17:13 +00:00
..
API Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Breakpoint Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Commands Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Core Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Expression Fixed a problem where expressions would attempt to 2011-09-20 23:01:51 +00:00
Host Change the macosx Host::FindProcesses() to include all processes 2011-09-13 00:52:59 +00:00
Interpreter Fix comment typo. 2011-09-21 01:04:49 +00:00
Plugins Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Symbol Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
Target Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed the logging output to be done consistently across all plug-ins. 2011-09-12 04:05:41 +00:00
lldb.cpp Added first pass at PE COFF file reading support. It parses the sections 2011-09-09 20:33:05 +00:00