<?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/include/udebug/udebug.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 20:52:10 +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%2Finclude%2Fudebug%2Fudebug.h&amp;max=40&amp;peg=3170</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;peg=3170&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 30 May 2008 16:13:39 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3026 – Convert THREAD-&gt;udebug.lock to mutex. Protect against udebug_before_thread_runs() called from interrupt ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Convert THREAD-&gt;udebug.lock to mutex. Protect against udebug_before_thread_runs() called from interrupt handler. Pending locking scheme change (multithreaded tasks may hang)&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.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_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3026&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3026&amp;peg=3170</guid></item>
<item><pubDate>Wed, 28 May 2008 19:03:53 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3018 – Isolate udebug-related thread_t fields into udebug_thread_t</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Isolate udebug-related thread_t fields into udebug_thread_t&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.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;~ /branches/tracing/uspace/app/debug/main.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3018&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3018&amp;peg=3170</guid></item>
<item><pubDate>Wed, 28 May 2008 14:35:21 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3016 – Synchronize debug ops on a task with a mutex instead ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Synchronize debug ops on a task with a mutex instead of task-&gt;lock spinlock.&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3016&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3016&amp;peg=3170</guid></item>
<item><pubDate>Wed, 28 May 2008 13:11:01 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3015 – Call udebug_stoppable_begin() after scheduling, rather than before - avoid restricted ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Call udebug_stoppable_begin() after scheduling, rather than before - avoid restricted contex.&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/time/clock.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3015&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3015&amp;peg=3170</guid></item>
<item><pubDate>Wed, 28 May 2008 11:03:51 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3014 – Isolate udebug-related task_t fields into udebug_task_t.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Isolate udebug-related task_t fields into udebug_task_t.&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/task.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/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3014&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=3014&amp;peg=3170</guid></item>
<item><pubDate>Tue, 13 May 2008 10:52:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2921 – Add TRAP debug event. Support on ia32/amd64.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add TRAP debug event. Support on ia32/amd64.&lt;/div&gt;~ /branches/tracing/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/include/cpu.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2921&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2921&amp;peg=3170</guid></item>
<item><pubDate>Tue, 13 May 2008 10:33:27 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2919 – Simlify and fix REGS_READ and REGS_WRITE operations</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simlify and fix REGS_READ and REGS_WRITE operations&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ops.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ipc.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2919&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2919&amp;peg=3170</guid></item>
<item><pubDate>Tue, 13 May 2008 00:07:25 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2918 – Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT&lt;/div&gt;+ /branches/tracing/kernel/arch/ia32/include/breakpoint.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/include/interrupt.h&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/Makefile.inc&lt;br /&gt;+ /branches/tracing/kernel/arch/ia32/src/breakpoint.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /branches/tracing/kernel/arch/ia32/src/pm.c&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.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%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2918&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2918&amp;peg=3170</guid></item>
<item><pubDate>Mon, 12 May 2008 12:26:39 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2903 – Rename event NEW_THREAD to THREAD_B. Add THREAD_E event - thread ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rename event NEW_THREAD to THREAD_B. Add THREAD_E event - thread exit&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.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/uspace/app/sctrace/sctrace.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2903&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2903&amp;peg=3170</guid></item>
<item><pubDate>Sun, 11 May 2008 23:18:10 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2901 – Split SYSCALL event into SYSCALL_B and SYSCALL_E, the extra event ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Split SYSCALL event into SYSCALL_B and SYSCALL_E, the extra event allows seeing long-running syscalls immediately, as well as calls with invalid syscall id&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&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_ops.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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2901&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2901&amp;peg=3170</guid></item>
<item><pubDate>Sun, 11 May 2008 22:41:47 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2899 – Add support for SET_EVMASK debug operation</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add support for SET_EVMASK debug operation&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ops.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/proc/task.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/generic/src/udebug/udebug_ops.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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2899&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2899&amp;peg=3170</guid></item>
<item><pubDate>Sun, 11 May 2008 21:02:36 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2898 – Implement operation UDEBUG_M_STOP that stops a thread. Can be used ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement operation UDEBUG_M_STOP that stops a thread. Can be used for stopping program by hitting a key in debugger. Somewhat jittery demo in sctrace. Fix missing lock of THREAD-&gt;debug_lock in udebug_stoppable_end()&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/include/udebug/udebug_ops.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;~ /branches/tracing/kernel/generic/src/udebug/udebug_ops.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;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2898&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2898&amp;peg=3170</guid></item>
<item><pubDate>Sun, 11 May 2008 17:15:45 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2894 – Add missing copyright messages</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add missing copyright messages&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug_ops.h&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/generic/src/udebug/udebug_ops.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/errors.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/errors.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipcp.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/ipc_desc.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/proto.h&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/syscalls.c&lt;br /&gt;~ /branches/tracing/uspace/app/sctrace/syscalls.h&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.c&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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2894&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2894&amp;peg=3170</guid></item>
<item><pubDate>Mon, 05 May 2008 11:22:24 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2885 – Start moving debug method processing to kbox_thread. Start with BEGIN, ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start moving debug method processing to kbox_thread. Start with BEGIN, END, THREAD_READ&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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2885&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2885&amp;peg=3170</guid></item>
<item><pubDate>Fri, 02 May 2008 23:55:42 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2870 – Terminate debugging session on debugger disconnect</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Terminate debugging session on debugger disconnect&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/ipc.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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2870&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2870&amp;peg=3170</guid></item>
<item><pubDate>Fri, 02 May 2008 18:08:55 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2867 – Signal hash of new thread with a UDEBUG_EVENT_NEW_THREAD message</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Signal hash of new thread with a UDEBUG_EVENT_NEW_THREAD message&lt;/div&gt;~ /branches/tracing/kernel/generic/include/udebug/udebug.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/uspace/app/sctrace/sctrace.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2867&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2867&amp;peg=3170</guid></item>
<item><pubDate>Fri, 02 May 2008 12:46:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2866 – Verify that thread is waiting in syscall event when reading ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Verify that thread is waiting in syscall event when reading syscall args&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/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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2866&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2866&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2838&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2838&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2833&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2833&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2825&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2825&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2818&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2818&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2817&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2817&amp;peg=3170</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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2813&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2813&amp;peg=3170</guid></item>
<item><pubDate>Mon, 07 Apr 2008 13:59:58 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2812 – Group debug IPC calls under a single method number, differentiate ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Group debug IPC calls under a single method number, differentiate by ARG1&lt;/div&gt;~ /branches/tracing/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug.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/uspace/app/tester/debug/debug1.c&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%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2812&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2812&amp;peg=3170</guid></item>
<item><pubDate>Sat, 05 Apr 2008 17:46:37 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2805 – add ipc call to retrieve syscall arguments</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;add ipc call to retrieve syscall arguments&lt;/div&gt;~ /branches/tracing/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/proc/thread.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug.h&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/uspace/app/tester/debug/debug1.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2805&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2805&amp;peg=3170</guid></item>
<item><pubDate>Sat, 05 Apr 2008 16:15:00 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2804 – allow for attaching to tasks with sleeping threads</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;allow for attaching to tasks with sleeping threads&lt;/div&gt;~ /branches/tracing/kernel/generic/include/proc/task.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/udebug.h&lt;br /&gt;~ /branches/tracing/kernel/generic/src/ipc/sysipc.c&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/syscall/syscall.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2804&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2804&amp;peg=3170</guid></item>
<item><pubDate>Sat, 05 Apr 2008 11:42:34 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 2801 – [tracing] initial debug interface support</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;[tracing] initial debug interface support&lt;/div&gt;~ /branches/tracing/kernel/generic/include/ipc/ipc.h&lt;br /&gt;~ /branches/tracing/kernel/generic/include/ipc/sysipc.h&lt;br /&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/syscall/syscall.h&lt;br /&gt;+ /branches/tracing/kernel/generic/include/udebug.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/proc/thread.c&lt;br /&gt;~ /branches/tracing/kernel/generic/src/syscall/syscall.c&lt;br /&gt;+ /branches/tracing/kernel/generic/src/udebug&lt;br /&gt;+ /branches/tracing/kernel/generic/src/udebug/udebug.c&lt;br /&gt;~ /branches/tracing/kernel/Makefile&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug/debug1.c&lt;br /&gt;+ /branches/tracing/uspace/app/tester/debug/debug1.def&lt;br /&gt;~ /branches/tracing/uspace/app/tester/Makefile&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.c&lt;br /&gt;~ /branches/tracing/uspace/app/tester/tester.h&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/generic/ipc.c&lt;br /&gt;~ /branches/tracing/uspace/lib/libc/include/ipc/ipc.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2801&amp;peg=3170</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Ftracing%2Fkernel%2Fgeneric%2Finclude%2Fudebug%2Fudebug.h&amp;rev=2801&amp;peg=3170</guid></item>
</channel></rss>