I am working on MacOS to defuse a binary bomb and find "gdb-tui" . What I find "cgdb" , you can make the code bright. But what we want to see is the disassembled disassembled code in the code window, the answer above shows only the code of the line by line or only unchanged lines.
Unfortunately, I found a message that " cgdb does not support showing the assembly (yet). Https://groups.google.com/forum/#!topic/cgdb-users/E-jZCJiBAQQ
Sorry guys, cgdb does not support assembly display (yet). It a frequently requested feature, and when we get a little more time to work on cgdb we will probably add this. Starting cgdb with the -tui option is a bad idea -- the TUI (text user interface) is an alternative curses interface to gdb, not a part of cgdb. It will not play nice with cgdb. Mike -- Mike Mueller
Well, this is 12/11/15, but it seems that so far it has not been possible to show the assembly code in the code window, for example gdb in tui mode.
source share