Re: KGTP (Linux debugger and tracer) 20121204 release (bug fix and doc update)

2012-12-10 Thread Hui Zhu
On Mon, Dec 10, 2012 at 7:51 PM, Pawel Suchanecki wrote: > 2012/12/10 Hui Zhu >> >> According to the comments of Christoph, Geoff and Andi. I make lite >> patch for review. Please goto https://lkml.org/lkml/2012/5/9/90 to >> see it. > > The patch you sent for review used kmalloc/memset() combo

Re: KGTP (Linux debugger and tracer) 20121204 release (bug fix and doc update)

2012-12-10 Thread Pawel Suchanecki
2012/12/10 Hui Zhu > > According to the comments of Christoph, Geoff and Andi. I make lite > patch for review. Please goto https://lkml.org/lkml/2012/5/9/90 to > see it. The patch you sent for review used kmalloc/memset() combo but in your SVN (the tag specified (20121204) and in trunk as well)

KGTP (Linux debugger and tracer) 20121204 release (bug fix and doc update)

2012-12-09 Thread Hui Zhu
Hi guys, KGTP (http://code.google.com/p/kgtp/) is a flexible , lightweight and realtime Linux debugger and tracer. To use it, you don't need patch or rebuild the Linux kernel. Just build KGTP module and insmod it is OK. It makes Linux Kernel supply a GDB remote debug interface. Then GDB in curren