<div>Hi,</div>
<div> </div>
<div>After applying below patches </div>
<div>kdb-v4.4-2.6.24-common-2.bz2</div>
<div>kdb-v4.3-2.4.20-xscale-1.bz2</div>
<div>and after bit of struggle I was able to enter the kdb prompt setting kdb=early flag on a OMAP3430 based target.</div>
<div> </div>
<div>Now I am trying other entry methods</div>
<div>a) Automatic entry when exception, divide by zero and NULL pointer derefernce happens</div>
<div>   </div>
<div>    For NULL pointer derefernce, I am calling the API kdb inside die() in file arch/arm/kernel/traps.c</div>
<div>    But kdb behaviour here is not the same as in case of kdb=early entry; For ex: id command does not work ..etc</div>
<div>   </div>
<div>    Please  let me know is this a correct way to proceed?</div>
<div> </div>
<div>b) Through key press &lt;esc&gt; KDB.</div>
<div>   </div>
<div>   I am not using the serial console driver; instead I am directly writing/reading from the low-level uart driver.</div>
<div>   In this case how will the KDB come to know about the keypress.</div>
<div>   As a workaround, I have an executable which will call a driver ioctl and inside the driver ioctl I am calling the API kdb()</div>
<div>   Here also I am facing the same behaviour</div>
<div>   [Note if I use the macro KDB_ENTER instead kdb() I get a bad memory address error in kdb_getarea]<br></div>
<div>Any clarifications as to whats missing/wrong will be very helpful</div>
<div> </div>
<div>Regards</div>
<div>Basavaraj<br></div>
<div class="gmail_quote">On Thu, Jun 4, 2009 at 3:08 PM, Basavaraj Dengi <span dir="ltr">&lt;<a href="mailto:basavarajdengi@gmail.com">basavarajdengi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi </div>
<div> </div>
<div>The kdb patch for xscal processor is for 2.4.20 kernel.</div>
<div>Is there any latest patch available?</div>
<div>I dont see any 2.6.x patches for ARMv7 on the website </div>
<div><a href="ftp://oss.sgi.com/projects/kdb/download" target="_blank">ftp://oss.sgi.com/projects/kdb/download</a></div>
<div> </div>
<div>and also on google.</div>
<div> </div>
<div>I will be very thankful for any links /suggestions</div>
<div> </div>
<div>Regards</div>
<div>Basavaraj</div></blockquote></div><br>