Allow fiber to be called on both type Fiber and Fiber*
authorPeter DeLong <pdelong@fb.com>
Tue, 11 Jul 2017 20:42:46 +0000 (13:42 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 11 Jul 2017 20:51:09 +0000 (13:51 -0700)
commit3f97ccef159880fc4517d9da5f9215e3b79003dd
treecbdd729fba8cdf1d40f413a3cea99c073d678898
parent6e9044430269068cc997e4077a366b5a1628c3af
Allow fiber to be called on both type Fiber and Fiber*

Summary: The fiber command can now be run on a value of type folly::fibers::Fiber or a value of type folly::fibers::Fiber*

Reviewed By: andriigrynenko

Differential Revision: D5393491

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