I'd like to hack into the standard passes when using the command line option -std-compile-opts. What I'd like to do is to stop after each pass and see the current program representation before the next pass is run in gdb. What is the favorite way to do this? Lu