xamarin-macios/tools/common
Rolf Bjarne Kvinge 0cfd71744b [mtouch] Put 'mono_profiler_startup_log' in the symbol list. Fixes #58778. (#2501)
We need the 'mono_profiler_startup_log' symbol when profiling is enabled, so
make sure to add the symbol to the correct list of symbols we need.

Previously we were passing `-u _mono_profiler_startup_log` to clang directly,
which is fine, but not complete, since it does not write the symbol to the
symbollist file (--symbollist=file), which means it wouldn't be preserved when
the MSBuild tasks strip the executable.

https://bugzilla.xamarin.com/show_bug.cgi?id=58778
2017-08-22 10:49:59 +02:00
..
Application.cs [mtouch] Improve how we make sure native symbols aren't stripped away. Fixes #51710 and #54417. (#2162) 2017-06-02 18:29:19 +02:00
Assembly.cs [mmp] Track all sub-frameworks of ApplicationServices and CoreServices. Fixes #58415 (#2381) (#2384) 2017-07-31 14:36:52 -04:00
BuildTasks.cs [mtouch] Add support for creating a dot file of the build tree. 2017-02-10 14:46:30 +01:00
CompilerFlags.cs [mtouch] Put 'mono_profiler_startup_log' in the symbol list. Fixes #58778. (#2501) 2017-08-22 10:49:59 +02:00
DerivedLinkContext.cs [mtouch] Improve how we make sure native symbols aren't stripped away. Fixes #51710 and #54417. (#2162) 2017-06-02 18:29:19 +02:00
Driver.cs [mtouch] Improve how we make sure native symbols aren't stripped away. Fixes #51710 and #54417. (#2162) 2017-06-02 18:29:19 +02:00
Frameworks.cs [mtouch] Link with AVFoundation in watchOS apps when needed. Fixes #56862. (#2143) 2017-05-31 13:10:51 +02:00
MachO.cs [tools] Detect ARMv7k. (#1716) 2017-02-20 16:03:41 +01:00
PInvokeWrapperGenerator.cs [static registrar] Put the generated @interface declaration for public types in the header. 2017-04-25 16:06:41 +02:00
StaticRegistrar.cs [Mac,iOS] Generate create_classes as C methods so they can be used from objc. (#2158) 2017-06-02 09:19:04 +02:00
StringUtils.cs [common] Fix StringUtils.Quote to quote backslashes too. Fixes #57768. (#2248) 2017-06-28 14:45:53 +02:00
Symbols.cs [mtouch] Improve how we make sure native symbols aren't stripped away. Fixes #51710 and #54417. (#2162) 2017-06-02 18:29:19 +02:00
Target.cs [mtouch] Put 'mono_profiler_startup_log' in the symbol list. Fixes #58778. (#2501) 2017-08-22 10:49:59 +02:00
TargetFramework.cs [generator] Don't define 'GENERATOR', since IKVM sources use the same name (for something else). (#1811) 2017-03-02 07:13:10 +01:00
cache.cs Merge Quote methods into a single class instead of multiple versions (#2153) 2017-06-06 12:32:25 -08:00