Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / lib / Debugger / Debugger.cpp
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris Lattnerteach this to read from bitcode files
2006-08-25 Reid SpencerFor PR797:
2006-03-10 Chris LattnerRemove UnixLocalInferiorProcess: debugging via the...
2005-12-26 Duraid Madinadum de dum
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-01-14 Chris LattnerFix some exception safety problems
2004-01-05 Chris LattnerInitial checkin of the LLVM source-level debugger....