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 Debug Context Selector #133

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Move ReadMemory/WriteMemory into adapter-capabilities

    Since the ReadMemory/WriteMemory may be dependent upon the DAPs, move
    into the adapter-capabilities.ts file.
    
    Signed-off-by: Thor Thayer <[email protected]>
    WyoTwT committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    99302f5 View commit details
    Browse the repository at this point in the history
  2. Adding Context for cdt-amalgamator and other DAPs

    Populate the Context Dropdown from the different debug Contexts
    if available so different DAPs can be addressed.
    Add an optional Context to queries so the query can be directed
    to the appropriate handler.
    Add support for cdt-amalgamator.
    
    Signed-off-by: Thor Thayer <[email protected]>
    WyoTwT committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    efc0ab0 View commit details
    Browse the repository at this point in the history
  3. Match Current Context with one of Contexts

    Match current context id with one of the elements of the
    Contexts array.
    
    Signed-off-by: Thor Thayer <[email protected]>
    WyoTwT committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c406f34 View commit details
    Browse the repository at this point in the history
  4. Enable Amalgamator

    WyoTwT committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b5d212b View commit details
    Browse the repository at this point in the history