aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
Commit message (Expand)AuthorAgeFilesLines
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+10
* 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
* Make these variables static.Dan Gohman2008-04-231-1/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-1/+1
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-011-13/+19
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-011-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-298-16/+16
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* switch this to bitcode instead of bytecodeChris Lattner2007-05-061-12/+5
* teach this to read from bitcode filesChris Lattner2007-05-061-1/+13
* 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
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* Removed more <iostream> includesBill Wendling2006-12-072-7/+5
* For PR786:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-201-4/+4
* For PR797:Reid Spencer2006-08-251-9/+1
* Fix another occurrence of inverted logic on the result of MappedFile::mapReid Spencer2006-08-221-1/+1
* For PR797:Reid Spencer2006-08-221-1/+3
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+3
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-0/+1
* This uses EH infoChris Lattner2006-07-071-0/+1
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-2/+4
* Add the README files to the distribution.Reid Spencer2006-04-131-0/+1
* 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
* remove some dead codeChris Lattner2006-03-102-95/+0
* Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.Chris Lattner2006-03-102-937/+6
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-081-42/+3
* dum de dumDuraid Madina2005-12-261-0/+1
* tell selectiondag when we're debuggingChris Lattner2005-11-161-0/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* For PR495:Reid Spencer2005-07-071-2/+2
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-2111-51/+51
* Correct the comments and file header.Reid Spencer2004-12-231-3/+2
* For PR351:Reid Spencer2004-12-221-0/+1
* For PR351:Reid Spencer2004-12-222-0/+96
* Include <cassert> for Cygwin.Reid Spencer2004-12-211-0/+2
* Remove unnecessary #includes.Reid Spencer2004-12-201-6/+0
* For PR351:Reid Spencer2004-12-152-2/+0
* For PR351: \Reid Spencer2004-12-131-2/+3
* For PR351: \Reid Spencer2004-12-132-49/+17
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* We won't use automakeReid Spencer2004-10-222-705/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+680