Dynamic Analysis Support?

Sysprogs forums Forums VisualGDB Dynamic Analysis Support?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11766
    Seidleroni
    Participant

    Is there any dynamic analysis supported other than the standard one listed in the ‘dynamic analysis’ page of the project? I’m looking to use something similar to GCC’s Address Sanitizer (-fsanitize=address). The address sanitizer doesn’t appear to work. Is there anything else built into GCC or a plug-in that could perform bounds checking on arrays and other types of dynamic analysis?

    #11769
    support
    Keymaster

    Hi,

    VisualGDB dynamic analysis currently supports stack usage analysis and real-time watch (visualization of various real-time events).

    The address santizer does not work on embedded projects yet. We might be able to support it in one of the upcoming versions of VisualGDB, although we cannot promise anything specific at the current point.

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.