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
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,