Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDI can not read output from gdb

CDI works well at first. But after some codes from another static
library are executed, the CDI does not respond to the gdb output
(I can see the gdb output in console like:
*stopped,reason="location-reached",thread-id="1",frame={addr="0x004070ed",func="main",args=[{name="argc",value="2"},{name="argv",value="0x3e2480"}],file="debug_WIN/../main.cpp",fullname="Z:/PLSR/src/trunk/PLSR/PLSR/debug_WIN/../main.cpp",line="91"}
)
The cdi still shows the target program running when previous
informations are printed in the console. And I can neither terminate the
gdb nor the target program with the stop button in cdi.

Thank you.


Back to the top