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