0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/test/cctest
Eugene Ostroukhov 39977db7c0
inspector: split main thread interface from transport
Workers debugging will require interfacing between the "main" inspector
and per-worker isolate inspectors. This is consistent with what WS
interface does. This change is a refactoring change and does not change
the functionality.

PR-URL: https://github.com/nodejs/node/pull/21182
Fixes: https://github.com/nodejs/node/issues/21725
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-07-13 23:42:50 +02:00
..
node_test_fixture.cc test: use aliases for smart pointers in fixture 2018-06-27 05:19:56 +02:00
node_test_fixture.h test: use aliases for smart pointers in fixture 2018-06-27 05:19:56 +02:00
test_aliased_buffer.cc src: replace template<template < 2018-05-14 18:09:23 +02:00
test_base64.cc
test_environment.cc src: set thread local env in CreateEnvironment 2018-02-16 07:27:08 +01:00
test_inspector_socket_server.cc inspector: split main thread interface from transport 2018-07-13 23:42:50 +02:00
test_inspector_socket.cc inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
test_node_postmortem_metadata.cc src: enable more detailed memory tracking 2018-07-13 19:53:15 +02:00
test_platform.cc src: limit foreground tasks draining loop 2018-04-25 10:40:16 +02:00
test_traced_value.cc trace_events: add traced_value.cc/traced_value.h 2018-07-12 10:32:26 -07:00
test_url.cc
test_util.cc