llvm-project/lldb
Enrico Granata 6d2cfb80ba Huge speedup for testsuite categories
This ensures that we won't try to do cleanups of test cases that we are skipping
e.g. this brings down the time required to run the cmdline category on my machine from ~70s to ~30s

llvm-svn: 184363
2013-06-19 21:48:09 +00:00
..
docs Document the extended detach packet. 2013-06-07 00:22:49 +00:00
examples A few small enhancements to the diagnose-unwind command. 2013-06-19 04:52:55 +00:00
include Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
lib Fix autohell build. 2013-06-14 23:00:27 +00:00
lldb.xcodeproj Make the lldb "Release" configuration use the same llvm build "Release+Asserts" as the lldb "Debug" configuration. 2013-06-18 21:44:59 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
scripts Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
source Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion 2013-06-19 20:04:56 +00:00
test Huge speedup for testsuite categories 2013-06-19 21:48:09 +00:00
tools Huge performance improvements when one breakpoint contains many locations. 2013-06-12 00:46:38 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases. 2013-06-19 19:32:56 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt The 'register' keyword is now deprecated in C++11, so ignore the warning when compiling lldb with clang since python headers commonly use the keyword. 2013-06-19 19:06:44 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Fix Linux i386 build 2013-03-07 00:48:53 +00:00