Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoin...
authorJim Ingham <jingham@apple.com>
Tue, 16 Oct 2012 00:09:33 +0000 (00:09 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 16 Oct 2012 00:09:33 +0000 (00:09 +0000)
commit5d88a068eed8625b9668db9f6b254ae5d2a0e187
tree107a171d4e7d5594649bcd7db199c77446dbbe87
parent244beb42cee42a2ba367772d2d2a8bb04c98991f
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the
first breakpoint would skip the second.

llvm-svn: 166000
lldb/include/lldb/Target/Thread.h
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Thread.cpp
lldb/test/lang/cpp/dynamic-value/pass-to-base.cpp