https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84595

--- Comment #8 from Daniel Gutson <danielgutson at gmail dot com> ---
(In reply to Richard Biener from comment #7)
> I frequently use raise(SIGSTOP) ... (or x86 specific you can do asm ("int
> 3");
> or whatever that break thing was...
> 
> Note I think that a compiler-only-side implementation might not be possible
> on all targets given it might be dependent on OS and debugger preferences
> as well?

It is an interesting observation. I'll drop a question in the DWARF mailing
list. In any case it could be a -ggdb extension? (a table of predefined
breakpoints) Pedro?

Reply via email to