flutter/packages
Tess Strickland c50b3fea32
Extend 'flutter symbolize' to handle deferred loading units. (#149315)
Adds `-u`/`--unit-id-debug-info` arguments to `flutter symbolize` to pass paths to DWARF information for deferred loading units. The argument passed via `-u` should be of the form `N:P`, where `N` is the loading unit ID (an integer) and `P` is the path to the debug information for loading unit `N`. The DWARF information for the root loading unit can either be passed by `-d`/`--debug-info` as before or by `--unit-id-debug-info 1:<path>`.

Partial fix for https://github.com/flutter/flutter/issues/137527. Additional work is needed to adjust tools built on top of `flutter symbolize` to store and pass along this additional information appropriately when there are deferred loading units.
2024-09-16 17:55:05 +00:00
..
flutter Fix: Flicker when reorderable list doesn't change its position (#151026) 2024-09-13 16:58:00 +00:00
flutter_driver Move (dev/tools), complete v0 of native_driver (Android) (#154843) 2024-09-11 23:56:21 +00:00
flutter_goldens Upgrade leak tracker. (#154157) 2024-08-28 05:23:18 +00:00
flutter_localizations Update material and cupertino localizations (#154959) 2024-09-11 16:57:48 +00:00
flutter_test Address frame policy benchmark flakes (#155130) 2024-09-12 23:19:15 +00:00
flutter_tools Extend 'flutter symbolize' to handle deferred loading units. (#149315) 2024-09-16 17:55:05 +00:00
flutter_web_plugins Upgrade leak tracker. (#154157) 2024-08-28 05:23:18 +00:00
fuchsia_remote_debug_protocol Roll Flutter Engine from c50eb8a65097 to 419fb8c0ab3e (#154734) 2024-09-06 15:42:07 -07:00
integration_test Manual roll to 48ddaf578fb0c8326d5b4b680b0f49ea72e33216 (#155070) 2024-09-12 17:58:12 +00:00
analysis_options.yaml Update old wiki links (#149544) 2024-06-17 17:26:08 +00:00