dart-sdk/pkg
Nate Bosch f1bff1b512 Add option to run ddb with observatory
- Add arg parsing for both `--observe` and `--vm-service-port` for the
  cases where we need to specify a port other than the default. We need
  both since we can't treat the same name as either a flag or an option
  based on whether a value was given, which is the behavior of the VM.
- Follow the `debug` paths when any of `--debug`, `--observe`, or
  `--vm-service-port` is used.
- Whenever using observatory always use `--pause-isolates-on-start`
  since the process would otherwise finish before getting a chance to
  use it.

Change-Id: I30c3f9136ba9a7e8bea4220f88026b13963efc21
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117595
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2019-09-19 00:25:46 +00:00
..
analysis_server assist to insert null checks 2019-09-18 22:32:15 +00:00
analysis_server_client Add output directory field to dartfix API 2019-09-16 22:51:21 +00:00
analysis_tool [analyzer] enable implicit-casts: false for several projects 2019-08-13 16:26:41 +00:00
analyzer Declare type system fields as Dart2TypeSystem where we cast them. 2019-09-18 20:13:19 +00:00
analyzer_cli Skip parts with invalid URIs. 2019-09-12 15:51:20 +00:00
analyzer_fe_comparison [cfe+vm+ddc] Return ClassHierarchy and CoreTypes together with Component 2019-08-09 13:02:12 +00:00
analyzer_plugin Deprecate TypeProvider.futureType/futureOrType 2019-09-18 15:37:21 +00:00
async_helper Move async_minitest to package:async_helper. 2019-05-10 19:43:58 +00:00
build_integration dont fall back on the wrapped file system when the uri is the multi-uri scheme 2019-04-11 17:09:52 +00:00
compiler [dart2js] (New RTI) Check all subtypes for trivial substitutions only when necessary. 2019-09-18 00:47:36 +00:00
dart2js_tools dart2js_tools: remove version - no plan to publish (yet) 2018-12-13 17:09:15 +00:00
dart2native Revert "Revert "Add dart2native tool for building either an aot file or a stand-alone executable."" 2019-09-05 14:46:43 +00:00
dart_internal [dart_internal] Bump SDK upper-bound to <2.7.0 2019-09-13 22:01:16 +00:00
dartfix Add a command-line option to dartfix to specify the output directory 2019-09-17 13:46:27 +00:00
dev_compiler Add option to run ddb with observatory 2019-09-19 00:25:46 +00:00
diagnostic pkg:analyzer_fe_comparison, diagnostics, telemetry remove version info 2018-12-13 16:44:44 +00:00
expect Revert "Revert "Make package:expect NNBD agnostic"" 2019-08-28 14:02:11 +00:00
front_end Flow anaylsis: fix definite assignment tracking for for-each loop vars 2019-09-18 19:21:39 +00:00
js Updating the package:js README 2019-08-19 17:52:57 +00:00
js_ast Avoid warnings in pkg/js_ast 2019-07-12 15:51:23 +00:00
kernel [cfe] Update CoreTypes to handle raw types with it 2019-09-18 09:52:00 +00:00
meta fix typo in factory; add mixin text for protected 2019-09-09 14:11:47 +00:00
modular_test Fix parsing of output-directory Uri in windows 2019-06-11 23:21:43 +00:00
nnbd_migration Migration: add tests to document missing required keyword functionality. 2019-09-18 20:46:25 +00:00
smith Make the NNBD command-line options less, uh, half-baked. 2019-09-10 22:39:19 +00:00
sourcemap_testing Move annotated_code_helper.dart into front_end. 2019-07-05 11:40:25 +00:00
status_file [infra] status file clean up tool: add flag to also remove non-essential expectations in lines with comments 2019-09-04 08:57:53 +00:00
telemetry [analyzer] fix an exception when run on platforms w/o home dirs 2019-06-28 18:31:49 +00:00
test_runner Add support for test requirements. 2019-09-13 00:27:30 +00:00
testing [cfe] Support sharding in pkg/testing tests 2019-08-27 09:56:53 +00:00
vm [vm/bytecode] Generate dependencies in front-end server in bytecode mode 2019-09-18 17:01:03 +00:00
vm_service Allow responses with no "type" field to succeed for ServiceExtensionConsumers. 2019-09-17 14:42:31 +00:00
.gitignore [analyzer] update the pkg/.gitignore file to ignore the pkg/analysis_server/language_model/ dir 2019-07-26 21:28:51 +00:00
BUILD.gn
pkg.status [infra] Remove non-essential test expectations with comments from pkg status file 2019-09-04 07:18:51 +00:00