Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Andreas Schwab
On Mär 09 2021, Jose E. Marchesi via Gcc-patches wrote: > remote: error: hook declined to update refs/heads/users/jemarch/ctf-v4 User branches are located under refs/users. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Jose E. Marchesi via Gcc-patches
> On Tue, Mar 9, 2021 at 11:46 AM Jose E. Marchesi > wrote: >> >> >> >> It probably should define BTF_DEBUGGING_INFO and that should >> >> enable parts guarded with DWARF2_DEBUGGING_INFO as well. >> > >> > BTW, is there a git branch one can more easily browse the new code? >> >> I can push the

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Richard Biener via Gcc-patches
On Tue, Mar 9, 2021 at 12:29 PM Jose E. Marchesi wrote: > > > Hi Richard. > Thanks for looking at this :) > > [Today I sent a V4 of the series containing a couple of fixes to the BTF > code. It doesn't contain big changes so the discussion below still > applies.] > > >> In turn,

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Jose E. Marchesi via Gcc-patches
Hi Richard. Thanks for looking at this :) [Today I sent a V4 of the series containing a couple of fixes to the BTF code. It doesn't contain big changes so the discussion below still applies.] >> In turn, debug_format_do_cu traverses the tree of DIEs passed to it calling >> ctf_do_die on

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Richard Biener via Gcc-patches
On Tue, Mar 9, 2021 at 11:46 AM Jose E. Marchesi wrote: > > > >> It probably should define BTF_DEBUGGING_INFO and that should > >> enable parts guarded with DWARF2_DEBUGGING_INFO as well. > > > > BTW, is there a git branch one can more easily browse the new code? > > I can push the branch to

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Jose E. Marchesi via Gcc-patches
>> It probably should define BTF_DEBUGGING_INFO and that should >> enable parts guarded with DWARF2_DEBUGGING_INFO as well. > > BTW, is there a git branch one can more easily browse the new code? I can push the branch to users/jemarch/ctf-v4 if thats ok?

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Richard Biener via Gcc-patches
On Tue, Mar 9, 2021 at 11:15 AM Richard Biener wrote: > > On Mon, Mar 1, 2021 at 12:18 PM Jose E. Marchesi via Gcc-patches > wrote: > > > > [Changes from V2: > > - Rebased to latest master. > > - Several bug fixes in the CTF support. > > - Several bug fixes in the BTF support. > > - New tests

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-09 Thread Richard Biener via Gcc-patches
On Mon, Mar 1, 2021 at 12:18 PM Jose E. Marchesi via Gcc-patches wrote: > > [Changes from V2: > - Rebased to latest master. > - Several bug fixes in the CTF support. > - Several bug fixes in the BTF support. > - New tests for BTF. > - Fix a couple of tests in the CTF testsuite. > - More testing:

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-08 Thread Jose E. Marchesi via Gcc-patches
ping > [Changes from V2: > - Rebased to latest master. > - Several bug fixes in the CTF support. > - Several bug fixes in the BTF support. > - New tests for BTF. > - Fix a couple of tests in the CTF testsuite. > - More testing: we are building Gentoo with -gctf activated by > default and

Re: [PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-01 Thread Jose E. Marchesi via Gcc-patches
> - More testing: we are building Gentoo with -gctf activated by > default and fixing problems as we find them. More than 160 packages > built so far.] This count is now 860 packages built ;)

[PATCH V3 0/5] Support for the CTF and BTF debug formats

2021-03-01 Thread Jose E. Marchesi via Gcc-patches
[Changes from V2: - Rebased to latest master. - Several bug fixes in the CTF support. - Several bug fixes in the BTF support. - New tests for BTF. - Fix a couple of tests in the CTF testsuite. - More testing: we are building Gentoo with -gctf activated by default and fixing problems as we find