llvm-project/lldb/source
Sean Callanan bf4b7be68e Removed the == and != operators from ArchSpec, since
equality can be strict or loose and we want code to
explicitly choose one or the other.

Also renamed the Compare function to IsEqualTo, to
avoid confusion.

<rdar://problem/12856749>

llvm-svn: 170152
2012-12-13 22:07:14 +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 Removed the == and != operators from ArchSpec, since 2012-12-13 22:07:14 +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