This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=d91e845839601872e8e97e7d6f7367fb0a516d87 The branch, master has been updated via d91e845839601872e8e97e7d6f7367fb0a516d87 (commit) from fa88b1792305f192acb81074635420fc05e25255 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d91e845839601872e8e97e7d6f7367fb0a516d87 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Fri Jan 20 16:13:34 2017 +0200 Update README-alpha ----------------------------------------------------------------------- Summary of changes: README-alpha | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README-alpha b/README-alpha index e5a00fe..87a25ab 100644 --- a/README-alpha +++ b/README-alpha @@ -56,16 +56,14 @@ startup. For example, to debug `mimeview' utility, run mimeview --HANG [OTHER-OPTIONS] -Then switch to another terminal, get the PID of the ivoked utility and -attach to it using gdb: - - gdb mimeview PID - -Once in gdb, issue the following command - - set _argp_hang=0 - -Now set your breakpoints and proceed as usual. +The program will then display on the terminal its PID and instructions +for attaching to it, e.g.: + + mimeview: process 13944 is waiting for debug (3600 seconds left) + mimeview: to attach: gdb -ex 'set variable mu_wd::_count_down=0' mailutils/mail/.libs/lt-mail 13944 + +Switch to another terminal, and run the suggested command. Now set +your breakpoints and proceed as usual. * Copyright information: hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils