Re: possible QTFrame enhancement
Doug Evans <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADPb22TXCk0evwC1BkLpER-tMHCBZQLZ8XXo3LC8vkFhjjLPrg@mail.gmail.com> |
On Thu, Oct 16, 2014 at 4:23 PM, Stan Shebs <[email protected]> wrote: > [...] > I concur. I can't think of many other actual tracepoint users right > now, so your developer gets lots of influence on how it develops > further. While we're on the subject, now's a good time to mention something that is on my plate. Tracepoints suck at collecting c++ data (e.g., what a pretty-printer would need). The canonical solution that occurs to me is to do it in python (allow one to specify what to collect for particular types). The compiler knows how c++ classes are laid out, but there is still some intelligence that goes into knowing or optimizing what to collect. Plus one would want (I think) the code to live with the pretty-printer - easier to maintain. These are just ideas for discussion. I haven't gone too far down this path.