public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug backtrace/18058] New: provide jit api with some control over sniffer priority
@ 2015-02-27 23:15 tromey at sourceware dot org
  0 siblings, 0 replies; only message in thread
From: tromey at sourceware dot org @ 2015-02-27 23:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18058

            Bug ID: 18058
           Summary: provide jit api with some control over sniffer
                    priority
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: backtrace
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org

Currently I think the JIT frame unwinder is given a fairly
high priority:

      frame_unwind_prepend_unwinder (gdbarch, &jit_frame_unwind);

In my case, I think the resulting sniffer will necessarily have
to use a heuristic to decide if it is looking at a JIT frame.
So, it would be nice to be able to specify that this unwinder
should come after any sniffer that works off the debug info,
as those are probably more reliable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-27 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 23:15 [Bug backtrace/18058] New: provide jit api with some control over sniffer priority tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).