[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

2005-11-15 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: UnixLocalInferiorProcess.cpp updated: 1.9 -> 1.10 --- Log message: tell selectiondag when we're debugging --- Diffs of the changes: (+1 -0) UnixLocalInferiorProcess.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/UnixLocalInf

[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Debugger: UnixLocalInferiorProcess.cpp updated: 1.8 -> 1.9 --- Log message: When a function takes a variable number of pointer arguments, with a zero 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,