On 10/01/2015 02:09 PM, Ran Shalit wrote: > Hello, > > I've successfuly managed to work with kgdb on linux: > > 3.14.25 > But I must always close the serial connection (which uses for stdout > print), in order for the kgdb to manage its communication ? > Does it make sense to anyone ? I think I read that kgdb can handle > both the kgdb connection and the logging on same serial. >
If you use a connection proxy, you should not have to close the connection. It is not kgdb that has the issue, it is what connected to the kgdb that needs to decode output of the gdbserial protocol vs all the printk's or console output. You can find two different connection proxies here: https://git.kernel.org/cgit/utils/kernel/kgdb/agent-proxy.git Cheers, Jason. ------------------------------------------------------------------------------ _______________________________________________ Kgdb-bugreport mailing list Kgdb-bugreport@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport