Re: dynamic checking tools

2014-09-18 Thread Joel Sherrill
On 9/17/2014 6:23 PM, Chris Johns wrote: > On 18/09/2014 4:01 am, Daniel Gutson wrote: >> are there any dynamic checking tools (a la >> valgrind/helgrind/memcheck/drd and *sanitizer) for RTEMS? >> More specifically, I'm interested in memory and concurrency checking, >> more specifically for AR

Re: dynamic checking tools

2014-09-18 Thread Daniel Gutson
On Wed, Sep 17, 2014 at 10:45 PM, Mohammed Saeed Khoory wrote: > I'm not sure about tools similar to valgrind, but you might find it useful to > enable deep memory tests in RTEMS. You can find more information here. > http://www.rtems.org/wiki/index.php/Debugging#Optional_Compile-time_Selections

RE: dynamic checking tools

2014-09-17 Thread Mohammed Saeed Khoory
I'm not sure about tools similar to valgrind, but you might find it useful to enable deep memory tests in RTEMS. You can find more information here. http://www.rtems.org/wiki/index.php/Debugging#Optional_Compile-time_Selections By enabling these macros you can check if your memory is getting corr

Re: dynamic checking tools

2014-09-17 Thread Chris Johns
On 18/09/2014 4:01 am, Daniel Gutson wrote: are there any dynamic checking tools (a la valgrind/helgrind/memcheck/drd and *sanitizer) for RTEMS? More specifically, I'm interested in memory and concurrency checking, more specifically for ARM. None that I know of. My limited understanding o