Re: Printing bitmap objects in the debugger - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: Printing bitmap objects in the debugger
Date
Msg-id CABOikdN3L39T+-BC1tfp_ZpOP5GErBHUQg3UyxsZrKJzPpPwjw@mail.gmail.com
Whole thread Raw
In response to Re: Printing bitmap objects in the debugger  (Pavan Deolasee <pavan.deolasee@gmail.com>)
List pgsql-hackers

On Thu, Sep 15, 2016 at 7:55 PM, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:

(lldb) script print print_bms_members(lldb.frame.FindVariable ("a"))
nwords = 1 bitmap: 0x200


Or even this if lldb.frame.FindVariable() is pushed inside the function:

(lldb) script print print_bms_members('a')
nwords = 1 bitmap: 0x200

Thanks,
Pavan

--  
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: OpenSSL 1.1 breaks configure and more
Next
From: Tom Lane
Date:
Subject: Re: select_parallel test fails with nonstandard block size