llvm-project/lldb/source
Johnny Chen fd158f411a StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to
the WatchpointLocation object to check whether it should stop and allow it to update the hit
count, among other bookkeepings.

llvm-svn: 140279
2011-09-21 22:47:15 +00:00
..
API Fixed two printf format errors. 2011-09-21 06:45:51 +00:00
Breakpoint StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to 2011-09-21 22:47:15 +00:00
Commands Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
Core The first part of a fix for being able to select an architecture slice from 2011-09-21 03:57:31 +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 The first part of a fix for being able to select an architecture slice from 2011-09-21 03:57:31 +00:00
Symbol Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
Target StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to 2011-09-21 22:47:15 +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