Which is good for os coding?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

It indicates that for the method of stack unwinding they intend to use you must use an additional header that resembles a specific DWARF header type. That's about as far apart as we are probably related to each other, IE, in a very far distant way possibly.
User avatar
Walling
Member
Member
Posts: 158
Joined: Mon Dec 04, 2006 6:06 am
Location: Berlin, Germany

Post by Walling »

Candy wrote:It indicates that for the method of stack unwinding they intend to use you must use an additional header that resembles a specific DWARF header type. That's about as far apart as we are probably related to each other, IE, in a very far distant way possibly.
I'm not exactly sure what you mean by that. :? I just know that GCC outputs two sections in the object file, when I enable and use exceptions: .eh_frame and .gcc_except_table. I figured that I somehow have to interpret the content of the two sections to do a proper stack unwinding.
Post Reply