gecko/tools/profiler
Ted Mielczarek b4e6503fba bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium
This commit contains a few things:
* Misc build fixup to sync with upstream--adding a few new moz.build files,
  source files
* The final bits of unhooking Breakpad from the profiler:
** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER.
** Stop building bits of Breakpad that we only needed for the profiler.
** Remove a few bits of profiler code that were used to interface with Breakpad.
** Remove toolkit/crashreporter/breakpad-logging, which was only used to
   suppress Breakpad logging for the in-process stackwalker.
* Upstream removed their Android-compat sys/ucontext.h because the Android NDK
  added it, but the bionic we're using for Gonk builds is too old, so add a
  copy of the previous version of those files to
  toolkit/crashreporter/gonk-include to keep Gonk building.
* Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux
2015-11-09 08:14:52 -05:00
..
core bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium 2015-11-09 08:14:52 -05:00
gecko bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium 2015-11-09 08:14:52 -05:00
lul Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj. 2016-01-05 17:08:45 -08:00
public Bug 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07:00
tasktracer Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
tests Bug 1241249 - Add an SPS pseudo entry for JS stack capturing; r=shu 2016-01-20 11:32:00 +01:00
merge-profiles.py Bug 1168784 - Part 1: Fix the script merging profiles to handle new profiler JSON format. r=benwa 2015-06-01 18:09:29 +08:00
moz.build bug 1069556 - local build changes to match up with upstream Breakpad. r=benwa,glandium 2015-11-09 08:14:52 -05:00
nm-symbolicate.py