aboutsummaryrefslogtreecommitdiff
path: root/lib/Debugger/Debugger.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
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-06switch this to bitcode instead of bytecodeChris Lattner
2007-05-06teach this to read from bitcode filesChris Lattner
2006-08-25For PR797:Reid Spencer
2006-03-10Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.Chris Lattner
2005-12-26dum de dumDuraid Madina
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-01-14Fix some exception safety problemsChris Lattner
2004-01-05Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner