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/UnixLocalInferiorProcess.cpp diff -u llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.9 llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.10 --- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.9 Sat Oct 22 23:37:20 2005 +++ llvm/lib/Debugger/UnixLocalInferiorProcess.cpp Wed Nov 16 01:21:47 2005 @@ -861,6 +861,7 @@ /// lowering class that revectors debugging intrinsics to call actual /// functions (defined above), instead of being turned into noops. struct DebuggerIntrinsicLowering : public DefaultIntrinsicLowering { + DebuggerIntrinsicLowering() { ShouldEmitDebugFunctions = true; } virtual void LowerIntrinsicCall(CallInst *CI) { Module *M = CI->getParent()->getParent()->getParent(); switch (CI->getCalledFunction()->getIntrinsicID()) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits