summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q <Richard@web>2013-03-16 23:18:52 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2013-03-16 23:18:52 +0100
commit7a696737b9cc67769a865dffc670a5b1a874dc60 (patch)
tree14a0f69a35ad4b844666e4d3c1da781910baedcc
parent2b0ad7e1ee57d041570f8cd9f2bb2d270f031734 (diff)
-rw-r--r--glibc/debugging/ld_so_console.mdwn3
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.