guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnunet (again)


From: Ludovic Courtès
Subject: Re: gnunet (again)
Date: Sat, 14 Jan 2017 18:22:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi!

Catonano <address@hidden> skribis:

> In a phase of such instructions I should attach the gdb to a core dump file.
>
> Such file should be "src/util/.libs/lt-test_foo", sometimes wiithout the lt-
>
> Now in src/util/.libs there is no file with a name starting with lt- and
> there are a ton of test_foo files.

This is really a Libtool question, but the solution is that, to debug
‘util/foo’ without having to worry about whether there’s an ‘lt-’ prefix
or not, just run:

  ./libtool --mode=execute gdb src/util/foo core

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]