Results 1 to 2 of 2

Thread: Using dr memory to debug c++ .dll

  1. #1
    Join Date
    Dec 2015
    Posts
    35
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Using dr memory to debug c++ .dll

    Hi guys,

    I want to analyse a c++ .dll using dr memory (memory leak), just for a specific function in dll

    I found in the doc, that I can use fuzz argument to analyse .dll or .so

    I got always errors, I ask if someone already has tested this method

    Qt Code:
    1. fuzz_target ‘mydll?!myfunc-myclass’
    To copy to clipboard, switch view to plain text mode 

    Regards,

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Using dr memory to debug c++ .dll

    Nothing to do with Qt.

    You certainly need to specified the C++ mangled name of the method you are trying to target on Linux/UNIX. You may need it if you built with MingW on Windows.
    Perhaps you should ask on the Dr. Memory discussion group for more details.

Similar Threads

  1. Replies: 8
    Last Post: 17th November 2016, 11:24
  2. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 07:27
  3. Replies: 4
    Last Post: 30th September 2010, 11:31
  4. QT4 debug mode output / QList: Out of memory
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 29th May 2007, 10:53
  5. Replies: 11
    Last Post: 22nd March 2006, 20:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.