<?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/kernel/generic/src/udebug/udebug_ipc.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 23:05:52 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;max=40&amp;peg=2853</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;peg=2853&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 13 Apr 2008 23:57:37 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2851 – Fix locking order in udebug_rp_end (to the somewhat unintuitive threads_lock ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix locking order in udebug_rp_end (to the somewhat unintuitive threads_lock =&gt; t-&gt;debug_lock =&gt; t-&gt;lock&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2851&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2851&amp;peg=2853</guid></item>
<item><pubDate>Sun, 13 Apr 2008 23:39:06 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2849 – Move code for verifying and locking down a thread for ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move code for verifying and locking down a thread for a debugging op to _thread_op_begin()/_thread_op_end(). Rewritten to prevent case of mistaken task identity&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2849&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2849&amp;peg=2853</guid></item>
<item><pubDate>Sun, 13 Apr 2008 13:47:11 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2848 – Use debug_lock in thread struct for finer locking, to avoid ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use debug_lock in thread struct for finer locking, to avoid problems with waitq_wakeup&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2848&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2848&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 20:28:31 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2842 – Fix and document verify_thread()</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix and document verify_thread()&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2842&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2842&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 20:24:03 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2841 – Add verify_thread() to check that a thread is valid for ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add verify_thread() to check that a thread is valid for debug ops&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2841&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2841&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 17:33:50 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2838 – Respond to pending GO messages with UDEBUG_EVENT_FINISHED on terminating the ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Respond to pending GO messages with UDEBUG_EVENT_FINISHED on terminating the debugging session. Set retval for DEBUG_END answer.&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2838&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2838&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 12:06:34 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2835 – Improve UDEBUG_M_END handling, switch sctrace to async API</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve UDEBUG_M_END handling, switch sctrace to async API&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2835&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2835&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 00:50:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2834 – Handle UDEBUG_M_END call, fix check in udebug_syscall_event()</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Handle UDEBUG_M_END call, fix check in udebug_syscall_event()&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2834&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2834&amp;peg=2853</guid></item>
<item><pubDate>Sat, 12 Apr 2008 00:01:03 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2833 – Remove buffer size argument from ARGS_READ call.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove buffer size argument from ARGS_READ call.&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/debug_api.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2833&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2833&amp;peg=2853</guid></item>
<item><pubDate>Tue, 08 Apr 2008 13:33:33 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2827 – Verify that a thread/task is in appropriate state when handling ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Verify that a thread/task is in appropriate state when handling debug calls&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2827&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2827&amp;peg=2853</guid></item>
<item><pubDate>Tue, 08 Apr 2008 12:09:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2826 – Move debug_go_call from task struct to thread struct</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move debug_go_call from task struct to thread struct&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2826&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2826&amp;peg=2853</guid></item>
<item><pubDate>Tue, 08 Apr 2008 11:57:16 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2825 – Introduce task debug-states (udebug_task_state_t)</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce task debug-states (udebug_task_state_t)&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/task.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2825&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2825&amp;peg=2853</guid></item>
<item><pubDate>Tue, 08 Apr 2008 11:00:48 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2824 – Use intermediate buffers for handling REGS_READ, REGS_WRITE and THREADS_READ</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use intermediate buffers for handling REGS_READ, REGS_WRITE and THREADS_READ&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2824&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2824&amp;peg=2853</guid></item>
<item><pubDate>Tue, 08 Apr 2008 10:14:42 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2823 – Improve locking in udebug.c and udebug_ipc.c</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Improve locking in udebug.c and udebug_ipc.c&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2823&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2823&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 21:47:31 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2819 – Fix: crashed caused by missing return in switch statement</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix: crashed caused by missing return in switch statement&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2819&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2819&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 21:15:33 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2818 – Add MEM_WRITE debug method for writing a task&apos;s memory</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add MEM_WRITE debug method for writing a task&apos;s memory&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2818&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2818&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 20:47:56 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2817 – Add REGS_READ and REGS_WRITE debug methods to access userspace register ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add REGS_READ and REGS_WRITE debug methods to access userspace register state (no effect yet)&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2817&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2817&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 18:20:58 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2816 – Use thread-struct pointer for identification within debug connection</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use thread-struct pointer for identification within debug connection&lt;/div&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2816&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2816&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 18:07:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2815 – Move kernelbox debug message handling to udebug/udebug_ipc.c</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move kernelbox debug message handling to udebug/udebug_ipc.c&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2815&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2815&amp;peg=2853</guid></item>
<item><pubDate>Mon, 07 Apr 2008 14:43:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2813 – Move debug call preprocessing from ipc/sysipc.c to udebug/udebug_ipc.c</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move debug call preprocessing from ipc/sysipc.c to udebug/udebug_ipc.c&lt;/div&gt;+ /branches/tracing/kernel/generic/include/udebug&lt;br /&gt;x /branches/tracing/kernel/generic/include/udebug.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/udebug/udebug.h &lt;i&gt;(copied from /branches/tracing/kernel/generic/include/udebug.h@2812)&lt;/i&gt;&lt;br /&gt;+ /branches/tracing/kernel/generic/include/udebug/udebug_ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;+ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/kernel/Makefile&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/udebug.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2813&amp;peg=2853</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Fsrc%2Fudebug%2Fudebug_ipc.c&amp;rev=2813&amp;peg=2853</guid></item>
</channel></rss>