llvm-project/lldb/source
Jim Ingham c7078c228a Fixed a thinko in the handling of the case where more than one thread had stopped with real stop reasons at the same time.
Should be that if any of the threads wants to stop, we should stop.  The opposite was what was actually happening

<rdar://problem/12869725>

llvm-svn: 170153
2012-12-13 22:24:15 +00:00
..
API Fixed a few bugs in the "step in" thread plan logic. 2012-12-12 19:58:40 +00:00
Breakpoint Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Commands Removed the == and != operators from ArchSpec, since 2012-12-13 22:07:14 +00:00
Core Removed the == and != operators from ArchSpec, since 2012-12-13 22:07:14 +00:00
Expression Fixed the IRInterpreter's handling of "this" and 2012-12-11 22:39:36 +00:00
Host Removed the == and != operators from ArchSpec, since 2012-12-13 22:07:14 +00:00
Interpreter Option changes: 2012-12-12 03:23:37 +00:00
Plugins Removed the == and != operators from ArchSpec, since 2012-12-13 22:07:14 +00:00
Symbol Allow LLDB to work with dSYM files that have a DWARF compile unit with nothing else to support clang's new -gline-tables-only mode of compiling. 2012-12-12 17:30:52 +00:00
Target Fixed a thinko in the handling of the case where more than one thread had stopped with real stop reasons at the same time. 2012-12-13 22:24:15 +00:00
Utility Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00