xamarin-macios/runtime/xamarin
Rolf Bjarne Kvinge 2b733ae79c
[mmp] Set 'disable_omit_fp' by default to provide better native stack traces in certain cases. (#7981)
* [mmp] Set 'disable_omit_fp' by default to provide better native stack traces in certain cases.

This may produce better stack traces when crashes occur, which could be
helpful for tracking down issues like
https://github.com/xamarin/maccore/issues/643.

Also add an mmp option to override the default behavior.

This is unlikely to cause any problems, because Visual Studio for Mac sets
MONO_DEBUG=disable_omit_fp at launch, which means that all processes launched
by VSMac will also have this variable set already.

* Fix lldb attach disabling.
2020-02-26 15:49:55 +01:00
..
launch.h [runtime] Use mono's runtime default to load config files when it's not embedded (#3290) 2018-01-29 16:58:33 +01:00
main.h [mmp] Set 'disable_omit_fp' by default to provide better native stack traces in certain cases. (#7981) 2020-02-26 15:49:55 +01:00
runtime.h [Runtime] Move some of the changes back to int. (#7529) 2019-12-11 22:17:29 -05:00
trampolines.h [Runtime] Move some of the changes back to int. (#7529) 2019-12-11 22:17:29 -05:00
xamarin.h [runtime] Generate a header with the function declarations to call into managed code. (#3224) 2018-01-15 15:08:59 +01:00