8f6224d194
Right now, if you don't have gdb symbols enabled for jitted code, its impossible to get a backtrace in gdb that crosses enterTCHelper (I'm not entirely sure why it works when symbols *are* enabled, but still). With the .cfi directives brought up to date, a gdb backtrace walks across enterTCHelper just like any other function.