<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; /branches/tracing/uspace/app/debug/cmd.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 01:12:44 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;max=40&amp;peg=3093</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;peg=3093&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 04 Jun 2008 16:05:36 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3093 – Make mips32 breakpoints/singlestepping more straightforward. Intermix breakpoint BREAKs with singlestepping ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make mips32 breakpoints/singlestepping more straightforward. Intermix breakpoint BREAKs with singlestepping BREAKs correctly.&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/include/bstore.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/mips32/src/bstore.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=3093&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=3093&amp;peg=3093</guid></item>
<item><pubDate>Mon, 26 May 2008 20:47:28 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3005 – Generic breakpoint accounting in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Generic breakpoint accounting in debugger&lt;/div&gt;~ /branches/tracing/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=3005&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=3005&amp;peg=3093</guid></item>
<item><pubDate>Sat, 17 May 2008 10:17:00 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2947 – Add command for listing breakpoints. Fix command name comparison.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add command for listing breakpoints. Fix command name comparison.&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2947&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2947&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 22:11:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2943 – Breakpoint removal. Don&apos;t clear TF when a breakpoint is active</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Breakpoint removal. Don&apos;t clear TF when a breakpoint is active&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2943&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2943&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 21:49:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2942 – Singlestepping in debugger (ia32)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Singlestepping in debugger (ia32)&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2942&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2942&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 20:46:29 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2941 – Dumping registers in debugger. (Only those saved in istate, atm)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Dumping registers in debugger. (Only those saved in istate, atm)&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/include/types.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2941&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2941&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 18:28:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2939 – Finish transition of debugger to new bokkeeping. Allow pausing application</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Finish transition of debugger to new bokkeeping. Allow pausing application&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2939&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2939&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 17:48:40 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2938 – Proper thread bookkeeping in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Proper thread bookkeeping in debugger&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/dthread.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/dthread.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2938&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2938&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 17:21:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2937 – Listing threads in debugger, printing and changing &apos;working thread&apos;</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Listing threads in debugger, printing and changing &apos;working thread&apos;&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2937&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2937&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 16:52:14 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2936 – Allow debugger to asynchronously print messages without disrupting its command ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow debugger to asynchronously print messages without disrupting its command line&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cons.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cons.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2936&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2936&amp;peg=3093</guid></item>
<item><pubDate>Fri, 16 May 2008 16:08:53 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2935 – Use simple passive fibril synchronization in debugger. &apos;go&apos; command for ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use simple passive fibril synchronization in debugger. &apos;go&apos; command for resuming thread execution&lt;/div&gt;~ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/fib_synch.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/fib_synch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2935&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2935&amp;peg=3093</guid></item>
<item><pubDate>Tue, 13 May 2008 14:27:46 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2923 – Isolate ia32-dependent code from debugger into arch/ia32 subdirectory</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Isolate ia32-dependent code from debugger into arch/ia32 subdirectory&lt;/div&gt;+ /branches/tracing/uspace/app/debug/arch&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/include&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/include/types.h&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/src&lt;br /&gt;+ /branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include/arch&lt;br /&gt;+ /branches/tracing/uspace/app/debug/include/arch.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;~ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2923&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2923&amp;peg=3093</guid></item>
<item><pubDate>Tue, 13 May 2008 11:12:07 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2922 – Crude test in &apos;debug&apos; allowing multiple breakpoints to be set</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Crude test in &apos;debug&apos; allowing multiple breakpoints to be set&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2922&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2922&amp;peg=3093</guid></item>
<item><pubDate>Mon, 12 May 2008 20:56:23 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2915 – Hexdumping memory and setting IA32 breakpoints in debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Hexdumping memory and setting IA32 breakpoints in debugger&lt;/div&gt;~ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2915&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2915&amp;peg=3093</guid></item>
<item><pubDate>Mon, 12 May 2008 19:14:50 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2911 – Add &apos;debug&apos; program - the foundation of a breakpoint debugger</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add &apos;debug&apos; program - the foundation of a breakpoint debugger&lt;/div&gt;~ /branches/tracing/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /branches/tracing/boot/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/uspace/app/debug&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cmd.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/cmd.h&lt;br /&gt;+ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;+ /branches/tracing/uspace/app/debug/Makefile&lt;br /&gt;~ /branches/tracing/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2911&amp;peg=3093</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fuspace%2Fapp%2Fdebug%2Fcmd.c&amp;rev=2911&amp;peg=3093</guid></item>
</channel></rss>