Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor...a lot #13

Closed
wants to merge 21 commits into from
Closed

Commits on Nov 9, 2021

  1. These do exist in arm

    Jake-Shadle committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f1f8089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b711755 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Update dependencies

    Jake-Shadle committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f429cba View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    40e967b View commit details
    Browse the repository at this point in the history
  2. Cleanup imports

    Jake-Shadle committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6bdab6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ca0a5 View commit details
    Browse the repository at this point in the history
  4. Refactor layout

    Jake-Shadle committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e10b554 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Fixup crash_context

    Jake-Shadle committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7695c64 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Show result of attach

    Jake-Shadle committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    6cd9fca View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Revert debug code

    Jake-Shadle committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2f70e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6f130 View commit details
    Browse the repository at this point in the history
  3. Prep for submodule

    Jake-Shadle committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    786bc1f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Update goblin

    Jake-Shadle committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a8a0ab3 View commit details
    Browse the repository at this point in the history
  2. Fix docs compilation

    Jake-Shadle committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    03dfae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    040769f View commit details
    Browse the repository at this point in the history
  4. Cleanup more lints

    Jake-Shadle committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1101eff View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Giant refactor to use minidump types

    There was a _ton_ of duplication of minidump types between this crate
    and minidump-common, so this refactors the code to remove basically all
    types that minidump-common already had, and changed the minidump_writer
    code to use scroll pwrite instead of relying on repr(C) and byte
    transmutes
    Jake-Shadle committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    04d22cf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Fixup

    Jake-Shadle committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    0dc99fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e1bca View commit details
    Browse the repository at this point in the history
  3. Port x86 CrashContext

    Jake-Shadle committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cf2984d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Flesh out aarch64

    Jake-Shadle committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    49d769b View commit details
    Browse the repository at this point in the history