summaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-07-01 22:02:40 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-07-01 22:02:40 +0200
commitd8fe575b3e850a46e22b9bf59a74d39445e26ec7 (patch)
tree23e2a61f745b71b54f7e88634a7c7d95175bbc68 /faq
parent40e985ddcd987968150d3c3b66fa2febdf4f5d97 (diff)
consolidate debugging translatorsHEADmaster
Diffstat (limited to 'faq')
-rw-r--r--faq/debugging_translators.mdwn10
1 files changed, 1 insertions, 9 deletions
diff --git a/faq/debugging_translators.mdwn b/faq/debugging_translators.mdwn
index 1bd0deec..031b5778 100644
--- a/faq/debugging_translators.mdwn
+++ b/faq/debugging_translators.mdwn
@@ -11,12 +11,4 @@ License|/fdl]]."]]"""]]
[[!tag faq/development]]
-In order to [[debug|debugging]] translators and being able to step into glibc
-during it, on Debian you need the `hurd-dbgsym` and `libc0.3-dbg` packages installed.
-If you need to debug the initialization of the translator, start the translator
-like
-
- $ settrans -Pa /foo /usr/bin/env LD_LIBRARY_PATH=/usr/lib/debug /hurd/foofs
-
-The `-P` option will make it
-pause and you will be able to attach [[debugging/GDB]] to the process.
+See [[/hurd/debugging/translator]].