This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

"there is always a thread"


To re-ping an old topic.

At present GDB differentiates between a "non-threaded" and "threaded" inferior. It only creates the thread data structures when there are threads.

I'm intending simplifying this so that the code can assume that there's always a "thread". A non-threaded app having a single thread corresponding to the main process.

enjoy,
Andrew




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]