summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tell selectiondag when we're debuggingChris Lattner2005-11-161-0/+1
| | | | llvm-svn: 24376
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
| | | | | | | | | | | | | pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x86_64, gcc will not extend the zero to 64 bits, thus allowing the upper 32 bits to be random junk. The new END_WITH_NULL macro may be used to annotate a such a function so that GCC (version 4 or newer) will detect the use of un-casted zero at compile time. llvm-svn: 23888
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
| | | | llvm-svn: 21420
* For PR351:Reid Spencer2004-12-221-0/+1
| | | | | | | Include local FDHandle.h file now that FDHandle is local to this library and not in lib/System/FileUtilities. llvm-svn: 19108
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Header movedChris Lattner2004-07-291-1/+1
| | | | llvm-svn: 15332
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
| | | | llvm-svn: 14266
* "fix" a nasty race conditionChris Lattner2004-01-141-1/+20
| | | | llvm-svn: 10860
* Fix some typos and copy-and-paste-os in comments, and doxygenify.Brian Gaeke2004-01-051-5/+9
| | | | | | Add <csignal> so that this file compiles on Solaris. llvm-svn: 10697
* Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner2004-01-051-0/+911
by any stretch of the imagination, but it is pretty cool and works :) llvm-svn: 10685
OpenPOWER on IntegriCloud