Hi all, I want to set up KGDB, plz help me!!! Connection between my target board and host machine is through UART/Null Modem with the help of USB-SERIAL Converter and the same is used for console output @ host machine. So if when i do the following (gdb) set remotebaud 115200 (gdb) target remote /dev/ttyUSB0 Here /dev/ttyUSB0 is my system terminal where I have connected my target board. my console is gettin disconnected. Can any plz correct me. and guide me on the same Thanking you.