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: awulkiew/graphical-debugging-vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: awulkiew/graphical-debugging-vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 10, 2023

  1. Add first batch of changes needed by C++ memory access

    Add memory/address/sizeof related utils.
    Add/enable some test/temp parts like MemoryLayout or MachineInfo.
    Add forEachMemoryBlock to Containers.
    Change elements generator to corresponding forEachElement (also because
    it's slightly faster).
    forEachXXX methods may return false if there are some problems with
    loading data while elements was returning zero or fraction of elements.
    awulkiew committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    706f74c View commit details
    Browse the repository at this point in the history
Loading