public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Bug 10738 - Cannot set breakpoint on inlined function
@ 2011-05-29 14:43 Andrew Cagney
  2011-06-03  8:03 ` Jan Kratochvil
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2011-05-29 14:43 UTC (permalink / raw)
  To: gdb

This bug apparently recently came up on the GCC lists, and RMS is
drawing it to our attention.  Does it pique anyone's interest?

http://sourceware.org/bugzilla/show_bug.cgi?id=10738

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug 10738 - Cannot set breakpoint on inlined function
  2011-05-29 14:43 Bug 10738 - Cannot set breakpoint on inlined function Andrew Cagney
@ 2011-06-03  8:03 ` Jan Kratochvil
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kratochvil @ 2011-06-03  8:03 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

Hi Andrew,

On Sun, 29 May 2011 16:43:16 +0200, Andrew Cagney wrote:
> This bug apparently recently came up on the GCC lists, and RMS is
> drawing it to our attention.  Does it pique anyone's interest?
> 
> http://sourceware.org/bugzilla/show_bug.cgi?id=10738

while it is sure a high priority Bug it is meaningful only for interactive
debugging of -O2 -g code.  AFAIK most of the GDB use cases is only for
backtracing, both automatic (ABRT, Apport, others) and by hand (bt+quit) as
people do not want to learn all the GDB commands.

-O2 -g interactive debugging (stepping) is not yet much feasible due to the
"jumping around" as GCC does not produce valid DW_LNS_negate_stmt and does not
properly undo/redo variable states by DWARF across scheduled instructions, as
planned by Alexandre Oliva.

The highest priority is to get at least the backtraces working for -O2 -g code.
For example archer-jankratochvil-entryval for it I will submit these weeks.


Thanks,
Jan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-03  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-29 14:43 Bug 10738 - Cannot set breakpoint on inlined function Andrew Cagney
2011-06-03  8:03 ` Jan Kratochvil

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).