aboutsummaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-17 12:55:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-17 12:55:06 +0100
commitf01951760af1170e23fbb94146caabe629384465 (patch)
treecf4f566adf05f4fea45b41b063a1a74b8b516b54 /glibc
parent4c9c96e78f9967a9e23db38d45fbb4b58149488c (diff)
parent4fb182a18e7a7e7e6ff7e5a128459c05a61de188 (diff)
downloadweb-f01951760af1170e23fbb94146caabe629384465.tar.gz
web-f01951760af1170e23fbb94146caabe629384465.tar.bz2
web-f01951760af1170e23fbb94146caabe629384465.zip
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'glibc')
-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.