Hello, Mr. Mitnick.

You can generate suppression file for all Memcheck's output in libraries
and use it. In any case, Valgrind have to instrument all binary code in
libraries to track all read\write to the memory. Look at: valgrind --help
and flags --suppressions and --gen-suppressions.

Vasily


On Mon, Sep 9, 2013 at 8:16 PM, Lu Mitnick <king19880...@gmail.com> wrote:

> Hello everyone,
>
> When I run memcheck with my application, which is a dynamic linked
> executable (ELF). It seems that memcheck instruments binary not only from
> executable itself but also from shared library. I just want to focus on the
> application written by my own. Is there any option to control memcheck only
> instruments binary of executables?
>
> Thanks a lot
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
> _______________________________________________
> Valgrind-users mailing list
> Valgrind-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/valgrind-users
>
>


-- 
Best Regards,
Vasily
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to