Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] cdt debug threading model

Hi,

Could someone please explain the threading model used in the cdt debugger 
plugin? How many (and which) threads may run commands in the target 
debugger executable? Does the plugin run single-threaded or cooperatively 
threaded?

I fear that I am seeing multiple threads attempting to access the 
debugger(gdb) and the UI at the same time...

Keith



Back to the top