This is the mail archive of the gdb@sourceware.org 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]

Cteating clones of the debugged process


Hi, I've developed the way to create clones of the debugged process, just
like in Intell igdb(even better). One can save the state of the debugged
process with all it's memory and variables. And later restore the process
back in gdb from the point the clone was created. You can create as many
clones as you wish. That can dramaticly speed up the debugging process,
espesially if it takes a long time for process to rich intresting point.
Just reply to this post and I will describe the details. It's a bit ugly,
but it works!
-- 
View this message in context: http://www.nabble.com/Cteating-clones-of-the-debugged-process-tf2901084.html#a8105205
Sent from the gdb - General mailing list archive at Nabble.com.


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