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

Add gchandles and objsize commands to lldb debugger extension #3192

Merged
merged 5 commits into from
Jul 19, 2022

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    2981036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e126005 View commit details
    Browse the repository at this point in the history
  3. Add gchandles command

    Therzok committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    54ab7ba View commit details
    Browse the repository at this point in the history
  4. It builds!

    ```
    000000011bf9fcd8     2190       332880 System.RuntimeType+RuntimeTypeCache
    000000011badb120      131      1535936 System.Object[]
    Total 34402 objects
    
    Handles:
        Strong Handles:       3683
        Pinned Handles:       6
        Ref Count Handles:    10740
        Weak Long Handles:    5316
        Weak Short Handles:   9624
        Dependent Handles:    5033
    ```
    Therzok committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    58638a6 View commit details
    Browse the repository at this point in the history
  5. Fix code style

    Therzok committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f021059 View commit details
    Browse the repository at this point in the history