<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19271/_Welcome_to_Kernel_Debugging_Land_</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2012, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 15 Feb 2012 10:33:06 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>&amp;quot;important&amp;quot; commands...</title>
			<link>http://www.osnews.com/thread?299326</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299326</guid>
			<description>&gt; It describes the most important commands<br />
Then where is kdlhangman cited ? <img src="/images/emo/grin.gif" alt=";)" /> <br />
<br />
Hopefully ppl will be less afraid of KDL now <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 04 Feb 2008 23:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (mmu_man)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>If only</title>
			<link>http://www.osnews.com/thread?299360</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299360</guid>
			<description>If only I had this info when I was trying to debug my sound driver for BeOS.  I think Haiku is going to be fun to program for.</description>
			<pubDate>Tue, 05 Feb 2008 03:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Earl Colby pottinger)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>kd</title>
			<link>http://www.osnews.com/thread?299407</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299407</guid>
			<description>Kernel debugging is pretty fun.  It's like diagnosing a patient through an autopsy or exploratory surgery.  You can't see everything (particularly, dynamic behavior is nearly impossible to capture without extensive tracing or something like DTrace), so you have to make hypotheses and see if the state you see in the debugger matches.  It's also an interesting challenge to find the correct place to put a breakpoint so that you get only the path you're interested in and not some other path.  It's hard to get started on this, though, unless you have enough knowledge of the system you want to debug and some specific issue to attack.</description>
			<pubDate>Tue, 05 Feb 2008 09:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: kd</title>
			<link>http://www.osnews.com/thread?299415</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299415</guid>
			<description>I guess it could be thru a serial cable, and a second computer where you can access reference material. For me using it on the 'wrecked' machine directly it's a bit to constrained when you can't go outside KDL. <br />
<br />
I guess many app-programmers have this simpler setup, and therefore can't use KDL in the best way.</description>
			<pubDate>Tue, 05 Feb 2008 11:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (TQH !)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: kd</title>
			<link>http://www.osnews.com/thread?299417</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299417</guid>
			<description>Apps programmers are not required to use KDL. Like under BeOS, Haiku have builtin userland debug support,  via gdb for the moment, but graphical frontend(s) or native source debugger(s) will comes too.<br />
<br />
KDL is only useful for kernel stuffs programming. While today it include Haiku's kernel core itself and running an app can lead one to KDL, the reason is not the app but kernel issues, where KDL help greatly. More and more it will be useful for drivers and kernel add-ons developers, but useless for apps programmers.<br />
<br />
Well, except for the ones who are addict to hangman game, that is.<br />
<br />
;-)</description>
			<pubDate>Tue, 05 Feb 2008 11:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoudoin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: kd</title>
			<link>http://www.osnews.com/thread?299419</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299419</guid>
			<description>No, they arn't. It was mentioned, dunno if it was in the article or the comments, that it was a shame that app-devs don't use KDL more than they do.</description>
			<pubDate>Tue, 05 Feb 2008 11:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (TQH !)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: kd</title>
			<link>http://www.osnews.com/thread?299424</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?299424</guid>
			<description>One point of the article was to show how useful the KDL can be for userland bugs too. The demonstration at the end debugs a *userland* problem. It does help greatly to have a second machine to be able to look at the source in parallel, that's for sure. The particular example problem was tracked down in QEMU. So you can do it on the same computer. QEMU even supports a virtual serial connection to the guest system. I think it is possible to attach GDB to any running process and get a stack trace from that and all. But the guide shows exactly how easy the same thing is from within KDL, with tons of more features like printing the owner or last aquirerer of a semaphore and so on. I don't even know how to do that in GDB or if it's even possible. Let alone the cool new tracing support. While GDB runs in textmode on Haiku, I find the KDL is at least as useful, probably more.</description>
			<pubDate>Tue, 05 Feb 2008 12:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (stippi)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>

