== Progress ==
* GDB reverse debugging on aarch64 [6/10] [TCWG-398] -- Setup development tree and debug environment. -- Verified generic reverse debugging implementation aarch64. -- Implemented main function stubs to catch instruction for decoding and recording.
* Work on gdb testing utility [TCWG-96] [1/10] -- Some tweaks to scripts and wiki updates.
* Experimented gdb testing/debugging with Aarch64 QEMU + Chroot [3/10]
== Plan ==
* GDB reverse debugging on aarch64 [TCWG-398] -- Implement main instruction decoding handler and write function stubs for different types of instructions. -- Dig deeper into aarch32 for handling it through armv7 implementation if possible.