search for: rleissa

Displaying 6 results from an estimated 6 matches for "rleissa".

2012 Apr 30
1
[LLVMdev] Bindings/Ocaml/ext_exc.ml' FAILED
Hi all, from llvm-trunk I'm getting this failure: llvm[0]: Running test suite make[1]: Entering directory `/home/rleissa/projects/llvm/build_debug/test' Making a new site.exp file... Making LLVM 'lit.site.cfg' file... Making LLVM unittest 'lit.site.cfg' file... make -C /home/rleissa/projects/llvm/build_debug/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg make[2]: Entering directory `/home...
2012 Apr 23
4
[LLVMdev] gdb + clang/llvm
...calar.cpp, line 2742 I put llvm::errs() << "test\n"; there in order to verify that this line is really getting executed. Then, I set the breakpoint break CGExprScalar.cpp :2742 and run clang: r -std=c++11 simple.cpp I'm getting this output: Starting program: /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang -std=c++11 simple.cpp [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". test clang: /home/rleissa/projects/test/llvm/lib/VMCore/Instructions.cpp:1475: llvm::InsertElementInst::In...
2012 Apr 23
0
[LLVMdev] gdb + clang/llvm
...< "test\n"; > there in order to verify that this line is really getting executed. > Then, I set the breakpoint > break CGExprScalar.cpp :2742 > and run clang: > r -std=c++11 simple.cpp > > > I'm getting this output: > > Starting program: /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang -std=c++11 simple.cpp > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/libthread_db.so.1". > test > clang: /home/rleissa/projects/test/llvm/lib/VMCore/Instructions.cpp:1475: llvm::I...
2012 Apr 23
1
[LLVMdev] gdb + clang/llvm
...that this line is really getting executed. > > Then, I set the breakpoint > > break CGExprScalar.cpp :2742 > > and run clang: > > r -std=c++11 simple.cpp > > > > > > I'm getting this output: > > > > Starting program: > > /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang > > -std=c++11 simple.cpp > > [Thread debugging using libthread_db enabled] > > Using host libthread_db library "/lib/libthread_db.so.1". > > test > > clang: > > /home/rleissa/projects/test/llvm/l...
2012 Apr 23
0
[LLVMdev] gdb + clang/llvm
On Apr 20, 2012, at 6:35 PM, Roland Leißa <leissa at cs.uni-saarland.de> wrote: > ok, I now have a problem in the code generator. > Let's say I want to set a breakpoint somewhere in > clang/lib/CodeGen/CGExprScalar.cpp > > What do I have to do in order to trigger breakpoints, see backtraces and so on? You set a breakpoint and ask to see a backtrace? -eric
2012 Apr 21
2
[LLVMdev] gdb + clang/llvm
ok, I now have a problem in the code generator. Let's say I want to set a breakpoint somewhere in clang/lib/CodeGen/CGExprScalar.cpp What do I have to do in order to trigger breakpoints, see backtraces and so on? -- Roland ----- Original Message ----- > From: "Eric Christopher" <echristo at apple.com> > To: "Roland Leißa" <leissa at cs.uni-saarland.de>