aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Debugger/Debugger.h
Commit message (Expand)AuthorAgeFilesLines
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+2
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* add new methodChris Lattner2004-01-061-0/+4
* Initial implementation of some source-level debugging stuffChris Lattner2004-01-051-0/+169