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]

Print complete control flow through gdb


The idea is that given a specific input to the program, somehow I want
to automatically step-in through the complete program and dump its
control flow along with all the data being used like classes and their
variables. Is their a straightforward way to do this? Or can this be
done by some scripting over gdb or does it require modification in
gdb?
Thanks in advance


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