aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-db/Commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+2
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-1/+3
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* Avoid temporary construction and potential for corrupted data access.Reid Spencer2007-04-081-3/+2
* For PR1291:Reid Spencer2007-04-071-1/+2
* For PR789:Reid Spencer2007-03-291-3/+3
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-221-17/+17
* For PR351: \Reid Spencer2004-12-131-3/+3
* Fix a bug that caused stuff like this:Chris Lattner2004-11-191-1/+2
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-261-2/+5
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-081-1/+5
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-061-1/+1
* * Implement set/show argsChris Lattner2004-01-061-7/+55
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-051-0/+803