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

LLDB: Extend the dump_page methods #4420

Merged
merged 3 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    e0632cb View commit details
    Browse the repository at this point in the history
  2. lldb: dump_page_rvalue - dump a heap page containing an RVALUE

    rather than having to do this in a two step process:
    
    1. heap_page obj
    2. dump_page $2 (or whatever lldb variable heap_page set)
    
    we can now just
    
    dump_page_rvalue obj
    eightbitraptor committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    28cb836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2e409 View commit details
    Browse the repository at this point in the history