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

10011: Add DebugProtocolSource and DebugProtocolBreakpoint #10926

Merged
merged 2 commits into from
Jul 21, 2022

Commits on Jul 21, 2022

  1. 10011: Add DebugProtocolSource and DebugProtocolBreakpoint

    Add "DebugProtocolSource" and "DebugProtocolEndpoint" to the plug-in
    API, as well as the methods using these interfaces:
    
    - DebugSession.getDebugProtocolBreakpoint()
    - debug.asDebugSourceUri()
    
    10011: Fix asDebugSourceUri
    
    - Rename asDebugSourceURI to getDebugSourceUri to avoid name clash
    - Fix the way the debug source query is built
    - Add tests
    
    10011: Minor code improvements
    
    - Improve test description to be consistent with other tests
    - Move the SCHEME and SCHEME_PATTERN constants to debug/common for
    reusability
    
    10011: Rebase on master
    
    - Rebase on master and resolve conflicts
    
    Contributed on behalf of STMicroelectronics
    Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
    CamilleLetavernier committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0257f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611ab0a View commit details
    Browse the repository at this point in the history