Re: Printing bitmap objects in the debugger

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Cc: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Printing bitmap objects in the debugger
Date: 2016-09-15 06:02:08
Message-ID: CAB7nPqTHy8wwxAYgwDxCijjaHQCx3ExfMQ6h-1QjWWzKRoyL9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 15, 2016 at 2:58 PM, Ashutosh Bapat
<ashutosh(dot)bapat(at)enterprisedb(dot)com> wrote:
> On Wed, Sep 14, 2016 at 5:31 PM, Pavan Deolasee
> <pavan(dot)deolasee(at)gmail(dot)com> wrote:
>> The complete API reference is available here
>> http://lldb.llvm.org/python_reference/index.html
>>
>> Looks like an interesting SoC project to write useful lldb/gdb scripts to
>> print internal structures for ease of debugging :-)
>>
>
> +1, if we can include something like that in the repository so as to
> avoid every developer maintaining a script of his/her own.

+1. Even if one finishes by doing manual modifications of some of
them, it is always good to have a central point of reference.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-09-15 06:03:24 Re: Hash Indexes
Previous Message Ashutosh Bapat 2016-09-15 05:58:05 Re: Printing bitmap objects in the debugger