Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Any debugger that single step a thread while the others are running?

debugger running step thread
0
Posted

Any debugger that single step a thread while the others are running?

0

|> Has anyone looked into the possibility of doing a MT debugger |> that will allow you to single step a thread while the others |> are running? This will probably require a debugger that attaches |> a debugger thread to each thread… A: This was the topic of my master’s thesis. You might check: http://plg.uwaterloo.ca/~mkarsten and follow the link to the abstract or the full version. Martin =================================TOP================= We have used breakpoint debugging to debug threads programs. We have implemented a debugger that enables the user to write scripts to debug programs (not limited to threads programs). This is made possible by a Tcl interface atop gdb and hooks in gdb, that exports some basic debugger internals to the user domain. Thus allowing the user to essentially write his own Application Specific debugger. Please see the following web page for more info on the debugger http://www.eecs.ukans.edu/~halbhavi/debugger.html or http://www.tisl.ukans.edu/~halbhavi

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123