Displaying 5 results from an estimated 5 matches for "rkocwp".
2012 Apr 23
4
[LLVMdev] gdb + clang/llvm
...e invocation)
clang: note: diagnostic msg: Please submit a bug report to http://llvm.org/bugs/ and include command line arguments and all diagnostic information.
clang: note: diagnostic msg: Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/simple-Rkocwp.ii
clang: note: diagnostic msg: /tmp/simple-Rkocwp.sh
[Inferior 1 (process 8392) exited with code 0376]
As you can see the line is question is executed but the breakpoint is not triggered. Apparently, clang executes the code generation in a different process. What do I have to do in order to debu...
2012 Apr 23
0
[LLVMdev] gdb + clang/llvm
...gt; clang: note: diagnostic msg: Please submit a bug report to http://llvm.org/bugs/ and include command line arguments and all diagnostic information.
> clang: note: diagnostic msg: Preprocessed source(s) and associated run script(s) are located at:
> clang: note: diagnostic msg: /tmp/simple-Rkocwp.ii
> clang: note: diagnostic msg: /tmp/simple-Rkocwp.sh
> [Inferior 1 (process 8392) exited with code 0376]
>
>
> As you can see the line is question is executed but the breakpoint is not triggered. Apparently, clang executes the code generation in a different process. What do I ha...
2012 Apr 23
1
[LLVMdev] gdb + clang/llvm
...submit a bug report to
> > http://llvm.org/bugs/ and include command line arguments and all
> > diagnostic information.
> > clang: note: diagnostic msg: Preprocessed source(s) and associated
> > run script(s) are located at:
> > clang: note: diagnostic msg: /tmp/simple-Rkocwp.ii
> > clang: note: diagnostic msg: /tmp/simple-Rkocwp.sh
> > [Inferior 1 (process 8392) exited with code 0376]
> >
> >
> > As you can see the line is question is executed but the breakpoint
> > is not triggered. Apparently, clang executes the code generation
&...
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>