flutter/packages/flutter_tools/lib/src
Victoria Ashworth 84b38b8dfc
Make LLDB check a warning instead of a failure (#164828)
We added LLDB file in https://github.com/flutter/flutter/pull/164344.
This adjusts it so if the LLDB file is missing it gives a warning rather
than an error that fails the build.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2025-03-10 23:27:53 +00:00
..
android [tool] Allow using archiveName in android bundle build (#162390) 2025-02-28 14:57:20 +00:00
base Use separate artifacts for arm64 and x64 versions of gen_snapshot on Apple platforms (#164419) 2025-03-06 20:14:08 +00:00
build_system Make LLDB check a warning instead of a failure (#164828) 2025-03-10 23:27:53 +00:00
commands Add lldb init file (#164344) 2025-03-06 21:21:52 +00:00
custom_devices Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
dart Fix and test an edge case in findPackageConfigFile. (#163902) 2025-02-25 15:01:51 +00:00
debug_adapters Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
drive Align web terminal messages with the VM (#163268) 2025-02-14 19:57:53 +00:00
intellij Add validator execution times to flutter doctor --verbose (#158124) 2025-01-13 21:01:44 +00:00
ios Add lldb init file (#164344) 2025-03-06 21:21:52 +00:00
isolated Use dwds 24.3.6 and pass uri for the reload scripts path to FrontendServerDdcLibraryBundleProvider (#164582) 2025-03-05 17:29:06 +00:00
linux Fix flutter doctor usage of eglinfo in failure cases. (#164334) 2025-02-28 13:07:55 +00:00
localizations Remove synthetic package qualifier for flutter: generate: error. (#163145) 2025-02-12 22:20:50 +00:00
macos Suppress stderr during Xcode command line installation check (#163785) 2025-02-21 18:36:35 +00:00
migrations Add lldb init file (#164344) 2025-03-06 21:21:52 +00:00
proxied_devices 🔊 [tool] Add a wirelessly connected device name as displayName (#160497) 2025-01-10 20:51:34 +00:00
reporting Finish removing null-safety mode, checks, and reporting. (#163153) 2025-02-12 21:52:02 +00:00
runner Fix incorrectly checking for invalid environment variables in the tool (#164101) 2025-02-28 14:48:15 +00:00
test Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
tester Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
vscode [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
web Use dwds 24.3.6 and pass uri for the reload scripts path to FrontendServerDdcLibraryBundleProvider (#164582) 2025-03-05 17:29:06 +00:00
widget_preview [ Widget Preview ] Invalidate scaffold project if SDK changes and regenerate pubspec on change (#163343) 2025-02-19 20:02:57 +00:00
windows remove more (simple) usage of package:usage (#162354) 2025-01-30 18:09:19 +00:00
application_package.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
artifacts.dart Use separate artifacts for arm64 and x64 versions of gen_snapshot on Apple platforms (#164419) 2025-03-06 20:14:08 +00:00
asset.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
build_info.dart Add lldb init file (#164344) 2025-03-06 21:21:52 +00:00
bundle_builder.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
bundle.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
cache.dart Start using bin/cache/engine.{stamp|realm} instead of bin/internal/engine.{realm|version}. (#164352) 2025-03-02 00:54:33 +00:00
cmake_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
cmake.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compile.dart Use recompile-restart instruction when hot restarting on the web (#162616) 2025-02-04 21:24:44 +00:00
compute_dev_dependencies.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
context_runner.dart remove more (simple) usage of package:usage (#162354) 2025-01-30 18:09:19 +00:00
convert.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
daemon.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
desktop_device.dart Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
devfs.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
device_port_forwarder.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
device_vm_service_discovery_for_attach.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
device.dart Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
devtools_launcher.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
doctor_validator.dart [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
doctor.dart [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
emulator.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
features.dart Enable --explicit-package-dependencies by default. (#160289) 2025-02-21 19:25:16 +00:00
flutter_application_package.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
flutter_cache.dart Start using bin/cache/engine.{stamp|realm} instead of bin/internal/engine.{realm|version}. (#164352) 2025-03-02 00:54:33 +00:00
flutter_device_manager.dart Revert the preview-device feature, tests, and code that only existed for it. (#162835) 2025-02-08 01:03:25 +00:00
flutter_features.dart Revert the preview-device feature, tests, and code that only existed for it. (#162835) 2025-02-08 01:03:25 +00:00
flutter_manifest.dart Remove as-clause in doc-import; they don't work yet (#164234) 2025-02-27 16:54:10 +00:00
flutter_plugins.dart Reland #163711 after #163780 (#163812) 2025-02-21 03:35:14 +00:00
flutter_project_metadata.dart Tweak language post-merge of #160695. (#160876) 2024-12-27 21:30:57 +00:00
globals.dart Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
http_host_validator.dart [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
license_collector.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
mdns_discovery.dart remove more (simple) usage of package:usage (#162354) 2025-01-30 18:09:19 +00:00
native_assets.dart [native assets] Rewrite install names for relocated native libraries (#153054) 2024-08-29 14:51:23 +00:00
persistent_tool_state.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
platform_plugins.dart Removes dev dependencies from generated plugin registrant for non-Android platforms (#161828) 2025-01-30 17:51:07 +00:00
plugins.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
pre_run_validator.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
project_validator_result.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
project_validator.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
project.dart Make releaseMode explicit, inform determineDevDependencies entirely on the flag (#163780) 2025-02-21 00:07:48 +00:00
protocol_discovery.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
proxy_validator.dart [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
resident_devtools_handler.dart Don't crash flutter tool if Chrome is not available (#154941) 2025-01-21 10:47:16 +00:00
resident_runner.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
run_cold.dart Align web terminal messages with the VM (#163268) 2025-02-14 19:57:53 +00:00
run_hot.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
template.dart Bump flutter_template_images to remove TODO. (#160917) 2024-12-27 22:15:54 +00:00
tracing.dart Remove outdated ignores (#162773) 2025-02-06 18:40:25 +00:00
update_packages_pins.dart Upgrade package:intl to 0.20.2 (#162591) 2025-02-03 19:59:23 +00:00
version.dart Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652) 2025-02-20 16:31:29 +00:00
vmservice.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
web_template.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
xcode_project.dart Add lldb init file (#164344) 2025-03-06 21:21:52 +00:00