Re: [Kgdb-bugreport] Posted kdb doc, and a question about unused env variables

2011-07-05 Thread Tim Bird
On 07/04/2011 03:42 AM, Dongdong Deng wrote: From your document: Kernel configuration CONFIG_DEBUG_RODATA=N - disable this in order to support hardware breakpoints on data accesses In my opinion, the CONFIG_DEBUG_RODATA is not only for hardware breakpoints, but also for software

Re: [Kgdb-bugreport] Posted kdb doc, and a question about unused env variables

2011-07-04 Thread Dongdong Deng
On Thu, Jun 30, 2011 at 8:30 AM, Tim Bird tim.b...@am.sony.com wrote: Hi all, I'm new to KDB, but I've been looking at the code and trying to document a few things.  I couldn't find any documentation on a few kdb features (initialization commands, defcmd, supported environment vars, etc.)

Re: [Kgdb-bugreport] Posted kdb doc, and a question about unused env variables

2011-06-30 Thread Jason Wessel
On 06/29/2011 07:30 PM, Tim Bird wrote: Hi all, I'm new to KDB, but I've been looking at the code and trying to document a few things. I couldn't find any documentation on a few kdb features (initialization commands, defcmd, supported environment vars, etc.) I wrote some up at:

Re: [Kgdb-bugreport] Posted kdb doc, and a question about unused env variables

2011-06-30 Thread Tim Bird
On 06/30/2011 11:42 AM, Jason Wessel wrote: Hey thanks for pointing this out. Previously before the unified kdb/kgdb was created, kdb used its own disassembler which supported decoding function arguments and printing the variable from registers and then the stack. Interesting. Sony