From: "Metzger, Markus T" <markus.t.metzger@intel.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>,
Markus Metzger <markus.t.metzger@googlemail.com>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: RE: [draft patch] <unavailable> unwinder for btrace [Re: [rfc 3/5] record: make it build again]
Date: Thu, 28 Mar 2013 14:28:00 -0000 [thread overview]
Message-ID: <A78C989F6D9628469189715575E55B2307BA984B@IRSMSX102.ger.corp.intel.com> (raw)
In-Reply-To: <20130328062747.GA27157@host2.jankratochvil.net>
> -----Original Message-----
> From: Jan Kratochvil [mailto:jan.kratochvil@redhat.com]
> Sent: Thursday, March 28, 2013 7:28 AM
> > > On a related but different topic, I added a btrace frame type and
> > > prologue cache. The cache holds a pointer to some btrace data
> > > structure that is used to compute the fake back trace. In order to
> > > unwind a btrace frame, I would need to access the next frame's
> > > location in this btrace data structure.
> > >
> > > The easiest would be to check for the next frame's type and then
> > > access it's cache - which doesn't work since struct frame_info is
> > > opaque. I ended up encoding the pointer into the special_addr
> > > of a btrace frame's frame_id - which is somewhat ugly. Any better
> > > idea?
>
> special_addr is really not right.
>
> dwarf2-frame-tailcall.c uses for a similar problem 'htab_t cache_htab' which
> is indexed by 'struct frame_info *' which you can iterate in any direction so
> you even do not need a new cache entry for every 'struct frame_info *'.
Thanks, I'll try that. Although, in the end, it's really the same as if we made
other frames prologue cache visible.
> > > Also what's the lifetime of a frame_info and frame_id object?
> > > When the branch trace is cleared, any pointers to it will become
> > > stale.
>
> There is frame_unwind->dealloc_cache, any reinit_frame_cache() call inside GDB
> will clear the prologue cache which is very common.
>
> I see now btrace_thread_info->btrace may change more often - such as during
> each "info record" command. So call reinit_frame_cache() in the cases btrace
> cache may get rebuilt.
The data structure should only change when there is new trace, which requires
the target to continue. "info record" should, like any other record-btrace command,
fetch the new trace once and then operate on the cached trace data.
Is there a guarantee that frame_info and frame_id objects are destroyed
when the target resumes? Or could I trigger their destruction from within
btrace_clear?
Thanks,
Markus.
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052
next prev parent reply other threads:[~2013-03-28 7:44 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-08 15:30 [rfc 0/5] record-btrace markus.t.metzger
2013-02-08 15:30 ` [rfc 5/5] record, disas: add record disassemble command markus.t.metzger
2013-02-10 22:11 ` Jan Kratochvil
2013-02-08 15:30 ` [rfc 1/5] target: add add_deprecated_target_alias markus.t.metzger
2013-02-10 22:10 ` Jan Kratochvil
2013-02-08 15:31 ` [rfc 4/5] record: default target methods markus.t.metzger
2013-02-10 22:11 ` Jan Kratochvil
2013-02-08 15:31 ` [rfc 3/5] record: make it build again markus.t.metzger
2013-02-10 22:11 ` Jan Kratochvil
2013-02-11 13:41 ` Metzger, Markus T
2013-02-11 14:15 ` Jan Kratochvil
2013-02-11 17:13 ` [draft patch] <unavailable> unwinder for btrace [Re: [rfc 3/5] record: make it build again] Jan Kratochvil
2013-02-11 21:24 ` Tom Tromey
2013-02-13 7:35 ` Metzger, Markus T
2013-02-13 7:58 ` Jan Kratochvil
2013-02-13 8:08 ` Metzger, Markus T
2013-03-27 18:09 ` Metzger, Markus T
2013-03-28 12:38 ` Markus Metzger
[not found] ` <20130328062747.GA27157@host2.jankratochvil.net>
2013-03-28 14:28 ` Metzger, Markus T [this message]
2013-03-28 14:38 ` Jan Kratochvil
2013-03-28 17:37 ` Metzger, Markus T
2013-02-08 15:32 ` [rfc 2/5] record: split record markus.t.metzger
2013-02-10 22:11 ` Jan Kratochvil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=A78C989F6D9628469189715575E55B2307BA984B@IRSMSX102.ger.corp.intel.com \
--to=markus.t.metzger@intel.com \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@redhat.com \
--cc=markus.t.metzger@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox