mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
1f238b89bb
commit
fae30e8323
@ -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 =
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user