llvm-project/lldb
Johnny Chen fc9e79fb95 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb.
An example (with /Developer/usr/bin/lldb vs. /usr/bin/gdb):

[13:05:04] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v +b -n -p TestCompileRunToBreakpointTurnaround.py
1: test_run_lldb_then_gdb (TestCompileRunToBreakpointTurnaround.CompileRunToBreakpointBench)
   Benchmark turnaround time with lldb vs. gdb. ... 
lldb turnaround benchmark: Avg: 4.574600 (Laps: 3, Total Elapsed Time: 13.723799)
gdb turnaround benchmark: Avg: 7.966713 (Laps: 3, Total Elapsed Time: 23.900139)
lldb_avg/gdb_avg: 0.574214
ok

----------------------------------------------------------------------
Ran 1 test in 55.462s

OK

llvm-svn: 142949
2011-10-25 20:08:03 +00:00
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include Improved handling of static data in the expression 2011-10-25 18:36:40 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Updated all commands that use a "--format" / "-f" options to use the new 2011-10-25 06:44:01 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped versions for lldb-81 and debugserver-146. 2011-10-22 03:38:38 +00:00
scripts Updated LLVM/Clang to pull in a variety of type 2011-10-21 05:19:47 +00:00
source Improved handling of static data in the expression 2011-10-25 18:36:40 +00:00
test Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. 2011-10-25 20:08:03 +00:00
tools Remove unused include of deprecated header. 2011-10-23 16:31:38 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www typeo 2011-10-25 01:28:56 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00