index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Debugger
Age
Commit message (
Expand
)
Author
2006-12-05
Ignore the Output directory.
Reid Spencer
2006-12-04
Moving to DebugInfo.
Jim Laskey
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-03-10
Simplify this testcase
Chris Lattner
2005-11-16
This passes on ppc and x86 now
Chris Lattner
2005-05-14
Fix this
Chris Lattner
2005-05-13
This passes on sparc
Chris Lattner
2005-05-13
disable this test for now.
Chris Lattner
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-03-12
this doesn't fail on the suns either!
Chris Lattner
2005-03-11
this passes on darwin
Chris Lattner
2004-12-06
This test still fails on Darwin and Sparc/Solaris.
John Criswell
2004-12-04
Darwin and solaris don't support echo -e. This should get the test passing
Chris Lattner
2004-11-30
Add back -e, which apparently works in sh's echo but not tcsh's, which does
Chris Lattner
2004-11-30
do not pass -e into llvm-db as a command.
Chris Lattner
2004-11-30
Put the output in the temporary location
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-11-07
This is not part of the test
Chris Lattner
2004-11-06
Add a run line
Chris Lattner
2004-01-06
restore comments to this file
Chris Lattner
2004-01-05
An example testcase for use in the debugger. Currently you can do stuff like
Chris Lattner