llvm-project/lldb/source
Jason Molenda a1a864631a Fix a bug introduced in r235737 where code with important side
effects was passed as an expression to assert() calls.  If lldb is
built without asserts, the expression was eliminated and we lost
the side effects -- these methods stopped working.  

<rdar://problem/30342959> 

llvm-svn: 295271
2017-02-16 02:08:33 +00:00
..
API [CMake] Adding API dependency on Utility 2017-02-13 21:16:01 +00:00
Breakpoint [CMake] Adding API dependency on Utility 2017-02-13 21:19:53 +00:00
Commands Revert "Refactor log channel registration mechanism" 2017-02-15 17:13:19 +00:00
Core Revert "Refactor log channel registration mechanism" 2017-02-15 17:13:19 +00:00
DataFormatters Clean up debug logging 2017-02-13 11:03:17 +00:00
Expression Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Host Fix a bug introduced in r235737 where code with important side 2017-02-16 02:08:33 +00:00
Initialization [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
Interpreter Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Plugins Revert "Refactor log channel registration mechanism" 2017-02-15 17:13:19 +00:00
Symbol Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Target Bug 30863 - Step doesn't stop with conditional breakpoint on the next line 2017-02-15 11:42:47 +00:00
Utility Use StringRef and APFloat instead of lldb/StringConvert.h 2017-02-14 19:07:01 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00