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

Events for IL methods without IL headers #90826

Merged
merged 6 commits into from
Aug 19, 2023

Commits on Aug 18, 2023

  1. Events for IL methods without IL headers

    Dynamically generated methods like UnsafeAccessor
    functions are marked as IL, but don't contain an IL
    header. The lack of header is an indication the IL must
    be generated at runtime.
    AaronRobinsonMSFT committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    442d98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68cd980 View commit details
    Browse the repository at this point in the history
  3. Update src/coreclr/debug/daccess/stack.cpp

    Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
    AaronRobinsonMSFT and tlakollo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de9cb9f View commit details
    Browse the repository at this point in the history
  4. Review feedback

    AaronRobinsonMSFT committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8868c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e30b9e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Move header include

    AaronRobinsonMSFT committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2997c0b View commit details
    Browse the repository at this point in the history