Re: r329762 - Introduce a new builtin, __builtin_dump_struct, that is useful for dumping structure contents at runtime in circumstances where debuggers may not be easily available (such as in kernel w

2020-02-27 Thread Aaron Ballman via cfe-commits
On Wed, Feb 26, 2020 at 1:48 PM Aaron Ballman wrote: > > On Tue, Feb 25, 2020 at 4:36 PM Richard Smith wrote: > > > > It looks like we forgot to document this builtin. Can some documentation be > > added? > > If Paul doesn't get to it first, I can try to stub some out. I added some basic

Re: r329762 - Introduce a new builtin, __builtin_dump_struct, that is useful for dumping structure contents at runtime in circumstances where debuggers may not be easily available (such as in kernel w

2020-02-26 Thread Aaron Ballman via cfe-commits
On Tue, Feb 25, 2020 at 4:36 PM Richard Smith wrote: > > It looks like we forgot to document this builtin. Can some documentation be > added? If Paul doesn't get to it first, I can try to stub some out. ~Aaron > > On Tue, 10 Apr 2018 at 15:01, Aaron Ballman via cfe-commits > wrote: >> >>

Re: r329762 - Introduce a new builtin, __builtin_dump_struct, that is useful for dumping structure contents at runtime in circumstances where debuggers may not be easily available (such as in kernel w

2020-02-25 Thread Richard Smith via cfe-commits
It looks like we forgot to document this builtin. Can some documentation be added? On Tue, 10 Apr 2018 at 15:01, Aaron Ballman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: aaronballman > Date: Tue Apr 10 14:58:13 2018 > New Revision: 329762 > > URL: