aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger/ProgramInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Oops...I committed too much.Bill Wendling2009-03-131-6/+6
* Temporarily XFAIL this test.Bill Wendling2009-03-131-6/+6
* Add #includeChris Lattner2008-08-231-0/+1
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-3/+7
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-7/+3
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-3/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make sure temporary data is not used past its life span.Reid Spencer2007-04-081-2/+2
* For PR1291:Reid Spencer2007-04-071-1/+1
* For PR789:Reid Spencer2007-03-291-3/+4
* Removed more <iostream> includesBill Wendling2006-12-071-4/+2
* For PR786:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-201-4/+4
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+3
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-2/+4
* Handle new forms of llvm.dbg intrinsics.Jim Laskey2006-03-231-8/+6
* Handle the removal of the debug chain.Jim Laskey2006-03-131-3/+3
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-081-42/+3
* For PR495:Reid Spencer2005-07-071-2/+2
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-10/+10
* For PR351:Reid Spencer2004-12-151-1/+0
* For PR351: \Reid Spencer2004-12-131-2/+3
* For PR351: \Reid Spencer2004-12-131-3/+8
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Header movedChris Lattner2004-07-291-1/+1
* bug 122:Reid Spencer2004-07-181-12/+8
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Use new methodChris Lattner2004-01-141-2/+1
* Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner2004-01-051-0/+409