diff options
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/debugging/ld_so_console.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glibc/debugging/ld_so_console.mdwn b/glibc/debugging/ld_so_console.mdwn index 286fcd64..4ebea005 100644 --- a/glibc/debugging/ld_so_console.mdwn +++ b/glibc/debugging/ld_so_console.mdwn @@ -19,3 +19,7 @@ simple [[dl-sysdep.c.patch]] to get access to the Mach console. Can this be integrated with the other debugging printf functions from `elf/dl-misc.c` (`_dl_debug_vdprintf`) ([[!taglink open_issue_glibc]])? + +In 2013-01, the [[microkernel/mach/gnumach/interface/syscall/mach_print]] +[[system_call]] has been added to [[GNU Mach|microkernel/mach/gnumach]]. +It is available when the kernel is built with the in-kernel kdb debugger. |