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

Add support for channel-based breakpoints #99

Merged
merged 9 commits into from
Jan 25, 2017
Merged

Commits on Jan 25, 2017

  1. Handle ProcessThread in debugger

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    43ea910 View commit details
    Browse the repository at this point in the history
  2. Update Kompos dependencies

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    15ebca2 View commit details
    Browse the repository at this point in the history
  3. Remove dead code from source.ts

    Dummy InvocationProfile, CountingProfile, MessageHistory, etc.
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    d04450a View commit details
    Browse the repository at this point in the history
  4. Update TypeScript config and add lint config

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    cb83642 View commit details
    Browse the repository at this point in the history
  5. Unify breakpoint representation and remove redundant code

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    1f07344 View commit details
    Browse the repository at this point in the history
  6. Added support for channel breakpoints to Kompos frontend

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    faa8119 View commit details
    Browse the repository at this point in the history
  7. Added support for Channel breakpoints to backend

    Use ExpressionBreakpoint tag for all breakpoints on a specific AST node.
    Extend channel to pass to the opposite side whether a breakpoint was requested.
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    1918834 View commit details
    Browse the repository at this point in the history
  8. Rename tools.actors to tools.concurrency

    Make name more general to account for additional concurrency models.
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    1e0fcbd View commit details
    Browse the repository at this point in the history
  9. Added change log entry.

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    583413e View commit details
    Browse the repository at this point in the history