Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Marus/cortex-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Marus/cortex-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rtosSupport
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 7, 2018

  1. Configuration menu
    Copy the full SHA
    c7654d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263f9d2 View commit details
    Browse the repository at this point in the history
  3. Added utility function for processing data from MINodes

    This should be refactored to have utility functions for MINode data processing.
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    036d07a View commit details
    Browse the repository at this point in the history
  4. Updated execution flow requests to take a thread parameter.

    Also replaced StoppedEvent from the debug-adapter as it doesn’t implement the full protocol for some reason.
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    6aa9674 View commit details
    Browse the repository at this point in the history
  5. Removed hard-coded thread ID, and added a “current” thread ID that is…

    … used for asynchronous execution events.
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    ea3f670 View commit details
    Browse the repository at this point in the history
  6. Updated the threadsRequest to load an actual list of threads.

    This will perform the following GDB requests:
    
    -thread-list-ids
    * This will retrieve a list of the current thread ID numbers, and the current thread ID number.
    -thread-info <id>
    * This is called for each thread ID to load details about the thread.
    
    If no thread is selected will select an aribtrary thread as current (this is typically only the case on fresh restart).
    
    In theory -thread-info with no paramter should retrieve the information about all threads at once; when I was testing I was getting inconsistent results. (-thread-info may only return one thread, but -thread-list-ids might have multiple). Still trying to determine the source of this issue.
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    903d7e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    765e7a5 View commit details
    Browse the repository at this point in the history
  8. Updated stack trace request to get the stack trace for a specified th…

    …read (instead of the GDB selected thread)
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    2ad9344 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4e0825 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into rtosSupport

    # Conflicts:
    #	src/mibase.ts
    Marus committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    ba402ae View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    34fe414 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Merge branch 'master' into rtosSupport

    # Conflicts:
    #	src/common.ts
    Marus committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    2e77d7e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Updated version number

    Marus committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    be8c05f View commit details
    Browse the repository at this point in the history
Loading