hanchenye-llvm-project/lldb/source/Breakpoint
Greg Clayton c1b2ccfd34 <rdar://problem/12953853>
Setting breakpoints using "breakpoint set --selector <SEL>" previously didn't when there was no dSYM file.

Also fixed issues in the test suite that arose after fixing the bug.

Also fixed the log channels to properly ref count the log streams using weak pointers to the streams. This fixes a test suite problem that would happen when you specified a full path to the compiler with the "--compiler" option.

llvm-svn: 171816
2013-01-08 00:01:36 +00:00
..
Breakpoint.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointID.cpp Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. 2012-09-04 14:55:50 +00:00
BreakpointIDList.cpp To silence the static analyzer. 2011-08-11 21:24:08 +00:00
BreakpointList.cpp Adding events when watchpoints are set or changed. 2012-12-18 02:03:49 +00:00
BreakpointLocation.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
BreakpointLocationCollection.cpp Send Breakpoint Changed events for all the relevant changes to breakpoints. 2012-02-08 05:23:15 +00:00
BreakpointLocationList.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointOptions.cpp Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
BreakpointResolver.cpp
BreakpointResolverAddress.cpp
BreakpointResolverFileLine.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointResolverFileRegex.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointResolverName.cpp <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
BreakpointSite.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointSiteList.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
Makefile
Stoppoint.cpp
StoppointCallbackContext.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
StoppointLocation.cpp Fixed some extra warnings that show up with the new clang. 2011-12-03 00:46:21 +00:00
Watchpoint.cpp Adding events when watchpoints are set or changed. 2012-12-18 02:03:49 +00:00
WatchpointList.cpp Adding events when watchpoints are set or changed. 2012-12-18 02:03:49 +00:00
WatchpointOptions.cpp rdar://problem/12007576 2012-08-13 21:09:54 +00:00