dart-sdk/runtime/bin
Ben Konyi b99466d472 Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM"
This reverts commit 5cbf10febe.

TEST=pkg/dds/devtools_observatory_connection_test.dart

Change-Id: I682d009f784b930094dae9b7d4e9a66efffb6ee8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/198561
Reviewed-by: Siva Annamalai <asiva@google.com>
2021-05-11 17:55:26 +00:00
..
ffi_test [vm/ffi] Support Unions 2021-04-15 10:16:27 +00:00
ffi_unit_test [test/ffi] Use the right define for iOS 2020-11-17 13:20:57 +00:00
address_sanitizer.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
BUILD.gn [vm] Remove traces of LLVM backend 2021-03-09 20:37:20 +00:00
builtin.cc [VM/runtime] Remove support for loading URLs through service isolate 2019-12-27 17:30:05 +00:00
builtin.h [VM/runtime] Remove support for loading URLs through service isolate 2019-12-27 17:30:05 +00:00
builtin_gen_snapshot.cc [vm] Remove DART_CHECK_VALID; add check for a current isolate to Dart_PropagateError. 2019-04-02 20:06:19 +00:00
builtin_impl_sources.gni [io/socket] Handle OSError returned by Socket_GetPort. 2021-04-01 18:04:12 +00:00
builtin_in.cc Windows: Link library sources into gen_snapshot/dart_bootstrap 2017-02-01 15:55:59 -08:00
builtin_natives.cc [ VM ] Remove requirement for presence of current isolate for 2021-03-10 00:42:37 +00:00
builtin_sources.gni [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split 2019-09-19 03:57:30 +00:00
cli.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
cli_impl_sources.gni Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
cli_sources.gni [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split 2019-09-19 03:57:30 +00:00
console.h [VM] Refactored console configuration out of platform_*.cc into console_config.h and reapplied c9700040c3 for POSIX platforms (Windows needs more work). We may also want to move code in bin/stdio.h. 2018-03-12 20:31:09 +00:00
console_posix.cc [vm] Fix build for gcc 7.3.0. 2018-05-03 17:59:44 +00:00
console_win.cc [VM] Fixed issue where console state on Windows was not restored correctly. 2018-03-14 23:52:12 +00:00
crashpad.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
crashpad.h [gardening] Integrate Crashpad with run_vm_tests. 2018-10-29 15:11:16 +00:00
crypto.cc
crypto.h
crypto_android.cc [dart:io] Don't leak /dev/urandom fd on fork. 2019-05-15 21:27:19 +00:00
crypto_fuchsia.cc [fuchsia] Update zx_cprng_draw 2018-06-27 17:13:27 +00:00
crypto_linux.cc [dart:io] Don't leak /dev/urandom fd on fork. 2019-05-15 21:27:19 +00:00
crypto_macos.cc [vm/sigprof] Disable checking of sigprof on mac. 2020-06-19 18:42:33 +00:00
crypto_test.cc
crypto_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
dart_embedder_api_impl.cc [ Service ] Wait for DDS connection before outputting service connection 2020-08-20 19:00:59 +00:00
dart_io_api_impl.cc [vm] Fix openssl bio.h include error when -DART_IO_SECURE_SOCKET_DISABLE is on 2020-11-24 10:09:48 +00:00
dartdev_isolate.cc [ VM / CLI ] Run DartDev isolate from snapshot when possible 2021-01-11 19:41:50 +00:00
dartdev_isolate.h [ VM / CLI ] Run DartDev isolate from snapshot when possible 2021-01-11 19:41:50 +00:00
dartutils.cc [vm/io] Shrink buffers using realloc() if actual used data is small 2021-02-02 20:04:22 +00:00
dartutils.h [vm/io] Shrink buffers using realloc() if actual used data is small 2021-02-02 20:04:22 +00:00
dfe.cc [ VM / CLI ] Add --verbosity to VM options 2021-01-26 03:01:58 +00:00
dfe.h [ VM / CLI ] Add --verbosity to VM options 2021-01-26 03:01:58 +00:00
directory.cc [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
directory.h Revert "[dart:io] Revert recent non-utf8 path handling" 2018-05-23 21:01:44 +00:00
directory_android.cc Fix Directory.list from aborting on Linux 2020-09-01 22:44:01 +00:00
directory_fuchsia.cc Fix Directory.list from aborting on Linux 2020-09-01 22:44:01 +00:00
directory_linux.cc Fix Directory.list from aborting on Linux 2020-09-01 22:44:01 +00:00
directory_macos.cc Fix Directory.list from aborting on Linux 2020-09-01 22:44:01 +00:00
directory_test.cc [vm] Remove some bin -> vm includes. 2018-03-28 23:16:09 +00:00
directory_win.cc Reland "Enable long path on Windows" 2020-10-02 00:54:46 +00:00
elf_loader.cc [vm] Add build ID to non-symbolic stack traces. 2020-09-22 17:14:44 +00:00
elf_loader.h [vm] Improve docs for Dart_LoadELF. 2020-03-09 14:16:47 +00:00
entrypoints_verification_test_extension.cc [VM/nnbd] Remove propagation of library mode to runtime after spec change. 2020-03-03 20:30:32 +00:00
entrypoints_verification_test_extension_dllmain_win.cc Re-land "[vm] Prevent access to non-annotated members through native API." 2019-01-29 15:10:34 +00:00
error_exit.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
error_exit.h Remove legacy restart code 2017-03-20 08:47:39 -07:00
eventhandler.cc [vm] Make event handler use appropriate data structure for timers 2020-12-16 10:55:12 +00:00
eventhandler.h [vm] Remove unused field in TimeoutQueue 2021-03-09 20:28:05 +00:00
eventhandler_android.cc [vm] not remove port if socket was listening by other isolates 2019-11-06 16:28:12 +00:00
eventhandler_android.h [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
eventhandler_fuchsia.cc Reland "[vm] Fix some Fuchsia tests" 2020-08-06 21:29:29 +00:00
eventhandler_fuchsia.h [fuchsia,dart:io] Emulate edge-triggering of close events 2020-04-20 16:19:36 +00:00
eventhandler_linux.cc [vm] not remove port if socket was listening by other isolates 2019-11-06 16:28:12 +00:00
eventhandler_linux.h [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
eventhandler_macos.cc [vm] not remove port if socket was listening by other isolates 2019-11-06 16:28:12 +00:00
eventhandler_macos.h [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
eventhandler_test.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
eventhandler_win.cc Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
eventhandler_win.h Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
exe_utils.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
exe_utils.h Reland "[ VM / DartDev ] Fixed issue where trying to find the directory of the Dart executable would fail if we encountered a relative symlink while trying to determine the absolute path." 2020-04-13 21:11:52 +00:00
extensions.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
extensions.h Undo rename of LoadExtensionLibrary to LoadLibrary since mangling on Windows seems to create a conflict with LoadLibraryW. 2017-02-16 14:22:23 -08:00
extensions_android.cc [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
extensions_fuchsia.cc [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
extensions_linux.cc [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
extensions_macos.cc [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
extensions_win.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
fdutils.h
fdutils_android.cc [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
fdutils_fuchsia.cc [dart:io,fuchsia] Fix edge-triggering emulation for read events 2018-09-17 20:44:52 +00:00
fdutils_linux.cc [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
fdutils_macos.cc [VM] Remove retry logic from close(fd) calls 2019-02-15 23:28:17 +00:00
file.cc [vm/io] Shrink buffers using realloc() if actual used data is small 2021-02-02 20:04:22 +00:00
file.h [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
file_android.cc [vm] Try to allocate snapshots and executable heap pages near the VM's binary. 2021-04-28 23:22:55 +00:00
file_fuchsia.cc [vm] Try to allocate snapshots and executable heap pages near the VM's binary. 2021-04-28 23:22:55 +00:00
file_linux.cc [vm] Try to allocate snapshots and executable heap pages near the VM's binary. 2021-04-28 23:22:55 +00:00
file_macos.cc [vm] Try to allocate snapshots and executable heap pages near the VM's binary. 2021-04-28 23:22:55 +00:00
file_support.cc [ VM ] Remove requirement for presence of current isolate for 2021-03-10 00:42:37 +00:00
file_system_watcher.cc [dart:io] Namespaces for file IO 2017-08-30 09:34:36 -07:00
file_system_watcher.h Reland "[vm/io] Fix FileSystemWatcher enum name typo." 2020-09-02 20:41:32 +00:00
file_system_watcher_android.cc Check for IN_MODIFY in file_system_watcher_linux.cc 2020-09-08 17:57:45 +00:00
file_system_watcher_fuchsia.cc [fuchsia] Fixes for the Fuchsia build 2018-11-26 16:30:33 +00:00
file_system_watcher_linux.cc Check for IN_MODIFY in file_system_watcher_linux.cc 2020-09-08 17:57:45 +00:00
file_system_watcher_macos.cc Reland "[vm/io] Fix FileSystemWatcher enum name typo." 2020-09-02 20:41:32 +00:00
file_system_watcher_win.cc [io/watcher] Fix crash in file event watcher functionality on Windows. 2020-09-24 16:26:00 +00:00
file_test.cc [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
file_win.cc [vm/win] Use Utils::StrDup instead of strdup to avoid deprecated warnings 2020-10-12 20:24:22 +00:00
file_win.h Reland "Enable long path on Windows" 2020-10-02 00:54:46 +00:00
filter.cc [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
filter.h [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
gen_snapshot.cc [vm/concurrency] Remove Dart_IsolateFlags.entry_points / Dart_QualifiedFunctionName from Dart C API 2021-01-06 10:24:45 +00:00
gzip.cc [vm] Produce clearer error messages for malloc/realloc failures. 2020-11-13 22:10:54 +00:00
gzip.h [standalone] Automatically decompress gzip'd resources, including sources and script snapshots. 2017-08-11 12:18:19 -07:00
hashmap_test.cc [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
ifaddrs-android.cc [vm] Support ListInterfaces for android 2019-04-19 16:38:44 +00:00
ifaddrs-android.h [vm] Support ListInterfaces for android 2019-04-19 16:38:44 +00:00
io_buffer.cc [vm] Use custom realloc() on Windows 2021-03-02 16:02:52 +00:00
io_buffer.h [vm/io] Shrink buffers using realloc() if actual used data is small 2021-02-02 20:04:22 +00:00
io_impl_sources.gni Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
io_natives.cc [io/socket] Handle OSError returned by Socket_GetPort. 2021-04-01 18:04:12 +00:00
io_natives.h
io_service.cc [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
io_service.h [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
io_service_no_ssl.cc [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
io_service_no_ssl.h [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
io_sources.gni [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split 2019-09-19 03:57:30 +00:00
isolate_data.cc [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +00:00
isolate_data.h [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +00:00
loader.cc [native_extensions] Convert uri to path so that on Windows native extension loading works. 2021-04-01 03:22:35 +00:00
loader.h [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +00:00
lockers.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
main.cc Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM" 2021-05-11 17:55:26 +00:00
main_options.cc Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM" 2021-05-11 17:55:26 +00:00
main_options.h [io/ssl] Add an option to bypass trusting system cert roots. 2021-05-06 02:46:02 +00:00
namespace.cc [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
namespace.h [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
namespace_android.cc [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
namespace_fuchsia.cc [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
namespace_fuchsia.h [dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free. 2019-01-15 22:07:51 +00:00
namespace_linux.cc [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
namespace_macos.cc [dart:io] chdir, getcwd when in a namespace 2017-10-09 19:14:58 +00:00
namespace_win.cc Reland "Enable long path on Windows" 2020-10-02 00:54:46 +00:00
observatory_assets_empty.cc [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
options.cc Reland "[ CLI ] Improved consistency of -D and --define across tools and commands" 2021-02-05 23:53:28 +00:00
options.h Reland "Improve handling of disable-dartdev-analytics" 2020-12-04 14:22:10 +00:00
platform.cc [ VM ] Migrate VM tests to support null safety and return errors from Dart_GetType and Dart_NewListOf when --null-safety is enabled 2020-05-26 22:40:52 +00:00
platform.h Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
platform_android.cc Revert "[ VM ] Update embedding API to perform Platform initialization" 2019-09-24 20:43:20 +00:00
platform_fuchsia.cc Revert "[ VM ] Update embedding API to perform Platform initialization" 2019-09-24 20:43:20 +00:00
platform_linux.cc Revert "[ VM ] Update embedding API to perform Platform initialization" 2019-09-24 20:43:20 +00:00
platform_macos.cc Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
platform_macos.h Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
platform_macos_test.cc Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
platform_win.cc [SDK] Fixes loading appended snapshots when executed with PATH. 2019-10-18 10:30:48 +00:00
priority_heap_test.cc [vm] Fix tyops in a license header 2020-12-16 19:07:12 +00:00
process.cc [vm] Avoid producing inconsistent values in Process::GetRSSInformation 2021-01-27 21:50:57 +00:00
process.h [runtime/signal] Restore signal handlers to previous values. 2021-05-07 16:19:17 +00:00
process_android.cc [runtime/signal] Restore signal handlers to previous values. 2021-05-07 16:19:17 +00:00
process_fuchsia.cc [process][fuchsia] Clone UTC clock when launching processes 2020-10-01 15:25:58 +00:00
process_linux.cc [runtime/signal] Restore signal handlers to previous values. 2021-05-07 16:19:17 +00:00
process_macos.cc [runtime/signal] Restore signal handlers to previous values. 2021-05-07 16:19:17 +00:00
process_test.cc [infra] Define a GCC builder configuration. 2020-05-16 00:26:32 +00:00
process_win.cc [runtime/signal] Restore signal handlers to previous values. 2021-05-07 16:19:17 +00:00
reference_counting.h [vm] Fix TSAN failures related to object headers and GC task phases. 2019-10-09 21:48:20 +00:00
root_certificates_unsupported.cc [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
run_vm_tests.cc [ Service ] Wait for DDS connection before outputting service connection 2020-08-20 19:00:59 +00:00
secure_socket_filter.cc [io/ssl/ios] Ensure that certificate is up-referenced before it had a chance to get disposed. 2021-01-21 20:08:03 +00:00
secure_socket_filter.h [vm/io] Ensure ports in SSLFilters are intitialized. 2020-10-02 01:58:56 +00:00
secure_socket_unsupported.cc [vm/io/mac] On macos/ios run trust evaluation part of ssl certification validation on separate worker thread. 2020-10-01 23:40:16 +00:00
secure_socket_utils.cc [io/ssl/win] Look for certificates in local machine store as well current user store. 2021-05-06 00:43:32 +00:00
secure_socket_utils.h Reland "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce." 2019-10-23 18:08:16 +00:00
security_context.cc [io/ssl] Add an option to bypass trusting system cert roots. 2021-05-06 02:46:02 +00:00
security_context.h [io/ssl] Add an option to bypass trusting system cert roots. 2021-05-06 02:46:02 +00:00
security_context_android.cc [vm/io/mac] On macos/ios run trust evaluation part of ssl certification validation on separate worker thread. 2020-10-01 23:40:16 +00:00
security_context_fuchsia.cc [vm/io/mac] On macos/ios run trust evaluation part of ssl certification validation on separate worker thread. 2020-10-01 23:40:16 +00:00
security_context_linux.cc [io/ssl] Add an option to bypass trusting system cert roots. 2021-05-06 02:46:02 +00:00
security_context_macos.cc [io/ssl/mac] Retain certificates used by trust certification evaluation. 2021-02-09 01:19:57 +00:00
security_context_win.cc [io/ssl] Add an option to bypass trusting system cert roots. 2021-05-06 02:46:02 +00:00
snapshot_empty.cc [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
snapshot_in.cc [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
snapshot_utils.cc Reland "[vm] Pass snapshot flag to kernel_service" 2021-01-21 21:18:32 +00:00
snapshot_utils.h Reland "[ VM ] Print a meaningful error message when a user attempts to run an AOT snapshot with a JIT VM." 2020-07-27 21:51:03 +00:00
socket.cc Address comments from https://dart-review.googlesource.com/c/sdk/+/174471 2020-12-07 15:42:57 +00:00
socket.h [dart:io] Support abstract unix domain socket on Linux 2020-05-19 21:33:10 +00:00
socket_android.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_base.cc [dart:io] Clean up on parsing scoped IPv6 InternetAddress 2020-08-14 00:34:33 +00:00
socket_base.h Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
socket_base_android.cc Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
socket_base_android.h [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_base_fuchsia.cc [dart:io] Remove dependency on FIDL 2020-08-19 17:00:16 +00:00
socket_base_fuchsia.h [dart:io] Fix Unix domain socket headers for Fuchsia 2020-03-23 20:35:47 +00:00
socket_base_linux.cc Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
socket_base_linux.h [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_base_macos.cc Reland "[dart:io] Fix hanging on zero-length datagram" 2020-03-27 15:28:23 +00:00
socket_base_macos.h [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_base_win.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
socket_base_win.h [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_fuchsia.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_linux.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_macos.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
socket_win.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
stdio.cc [fuchsia][dart:io] Allow the embedder to specify handles for stdio 2018-01-22 21:09:39 +00:00
stdio.h [fuchsia][dart:io] Allow the embedder to specify handles for stdio 2018-01-22 21:09:39 +00:00
stdio_android.cc Add common terminals to ANSI heuristic 2020-06-09 21:33:35 +00:00
stdio_fuchsia.cc [fuchsia] Fixes for the Fuchsia build 2018-11-26 16:30:33 +00:00
stdio_linux.cc Add common terminals to ANSI heuristic 2020-06-09 21:33:35 +00:00
stdio_macos.cc Add common terminals to ANSI heuristic 2020-06-09 21:33:35 +00:00
stdio_win.cc [fuchsia][dart:io] Allow the embedder to specify handles for stdio 2018-01-22 21:09:39 +00:00
sync_socket.cc [vm] Native API: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
sync_socket.h [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
sync_socket_android.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
sync_socket_fuchsia.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
sync_socket_linux.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
sync_socket_macos.cc [dart:io] support Unix domain communications 2020-03-23 03:51:40 +00:00
sync_socket_win.cc [dart:io] Remove DART_IO_DISABLED 2017-08-24 11:17:52 -07:00
test_extension.c
test_extension_dllmain_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
thread.h [standalone] Name dart:io threads, take 2. 2019-02-13 20:29:46 +00:00
thread_android.cc [vm, arm64] Adjust CSP during the invocation stub instead of each function prologue. 2019-10-25 19:21:56 +00:00
thread_android.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
thread_fuchsia.cc [standalone] Name dart:io threads, take 2. 2019-02-13 20:29:46 +00:00
thread_fuchsia.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
thread_linux.cc [standalone] Name dart:io threads, take 2. 2019-02-13 20:29:46 +00:00
thread_linux.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
thread_macos.cc [standalone] Name dart:io threads, take 2. 2019-02-13 20:29:46 +00:00
thread_macos.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
thread_win.cc [ VM / Windows ] Removed call to SetThreadDescription which is only supported in new Win 10 builds 2019-02-26 01:00:26 +00:00
thread_win.h [vm] Update Windows synchronization code to CONDITION_VARIABLEs and SRWLOCKs. 2018-11-09 18:44:49 +00:00
typed_data_utils.cc [ VM ] Updated include path for typed_data_utils.h which was causing Flutter build to fail. 2018-05-24 16:15:03 +00:00
typed_data_utils.h Revert "[dart:io] Revert recent non-utf8 path handling" 2018-05-23 21:01:44 +00:00
utils.cc [io/socket] Handle OSError returned by Socket_GetPort. 2021-04-01 18:04:12 +00:00
utils.h [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
utils_android.cc [ VM ] Addressed additional comments from CL 56461. 2018-05-24 20:01:51 +00:00
utils_fuchsia.cc [fuchsia] Migrate to zx_clock_get_new 2019-05-10 18:22:28 +00:00
utils_linux.cc [ VM ] Addressed additional comments from CL 56461. 2018-05-24 20:01:51 +00:00
utils_macos.cc [ VM ] Addressed additional comments from CL 56461. 2018-05-24 20:01:51 +00:00
utils_win.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
utils_win.h [vm] Produce clearer error messages for malloc/realloc failures. 2020-11-13 22:10:54 +00:00
vmservice_impl.cc [ Service ] Wait for DDS connection before outputting service connection 2020-08-20 19:00:59 +00:00
vmservice_impl.h [ Service ] Wait for DDS connection before outputting service connection 2020-08-20 19:00:59 +00:00