libfringe/src
Amanieu d'Antras f7f209c1eb Add proper CFI annotations to the inline asm
This ensures that gdb is able to generate a correct backtrace when
stopped at any instruction in the inline asm.

It also makes backtraces accessible to tools that only track frame
pointer chains, like perf or dtrace.

close #49
2016-09-09 10:59:19 -04:00
..
arch Add proper CFI annotations to the inline asm 2016-09-09 10:59:19 -04:00
debug use valgrind_request from crates.io 2016-08-30 13:43:51 -04:00
os arch/x86_64: hack to work around ld64 shortcomings on OS X. 2016-08-31 20:25:00 -04:00
context.rs Pass the new stack pointer by value into the swap trampoline 2016-09-04 02:13:46 -04:00
generator.rs Yielder: use Cell internally to allow suspending via multiple borrows. 2016-09-06 23:37:33 -04:00
lib.rs Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it. 2016-09-02 19:44:34 -04:00
owned_stack.rs Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it. 2016-09-02 19:44:34 -04:00
slice_stack.rs Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it. 2016-09-02 19:44:34 -04:00
stack.rs Expose fringe::STACK_ALIGNMENT, and make OwnedStack respect it. 2016-09-02 19:44:34 -04:00