1*a9c84539SRaphael Isemann 2*a9c84539SRaphael Isemannmodule lldb_TestingSupport { 3*a9c84539SRaphael Isemann requires cplusplus 4*a9c84539SRaphael Isemann module TestUtilities { header "TestUtilities.h" export * } 5*a9c84539SRaphael Isemann module MockTildeExpressionResolver { header "MockTildeExpressionResolver.h" export * } 6*a9c84539SRaphael Isemann} 7*a9c84539SRaphael Isemann 8*a9c84539SRaphael Isemannmodule lldb_TestingSupport_Host { 9*a9c84539SRaphael Isemann requires cplusplus 10*a9c84539SRaphael Isemann module NativeProcessTestUtils { header "Host/NativeProcessTestUtils.h" export * } 11*a9c84539SRaphael Isemann} 12