aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Debugger
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-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-12Match declaration to definition.Daniel Dunbar
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-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-01rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-08-22For PR797:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-13For PR351: \Reid Spencer
2004-12-13For PR351:\Reid Spencer
2004-04-15Don't use invalid HTML in doxygen comments.Misha Brukman
2004-01-06add new methodChris Lattner
2004-01-05/me slaps foreheadChris Lattner
2004-01-05Initial implementation of some source-level debugging stuffChris Lattner