Add function to folly_fibers.py to get the address of a specific fiber from a fiberMa...
authorPeter DeLong <pdelong@fb.com>
Tue, 11 Jul 2017 01:22:14 +0000 (18:22 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 11 Jul 2017 01:23:24 +0000 (18:23 -0700)
commitd6f902fb3f50fe268784714bfe76bfcb9fb95767
treef350b97ae48dbb481d6435664181a1c3e71cc990
parent37ce60726a249bb67c885236a45d50cdb781694e
Add function to folly_fibers.py to get the address of a specific fiber from a fiberManager

Summary: Add a fiber_address(fiberManager, index) function so that you can programatically get the address of a given fiber in a fiberManager

Reviewed By: andriigrynenko

Differential Revision: D5377605

fbshipit-source-id: b9504f7d253e8f702e9329c6f08ff406d4296a6e
folly/fibers/scripts/gdb.py