Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazily update frames of all threads in all-stop mode #6869

Merged

Commits on Feb 6, 2020

  1. [debug] Lazily update frames of all threads in all-stop mode

    When a breakpoint occurs in a thread in all-stop mode, all other
    threads have outdated/missing stackframes which means no variables
    show up and can be inspected. This fixes the issue by marking each
    thread as potentially having "dirty" frames: frames that need to be
    re-fetched when the user selects them.
    
    Signed-off-by: Samuel Frylmark <samuel.frylmark@ericsson.com>
    sfrylmark committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f5867d6 View commit details
    Browse the repository at this point in the history