fix inline asm syntax on MSVC
Summary: This diff moves the gdb related test into `folly/support/test` (as opposed to `tests`) so that CMake rules [here](https://github.com/facebook/folly/blob/194b7732bd65d56b4afb58b6d9e411c1b014b3e3/CMakeLists.txt#L155) will exclude these files from OSS library builds--also to maintain consistency with other test folder names under folly. I still separated out the auto gdb breakpoint functionality into GdbUtil.h so that if MSVC users want to manually compile and use the gdb script tests, they have the option to do so. Re: asm syntax on MSVC: https://gcc.godbolt.org/z/1rMh4v Fixes #1515. Reviewed By: Orvid Differential Revision: D25947735 fbshipit-source-id: 97e75e972fcf8eea280df804c98c400f03c37496
Showing
folly/support/test/GdbUtil.h
0 → 100644
Please register or sign in to comment