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: WebFreak001/code-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: atseanpaul/code-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 28, 2020

  1. Delete package-lock.json

    Since it's auto-generated by npm, I don't think it's needed. But I don't
    know node _at. all._ so... ¯\_(ツ)_/¯
    
    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    087f1e5 View commit details
    Browse the repository at this point in the history
  2. Add vsce and thenable to dependencies

    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7017346 View commit details
    Browse the repository at this point in the history
  3. Import Thenable where needed

    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    1510712 View commit details
    Browse the repository at this point in the history
  4. Add some breadcrumbs in README for debugging/packaging

    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3894cd9 View commit details
    Browse the repository at this point in the history
  5. Allow child to choose to translate paths without using ssh

    Useful for running gdb within a chroot
    
    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    ce192d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcd9d13 View commit details
    Browse the repository at this point in the history
  7. Add crosgdb handler to run gdb in the choot

    Signed-off-by: Sean Paul <[email protected]>
    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2129352 View commit details
    Browse the repository at this point in the history
  8. Fix cachedThreads argument

    atseanpaul committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    6d0260d View commit details
    Browse the repository at this point in the history
Loading