This is the mail archive of the frysk@sourceware.org mailing list for the frysk 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]

All stepping operations enabled


Hey all,

I've just committed a change which enables the next, nexti, and finish (step-over, step-over instruction, and step-out) operations in both the fhpd and debugging window.

What does this mean for you? It depends. If the C program you wish to debug has not been compiled with -fasynchronous-unwind-tables, then likely not much is going to happen. This flag is critical for providing the necessary .eh_frame sections for the above stepping operations - so if you'd like it give it a shot, please append it to the CFLAGS of the target process.

Thus, with the above requirements, all the stepping operations in the source window and fhpd have been enabled. Enjoy!

- Mike


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