Project repository and mirror for upstream MRNet project on github https://github.com/dyninst/mrnet
Steps for updating the mirror from your local stash clone:
- git remote add upstream [email protected]:dyninst/mrnet.git
- git fetch upstream
- git fetch upstream --tags
- git cehckout master
- git merge upstream/master
- git push origin master
Done. Once updated, make sure to update any submodule references in other debugger projects to the latest commit/release tag.