Skip to content

Instantly share code, notes, and snippets.

@sgraham
Created January 14, 2016 21:11
Show Gist options
  • Save sgraham/fe2bdf485edf3f590ff2 to your computer and use it in GitHub Desktop.
Save sgraham/fe2bdf485edf3f590ff2 to your computer and use it in GitHub Desktop.
[deref-stack]d:\src\crashpad\crashpad>git cl upload -t "win: Capture memory pointed to by stack" --squash
Using 50% similarity for rename/copy detection. Override with --similarity.
Running presubmit upload checks ...
Presubmit checks passed.
handler/win/crashy_test_program.cc | 8 ++++
snapshot/snapshot.gyp | 4 +-
...text_memory.cc => capture_referenced_memory.cc} | 56 ++++++++++++++++++++--
...ontext_memory.h => capture_referenced_memory.h} | 20 ++++++--
snapshot/win/end_to_end_test.py | 12 +++++
snapshot/win/exception_snapshot_win.cc | 2 +-
snapshot/win/thread_snapshot_win.cc | 4 +-
7 files changed, 96 insertions(+), 10 deletions(-)
Counting objects: 64, done.
Delta compression using up to 32 threads.
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 8.34 KiB | 0 bytes/s, done.
Total 13 (delta 10), reused 0 (delta 0)
remote: Resolving deltas: 100% (10/10)
remote: Processing changes: new: 1, done
remote:
remote: New Changes:
remote: https://chromium-review.googlesource.com/322260 win: Capture memory pointed to by stack
remote:
To https://chromium.googlesource.com/crashpad/crashpad
* [new branch] 380e602db4991ecb5dbc61ad92016f0311ecefe3 -> refs/for/refs/heads/master
[deref-stack]d:\src\crashpad\crashpad>git commit --amend
[deref-stack 41b228a] win: Capture memory pointed to by stack
7 files changed, 96 insertions(+), 10 deletions(-)
rename snapshot/win/{capture_context_memory.cc => capture_referenced_memory.cc} (71%)
rename snapshot/win/{capture_context_memory.h => capture_referenced_memory.h} (65%)
[deref-stack]d:\src\crashpad\crashpad>git cl upload -t "win: Capture memory pointed to by stack" --squash
Using 50% similarity for rename/copy detection. Override with --similarity.
Running presubmit upload checks ...
Presubmit checks passed.
handler/win/crashy_test_program.cc | 8 ++++
snapshot/snapshot.gyp | 4 +-
...text_memory.cc => capture_referenced_memory.cc} | 56 ++++++++++++++++++++--
...ontext_memory.h => capture_referenced_memory.h} | 20 ++++++--
snapshot/win/end_to_end_test.py | 12 +++++
snapshot/win/exception_snapshot_win.cc | 2 +-
snapshot/win/thread_snapshot_win.cc | 4 +-
7 files changed, 96 insertions(+), 10 deletions(-)
Counting objects: 1, done.
Writing objects: 100% (1/1), 3.91 KiB | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: Processing changes: new: 1, done
remote:
remote: New Changes:
remote: https://chromium-review.googlesource.com/321865 win: Capture memory pointed to by stack
remote:
To https://chromium.googlesource.com/crashpad/crashpad
* [new branch] 8831c4766c54b666c07b0460ed84d290ed682f57 -> refs/for/refs/heads/master
[deref-stack]d:\src\crashpad\crashpad>git push origin HEAD:refs/for/master
Counting objects: 1, done.
Writing objects: 100% (1/1), 253 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: Processing changes: new: 1, done
remote:
remote: New Changes:
remote: https://chromium-review.googlesource.com/322261 win: Capture memory pointed to by stack
remote:
To https://chromium.googlesource.com/crashpad/crashpad
* [new branch] HEAD -> refs/for/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment