Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 8.4: gdb debugging session freeze

Hi All

I am debugging a templated C++ application with CDT 8.3 on a Cygwin /W7/x86_64 platform and stepping into a visitor, the CDT debugger freezes itself whitout any error or information message...

How can I get the debugger or gdb emitting some information on what kind of problem it have?

Here the gdb log
542,797 (gdb)
542,797 int fact;*stopped,reason="end-stepping-range",frame={addr="0x000000010040a2f8",func="DepthFi\ rstRetArguVisitor<Value<int>*>::visit(AST::CompilationUnit<Value<int><int> >&, int)",args=[{name="th\
is",value="0x6000563c0"},{name="n",value="..."},{name="a#0",value="0"}],file="Z:\\DEV\\LLVM\\x64\\SP\
LC-jtb\\ast\\visitor/DepthFirstRetArguVisitor.h",fullname="/cygdrive/z/DEV/LLVM/x64/SPLC-jtb/ast/vis\
itor/DepthFirstRetArguVisitor.h",line="102"},thread-id="1",stopped-threads="all"
542,797 (gdb)

FA



Back to the top