[LLVMdev] gdb + clang/llvm

Eric Christopher echristo at apple.com
Mon Apr 23 14:34:15 PDT 2012


On Apr 23, 2012, at 2:14 PM, Roland Leißa <leissa at cs.uni-saarland.de> wrote:

> 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 debug this process?

What you did before, run it under -cc1. The best way is to use -v to get the full -cc1 line and use that.

-eric



More information about the llvm-dev mailing list