llvm-project/lldb/source
Jason Molenda 25f3961caf Roll back r198729; it seems to be causing two testsuite failures if llvm is built with asserts -
210: test_with_dsym_and_run_command (Test-rdar-10642615.Radar10642615DataFormatterTestCase)
     Test data formatter commands. ... Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file llvm/include/llvm/Support/Casting.h, line 239.

     226: test_with_dsym_and_run_command (Test-rdar-13338477.Radar13338477DataFormatterTestCase)
         Test that LLDB handles the clang typeclass Paren correctly. ... Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file llvm/include/llvm/Support/Casting.h, line 239.

llvm-svn: 198811
2014-01-09 00:02:17 +00:00
..
API Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
Breakpoint For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time 2013-12-06 01:12:00 +00:00
Commands Fix a couple of memory leaks. 2013-12-29 20:18:15 +00:00
Core New and improved data formatter for std::shared_ptr<> and std::weak_ptr<> 2014-01-08 01:36:59 +00:00
DataFormatters __CFString should also format as an NSString 2014-01-08 02:34:42 +00:00
Expression Fixed a bug where the expression parser doesn't 2014-01-07 23:15:26 +00:00
Host Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT on desktop builds of LLDB. 2014-01-08 22:12:52 +00:00
Interpreter Add a new-line 2013-12-21 08:24:28 +00:00
Plugins Fixes a bug preventing reading of the python register file. 2014-01-08 07:52:40 +00:00
Symbol Roll back r198729; it seems to be causing two testsuite failures if llvm is built with asserts - 2014-01-09 00:02:17 +00:00
Target Remove wait_for_launch parameter from DoAttachToProcessWithName(). This parameter is redundant as this information is already provided by the ProcessAttachInfo parameter. 2013-12-23 22:32:54 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Improve the set of the Python libraries during the cmake build. 2013-11-15 14:15:10 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00