Move exception tracer library to folly/experimental
authorTudor Bosman <tudorb@fb.com>
Thu, 30 Aug 2012 01:20:27 +0000 (18:20 -0700)
committerJordan DeLong <jdelong@fb.com>
Mon, 17 Sep 2012 01:27:32 +0000 (18:27 -0700)
commite8cabb32411a5e4f7928496faa64cecc999dfcd7
tree74edc0ee9697aa84c7f032595b4c25b889a10f10
parentb94353f2561acdab8e0347c27755a524cd6b63e9
Move exception tracer library to folly/experimental

Summary:
This change is mostly mechanical (moving files, changing include paths,
etc).  I made some changes to TARGETS to make it easier for the library
to be linked in (instead of LD_PRELOADed)

Test Plan: by hand

Reviewed By: simpkins@fb.com

FB internal diff: D562196
17 files changed:
folly/experimental/exception_tracer/ExceptionAbi.h [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionTracer.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionTracer.h [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionTracerLib.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionTracerTest.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/README [new file with mode: 0644]
folly/experimental/exception_tracer/StackTrace.c [new file with mode: 0644]
folly/experimental/exception_tracer/StackTrace.h [new file with mode: 0644]
folly/experimental/symbolizer/Dwarf.cpp [new file with mode: 0644]
folly/experimental/symbolizer/Dwarf.h [new file with mode: 0644]
folly/experimental/symbolizer/Elf-inl.h [new file with mode: 0644]
folly/experimental/symbolizer/Elf.cpp [new file with mode: 0644]
folly/experimental/symbolizer/Elf.h [new file with mode: 0644]
folly/experimental/symbolizer/ElfUtil.cpp [new file with mode: 0644]
folly/experimental/symbolizer/Symbolizer.cpp [new file with mode: 0644]
folly/experimental/symbolizer/Symbolizer.h [new file with mode: 0644]
folly/experimental/symbolizer/SymbolizerTest.cpp [new file with mode: 0644]