This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:PATCH: __nodebug__ attribute for use on SSE intrinsic wrappers


Hi Fariborz,

I believe that this is best fixed by:

- Moving to DWARF
- Having Jim's patch which provides correct DWARF information for inline functions


The combination of these allows the user to step over these small inlined functions in gdb using the 'next' operation.

I don't think the problem is specific to the SSE inlined functions. Many other small functions also cause this UI problem, for instance C+ + accessor methods.

Thus, I don't believe this patch is desirable for FSF GCC.

:REVIEWMAIL:

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]