Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
README: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jun 1, 2019
1 parent 2194ba7 commit 57b33c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -49,25 +49,25 @@ It is possible to create a recent build container with the
[GNU guix](https://www.gnu.org/software/guix/) transactional package
manager

guix environment -C guix --ad-hoc ldc dub zlib gdb binutils-gold --network
guix environment -C guix --ad-hoc ldc dub zlib gdb binutils-gold vim --network

after getting dropped in the container simply run dub.

If you want to use the make file instead (not requiring the network) use

guix environment -C guix --ad-hoc ldc zlib gdb make binutils-gold --no-grafts
guix environment -C guix --ad-hoc ldc zlib gdb make binutils-gold vim --no-grafts
make -j 4
make check

## Debugging

When using gdb, switch off these handlers

`handle SIGUSR1 SIGUSR2 nostop noprint`
handle SIGUSR1 SIGUSR2 nostop noprint

It can be passed in from the command line

`gdb -iex "handle SIGUSR1 SIGUSR2 no stop noprint" biod_test`
gdb -ex 'handle SIGUSR1 SIGUSR2 nostop noprint' --args ./biod-test-library

## Usage

Expand Down

0 comments on commit 57b33c1

Please sign in to comment.