Re: [PATCH V5 0/6] Support for the CTF and BTF debug formats

2021-04-01 Thread Jose E. Marchesi via Gcc-patches
ping > [Changes from V4: > - Rebased to latest master. > - Support for DATASEC in BTF. > - Bug fixes in the CTF support. > - Be more silent: do not inform() the user anymore if -gctf is used > along with a frontend for which there is no CTF support. Ignore > the request instead. > - Got rid

Re: [PATCH V5 0/6] Support for the CTF and BTF debug formats

2021-03-19 Thread Jose E. Marchesi via Gcc-patches
> [Changes from V4: > - Rebased to latest master. > - Support for DATASEC in BTF. > - Bug fixes in the CTF support. > - Be more silent: do not inform() the user anymore if -gctf is used > along with a frontend for which there is no CTF support. Ignore > the request instead. > - Got rid of la

[PATCH V5 0/6] Support for the CTF and BTF debug formats

2021-03-18 Thread Jose E. Marchesi via Gcc-patches
[Changes from V4: - Rebased to latest master. - Support for DATASEC in BTF. - Bug fixes in the CTF support. - Be more silent: do not inform() the user anymore if -gctf is used along with a frontend for which there is no CTF support. Ignore the request instead. - Got rid of lang_GNU_GIMPLE, whi