llvm-project/lldb
Johnny Chen bfae99cf29 Modify the test cases (there are a bunch of them) under test/types so that they
employ different executable names when creating the target for lldb to debug.
Comparing the log files for the same test case with success/failure results show
that the failed one was setting the breakpoint on some different address than the
succeeded one, leading us to suspect that the file system maybe think it knows better
and caches the wrong executable file (they were all named 'a.out' before) which lldb
subsequently reads from.

Now './dotest.py -v types' passes without specifying the '-w' option.

rdar://problem/9644488
rdar://problem/9649573

llvm-svn: 133649
2011-06-22 21:15:10 +00:00
..
docs
examples
include Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that 2011-06-22 01:39:49 +00:00
lib
lldb.xcodeproj Bump Xcode project version to 64. 2011-06-22 03:27:35 +00:00
lldb.xcworkspace
resources Bump Xcode project version to 64. 2011-06-22 03:27:35 +00:00
scripts
source Trivial fix - insert a space between the frame name and the instruction output. 2011-06-22 21:13:28 +00:00
test Modify the test cases (there are a bunch of them) under test/types so that they 2011-06-22 21:15:10 +00:00
tools Replace examine-threads.c with a similar little utility I wrote a 2011-06-21 02:57:15 +00:00
utils
www
INSTALL.txt
LICENSE.TXT
Makefile Enable the "make test" rule in the root Makefile 2011-06-20 19:06:57 +00:00