Software installation guide for Lecture 9

Please install the software listed below.

If any issues contact avais _at_ cse . iitb . ac . in

We will be in the class room at 13:00 (one hour before the class) to helpout students if the have any issues in installation.

Installing emacs25 IDE
Installing gdb
Using gdb
GDB References
https://www.gnu.org/software/gdb/documentation/

Compiling Z3 and using it
Running gdb in emacs The GDB mode for emacs is an excellent way to interact with GDB. It comes pre-installed in emacs.
Note:
`C-x` stands for the keypress "Control with x"
`M-x` stands for the keypress "Alt with x"
`C-x o` stands for the keypress "Control with x, then o"
Extras:-