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] Don't ICE on >= 64KB expressions in dwarf2out (PR debug/51695)


>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:

Jakub> another alternative would be to create DW_TAG_dwarf_procedure for
Jakub> them or for portions thereof (for subexpressions it would be even
Jakub> a potential nice debug info shrinking method, but would mean a
Jakub> lot of work and gdb support isn't there yet).

AFAIK, gdb supports DW_OP_call2 and DW_OP_call4 correctly.
If you know otherwise, please file a bug + reproducer.

gdb doesn't support DW_OP_call_ref yet.  I'm not sure why.
If it is important, we can add it.

Tom


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