aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-db/CLIDebugger.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-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2007-12-29remove attributions from tools.Chris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-10-26Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-01-06implement the "null command" which repeats the last commandChris Lattner
2004-01-05Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner