llvm-project/lldb/test/Shell/Settings
Michael Buch c188910694 [lldb][Test] Make TestFrameFormatNameWithArgs.test more compatible across platforms
On Linux the `std::function` behaved differently to that on Darwin.

This patch removes usage of `std::function` in the test but attempts
to retain the test-coverage. We mainly want function types appearing
in the template argument and function argument lists.

Also add a `char const*` overload to one of the test functions to
cover the "format function argument using ValueObject formatter" code-path.

Differential Revision: https://reviews.llvm.org/D137272
2022-11-03 06:30:14 -07:00
..
Inputs [lldb][Test] Make TestFrameFormatNameWithArgs.test more compatible across platforms 2022-11-03 06:30:14 -07:00
TestDefaultModuleCachePath.test
TestDisableColor.test
TestDisassemblyFormat.test
TestEchoCommands.test [lldb] Fix TestEchoCommands.test again 2021-11-04 01:24:25 -07:00
TestFrameFormatColor.test
TestFrameFormatMangling.test
TestFrameFormatNameWithArgs.test [lldb][Test] Make TestFrameFormatNameWithArgs.test more compatible across platforms 2022-11-03 06:30:14 -07:00
TestFrameFormatNoColor.test
TestLineMarkerColor.test
TestModuleCacheSanity.test
TestSettingsSet.test Fix "settings set -g" so it works again. 2021-12-28 11:03:09 -08:00
TestSettingsWrite.test
TestStopCommandSourceOnError.test