1CGREEN-DEBUG(1) User Commands CGREEN-DEBUG(1)
2
3
4
6 cgreen-debug - start cgreen-runner under GDB and break at a specific
7 test
8
9
11 cgreen-debug [OPTION...] LIBRARY TEST
12
13
14
16 cgreen-debug is a script to start cgreen-runner under gdb, load a
17 LIBRARY and break on a named TEST. Where LIBRARY is a filename of the
18 shared library of Cgreen tests, usually .so or .dll depending on your
19 platform. TEST is the name of a test in that library in the format
20 <context>:<test_name>.
21
22
23 OPTIONS
24 -h, --help
25 Print some usage information and exit.
26
27
29 cgreen(5) cgreen-runner(1)
30
31
32 The full documentation for cgreen-debug and the Cgreen framework is in
33 the Cgreen manual available at GitHub ⟨https://cgreen-devs.github.io/⟩.
34
35
36
37cgreen 1.2.0 May 2020 CGREEN-DEBUG(1)