Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

test::valgrind::action::suppressions(3pm) [debian man page]

Test::Valgrind::Action::Suppressions(3pm)		User Contributed Perl Documentation		 Test::Valgrind::Action::Suppressions(3pm)

NAME
Test::Valgrind::Action::Suppressions - Generate suppressions for a given tool. VERSION
Version 1.13 DESCRIPTION
This action just writes the contents of the suppressions reports received into the suppression file. METHODS
This class inherits Test::Valgrind::Action. "new name => $name, target => $target, ..." Your usual constructor. You need to specify the suppression prefix as the value of "name", and the target file as "target". Other arguments are passed straight to "Test::Valgrind::Action->new". "name" Read-only accessor for the "name" option. "target" Read-only accessor for the "target" option. SEE ALSO
Test::Valgrind, Test::Valgrind::Action. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Action::Suppressions COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Action::Suppressions(3pm)

Check Out this Related Man Page

Test::Valgrind::Parser::Suppressions::Text(3pm) 	User Contributed Perl Documentation	   Test::Valgrind::Parser::Suppressions::Text(3pm)

NAME
Test::Valgrind::Parser::Suppressions::Text - Parse valgrind suppressions output as text blocks. VERSION
Version 1.13 DESCRIPTION
This is a Test::Valgrind::Parser::Text object that can extract suppressions from "valgrind"'s text output. METHODS
"report_class" Generated reports are "Test::Valgrind::Report::Suppressions" objects. Their "data" member contains the raw text of the suppression. SEE ALSO
Test::Valgrind, Test::Valgrind::Parser::Text. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Parser::Suppressions::Text COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Parser::Suppressions::Text(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. AIX

Can Valgrind work well on AIX?

As Valgrind announced, 3.3.0 and 3.3.1 version can support AIX 5.3. But I met a block issue when I used Valgrind on AIX After installing Valgrind3.3.1 successfully on AIX5.3, I typed the following command of Valgrind: valgrind -d --tool=memcheck ls Then, the following result from Valgrind is... (0 Replies)
Discussion started by: adasong
0 Replies

2. Shell Programming and Scripting

Separate lines from text file

I have a text file with lot of rows like.. Action & Adventure|2012: Supernova NR|2009-11-01 00:01:00|2010-05-01 23:59:00|Active|3 Action & Adventure|50 Dead Men Walking|2010-01-05 00:01:00|2010-06-30 23:59:00|Active|3 Action & Adventure|Afterwards|2009-11-26 00:01:00|2010-03-26... (3 Replies)
Discussion started by: ramse8pc
3 Replies

3. Programming

Valgrind error

I get this Valgrind error while using malloc but if I use calloc then there is no error. I allocate 8 bytes for the string inside sprintf, 12 for the ip and 1 for the string terminator. This totals 21, so why is it talking about 20 bytes and 18 bytes ? Partial code: char ip =... (3 Replies)
Discussion started by: cyler
3 Replies