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 dump_page helper to LLDB #4277

Merged
merged 2 commits into from
Mar 16, 2021
Merged

Commits on Mar 16, 2021

  1. LLDB: Extract a dump_bits function from rp

    that dumps the heap page bitmaps for a slot
    eightbitraptor committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1200ab6 View commit details
    Browse the repository at this point in the history
  2. LLDB: Introduce dump_page helper

    This dumps out object type information for every object on a page in the
    form:
    
    bits [LM R ] T_CLASS    [389]: Addr: 0x1007ebcf0 (flags: 0x100000062)
    eightbitraptor committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0a178ff View commit details
    Browse the repository at this point in the history