Add a couple of useful examples to the --help text for

--soname-synonyms.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12855
This commit is contained in:
Julian Seward 2012-08-07 14:46:34 +00:00
parent 1f238b89bb
commit fae30e8323
3 changed files with 12 additions and 6 deletions

View File

@ -194,8 +194,10 @@ static void usage_NORETURN ( Bool debug_help )
" stated shared object doesn't have the stated\n"
" text symbol. Patterns can contain ? and *.\n"
" --soname-synonyms=syn1=pattern1,syn2=pattern2,... synonym soname\n"
" patterns for some Valgrind wrapping\n"
" or replacement (such as malloc replacement)\n"
" specify patterns for function wrapping or replacement.\n"
" To use a non-libc malloc library that is\n"
" in the main exe: --soname-synonyms=somalloc=NONE\n"
" in libxyzzy.so: --soname-synonyms=somalloc=libxyzzy.so\n"
"\n";
Char* usage2 =

View File

@ -83,8 +83,10 @@ usage: valgrind [options] prog-and-args
stated shared object doesn't have the stated
text symbol. Patterns can contain ? and *.
--soname-synonyms=syn1=pattern1,syn2=pattern2,... synonym soname
patterns for some Valgrind wrapping
or replacement (such as malloc replacement)
specify patterns for function wrapping or replacement.
To use a non-libc malloc library that is
in the main exe: --soname-synonyms=somalloc=NONE
in libxyzzy.so: --soname-synonyms=somalloc=libxyzzy.so
user options for Nulgrind:
(none)

View File

@ -83,8 +83,10 @@ usage: valgrind [options] prog-and-args
stated shared object doesn't have the stated
text symbol. Patterns can contain ? and *.
--soname-synonyms=syn1=pattern1,syn2=pattern2,... synonym soname
patterns for some Valgrind wrapping
or replacement (such as malloc replacement)
specify patterns for function wrapping or replacement.
To use a non-libc malloc library that is
in the main exe: --soname-synonyms=somalloc=NONE
in libxyzzy.so: --soname-synonyms=somalloc=libxyzzy.so
user options for Nulgrind:
(none)