This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
What is 'DW_CFA_GNU_args_size'?
- From: "Tatsuhiko Matsukawa" <KFC00725 at nifty dot ne dot jp>
- To: <gcc at gcc dot gnu dot org>
- Date: Sat, 22 Dec 2001 13:28:30 +0900
- Subject: What is 'DW_CFA_GNU_args_size'?
I'm now developing a debugger(not GDB) for embeded controller which is
supported by GCC. I have a question about the interpretation of
'.debug_frame' section of DWARF2 debugging information.
Please help me.
[Question]
There are 'DW_CFA_GNU_args_size' instructions in '.debug_frame' section.
It seems that this is GNU-extention.
I can't find the information about this.
Please tell me where the documentation about this is.
Thank you in advance.
Tatsuhiko Matsukawa