Re: [[PATCH V9] 0/7] Support for the CTF and BTF debug formats

2021-06-22 Thread Jason Merrill via Gcc-patches
On 6/21/21 10:01 AM, Richard Biener wrote: On Mon, May 31, 2021 at 7:16 PM Jose E. Marchesi via Gcc-patches wrote: [Changes from V8: - Rebased to today's master. - Adapted to use the write-symbols new infrastructure recently applied upstream. - Little change in libiberty to copy .BTF sectio

Re: [[PATCH V9] 0/7] Support for the CTF and BTF debug formats

2021-06-22 Thread Indu Bhagat via Gcc-patches
On 6/21/21 7:01 AM, Richard Biener via Gcc-patches wrote: Command line options for debug formats == This implementation adds the following command-line options to select the emission of CTF and BTF: -gctf[123] -gbtf These options mimic the -g[123

Re: [[PATCH V9] 0/7] Support for the CTF and BTF debug formats

2021-06-21 Thread Richard Biener via Gcc-patches
On Mon, May 31, 2021 at 7:16 PM Jose E. Marchesi via Gcc-patches wrote: > > [Changes from V8: > - Rebased to today's master. > - Adapted to use the write-symbols new infrastructure recently > applied upstream. > - Little change in libiberty to copy .BTF sections over when > LTOing.] > > Hi peo

Re: [[PATCH V9] 0/7] Support for the CTF and BTF debug formats

2021-06-14 Thread Jose E. Marchesi via Gcc-patches
ping > [Changes from V8: > - Rebased to today's master. > - Adapted to use the write-symbols new infrastructure recently > applied upstream. > - Little change in libiberty to copy .BTF sections over when > LTOing.] > > Hi people! > > Last year we submitted a first patch series introducing su

[[PATCH V9] 0/7] Support for the CTF and BTF debug formats

2021-05-31 Thread Jose E. Marchesi via Gcc-patches
[Changes from V8: - Rebased to today's master. - Adapted to use the write-symbols new infrastructure recently applied upstream. - Little change in libiberty to copy .BTF sections over when LTOing.] Hi people! Last year we submitted a first patch series introducing support for the CTF debuggin