aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+4
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+25
* Changes For Bug 352Reid Spencer2004-09-014-8/+8
* Header movedChris Lattner2004-07-292-2/+2
* 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
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* "fix" a nasty race conditionChris Lattner2004-01-141-1/+20
* Fix some exception safety problemsChris Lattner2004-01-141-9/+22
* Use new methodChris Lattner2004-01-141-2/+1
* Fix some typos and copy-and-paste-os in comments, and doxygenify.Brian Gaeke2004-01-051-5/+9