diff options
-rw-r--r-- | glibc/debugging/ld_so_console.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glibc/debugging/ld_so_console.mdwn b/glibc/debugging/ld_so_console.mdwn index 286fcd64..53199ee1 100644 --- a/glibc/debugging/ld_so_console.mdwn +++ b/glibc/debugging/ld_so_console.mdwn @@ -19,3 +19,6 @@ 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]])? + +Recently (January 2013), the mach_print system call was added to GNU Mach. +It is available when the kernel is built with the in-kernel kdb debugger. |