search for: libmp1

Displaying 3 results from an estimated 3 matches for "libmp1".

Did you mean: libmp
2010 Apr 18
2
[LLVMdev] Debugging using gdb
...debug build and I have also compiled the input file (using llvm-gcc) with the -g flag. Given below is the exact output. (gdb) break llvm::PassManager::run Breakpoint 1 at 0x86be87c: file /home/engr/cs426/llvm/llvm-2.6/lib/VMCore/PassManager.cpp, line 1558. (gdb) run pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 Starting program: /home/engr/cs426/llvm/llvm-2.6-x86/Debug/bin/opt pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 [Thread debugging using libthread_db enabled] Breakpoint 1, llvm::PassManager::run (this=0xbfffe6f0, M=...) at /home/engr/cs426/llvm/llvm-...
2010 Apr 19
0
[LLVMdev] Debugging using gdb
...ed the input file (using > llvm-gcc) with the -g flag. Given below is the exact output. > > > (gdb) break llvm::PassManager::run > Breakpoint 1 at 0x86be87c: file > /home/engr/cs426/llvm/llvm-2.6/lib/VMCore/PassManager.cpp, line 1558. > (gdb) run pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 > Starting program: /home/engr/cs426/llvm/llvm-2.6-x86/Debug/bin/opt > pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 > [Thread debugging using libthread_db enabled] > > Breakpoint 1, llvm::PassManager::run (this=0xbfffe6f0, M=...) at &...
2010 Apr 20
1
[LLVMdev] Debugging using gdb
...gt;> llvm-gcc) with the -g flag. Given below is the exact output. >> >> >> (gdb) break llvm::PassManager::run >> Breakpoint 1 at 0x86be87c: file >> /home/engr/cs426/llvm/llvm-2.6/lib/VMCore/PassManager.cpp, line 1558. >> (gdb) run pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 >> Starting program: /home/engr/cs426/llvm/llvm-2.6-x86/Debug/bin/opt >> pointer.bc -load ../Debug/lib/libMP1.so -basicaa -aa-eval-garg11 >> [Thread debugging using libthread_db enabled] >> >> Breakpoint 1, llvm::PassManager::run (this=0xbff...