<div dir="ltr">Ya. I have followed the .html README file for OSX 10.9. It has given the target path for lldb should be the mach_kernel in KDK.<div><br></div><div>Now my question is ... As i have put the hard debug point in my kernel extension, which leads the kernel to go into panic mode and there it is waiting for debugger to connect. Now i want to put the breakpoints in my kernel extension. Here what should be the target for lldb command? if target i put as mentioned in README file i could not put breakpoints in my Kext and if i put my Kext as a target i could put the breakpoint but when i do continue , lldb shows invalid process.</div><div><br></div><div>Help needed</div><div>Hrishikesh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 28, 2016 at 12:47 PM, Jason Molenda <span dir="ltr"><<a href="mailto:jason@molenda.com" target="_blank">jason@molenda.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, the KDK from Apple includes a README file (.txt or .html, I forget) which describes how to set up kernel debugging.  I'd start by looking at those notes.  There have also been WWDC sessions that talk about kernel debugging, e.g.<br>
<br>
<a href="https://developer.apple.com/videos/play/wwdc2013/707/" rel="noreferrer" target="_blank">https://developer.apple.com/videos/play/wwdc2013/707/</a><br>
<br>
(there are PDFs of the slides of the presentation - the lldb part comes at the end)<br>
<div><div class="h5"><br>
<br>
> On Jul 27, 2016, at 10:31 PM, hrishikesh chaudhari via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>
><br>
> Hi,<br>
> I have been trying to debug my kernel Extension. In order to enter a kernel into a panic mode, I have put hard debug point using (int $3). When the target system starts, the kernel waits into panic mode for debugger to attach.<br>
><br>
> Now the problem is:<br>
><br>
> What should I set target in lldb command? I have mach_kernel from KDK (kernel debug kit) and also have my own kernel extension. if I set mach_kernel a target I am not able put breakpoint in my kernel extension and if I make target as my kernel ext ..i can put breakpoint but then after hitting continue it says invalid process ..... So the question is how to proceed after connecting bebugger in panic mode??? – hrishikesh chaudhari Jul 22 at 12:52<br>
> Thanks<br>
> --<br>
> Hrishikesh Chaudahri<br>
><br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><p><font face="comic sans ms,sans-serif" color="#cc0000">Hrishikesh Chaudahri</font></p></div>
</div>