This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Custom call frame description


>>>>> "Mitar" == Mitar  <mmitar@gmail.com> writes:

Mitar> So I would ask for advice and/or some example of an assembler code for
Mitar> DWARF call frame description. My frame looks like this (all values are
Mitar> 32 bit):

One thing you can do is run gcc -S on simple programs and look at the
resulting assembly.  Adding -dA can help clarify things, too.

Tom


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