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
/
tools
/
llvm-db
/
Commands.cpp
Age
Commit message (
Expand
)
Author
2009-10-05
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2008-02-20
And final pack of warnings silencing
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-04-08
Avoid temporary construction and potential for corrupted data access.
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-13
For PR351: \
Reid Spencer
2004-11-19
Fix a bug that caused stuff like this:
Chris Lattner
2004-10-26
Improve help output from llvm-db 'info' command. Patch contributed by
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-02-08
Minor change to breakpoint (lack of) support
Chris Lattner
2004-01-06
Ugh, fix some copy and pasted code that somehow never got compiled or something
Chris Lattner
2004-01-06
* Implement set/show args
Chris Lattner
2004-01-05
Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but
Chris Lattner