# # ChangeLog for kernel/generic/include/udebug in mainline # # Generated by Trac 1.6 # 2026-03-11T02:37:19Z Tue, 26 Jan 2010 22:46:29 GMT Jiri Svoboda [3698e44] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/include/elf.h (added) * uspace/app/taskdump/include/symtab.h (added) * uspace/app/taskdump/symtab.c (added) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) Add ability to determine task name and load symbol table from the ... Mon, 25 Jan 2010 21:40:13 GMT Jiri Svoboda [80487bc5] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/libc/arch/amd64/include/istate.h (added) * uspace/lib/libc/arch/arm32/include/istate.h (added) * uspace/lib/libc/arch/ia32/include/istate.h (added) * uspace/lib/libc/arch/ia64/include/istate.h (added) * uspace/lib/libc/arch/mips32/include/istate.h (added) * uspace/lib/libc/arch/mips32eb/include/istate.h (added) * uspace/lib/libc/arch/ppc32/include/istate.h (added) * uspace/lib/libc/arch/sparc64/include/istate.h (added) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) Allow taskdump to read register state and extract PC, FP (not ... Mon, 25 Jan 2010 20:15:00 GMT Jiri Svoboda [0d21b53] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/udebug/udebug.c (modified) Move code code waiting for debugger to ... Sat, 23 Jan 2010 19:19:18 GMT Jiri Svoboda [a074b4f] * HelenOS.config (modified) * boot/Makefile.common (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/srv/taskmon/Makefile (added) * uspace/srv/taskmon/taskmon.c (added) Implement fault notifications and task monitoring service. Sat, 23 Jan 2010 14:25:32 GMT Jiri Svoboda [336db295] * boot/Makefile.common (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/app/taskdump/Makefile (added) * uspace/app/taskdump/taskdump.c (added) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility. Sun, 07 Dec 2008 18:36:51 GMT Jiri Svoboda [8af9950] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Rename udebug_thread_t.debug_active just to 'active'. Sun, 23 Nov 2008 11:02:07 GMT Jiri Svoboda [f714576] * kernel/generic/include/udebug/udebug.h (modified) Remove unused debugging task state. Sat, 22 Nov 2008 17:10:12 GMT Jiri Svoboda [13964ef] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/udebug/udebug.c (modified) Fix race that allowed Udebug to report THREAD_B events for threads ... Sat, 22 Nov 2008 11:26:53 GMT Jiri Svoboda [3ff2b54] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) Merge feature from tracing: correct stopping of CPU-intensive tasks ... Fri, 21 Nov 2008 22:31:43 GMT Jiri Svoboda [32e6c9c] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/udebug/udebug.c (modified) Get rid of int_lock from udebug_thread_t, as is flawed. Fri, 21 Nov 2008 14:38:18 GMT Jiri Svoboda [384c488] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Replace 'stop' in udebug_thread_t with 'go' for consistency with ... Fri, 21 Nov 2008 14:04:08 GMT Jiri Svoboda [1378b2b] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Udebug comments - 'is go', not 'has go'. Missing periods. Wed, 17 Sep 2008 12:16:27 GMT Jiri Svoboda [9a1b20c] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipc_kbox.h (added) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (added) * kernel/generic/include/udebug/udebug_ipc.h (added) * kernel/generic/include/udebug/udebug_ops.h (added) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipc_kbox.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug.c (added) * kernel/generic/src/udebug/udebug_ipc.c (added) * kernel/generic/src/udebug/udebug_ops.c (added) * kernel/kernel.config (modified) * uspace/Makefile (modified) * uspace/app/trace/Makefile (added) * uspace/app/trace/errors.c (added) * uspace/app/trace/errors.h (added) * uspace/app/trace/ipc_desc.c (added) * uspace/app/trace/ipc_desc.h (added) * uspace/app/trace/ipcp.c (added) * uspace/app/trace/ipcp.h (added) * uspace/app/trace/proto.c (added) * uspace/app/trace/proto.h (added) * uspace/app/trace/syscalls.c (added) * uspace/app/trace/syscalls.h (added) * uspace/app/trace/trace.c (added) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/udebug.c (added) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/udebug.h (added) Merge syscall tracer (trace) and relevant part of udebug interface ...