Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v10.x backport] inspector: workers debugging #22954

Closed
wants to merge 77 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
0718780
fs: implement mkdir recursive (mkdirp)
Aug 9, 2018
08411d8
test: add comment describing test-fs-mkdir
Aug 21, 2018
e22b0ed
url: provide pathToFileURL and fileURLToPath
guybedford Aug 24, 2018
8d64c40
test: check parameter type of fs.mkdir()
Aug 30, 2018
94b662a
test: refactor structure of common/index
jasnell Aug 24, 2018
52877ee
assert: align argument names
BridgeAR Sep 8, 2018
58d0833
doc: add history for withFileTypes in fs.readdir[Sync]()
tiendq Sep 10, 2018
1b6487c
crypto: fix public key encryption internals
tniessen Sep 9, 2018
350ef49
crypto: rename symbols to match guidelines
tniessen Sep 5, 2018
684705c
doc: add gabrielschulhof to TSC
Trott Sep 12, 2018
e0bc988
n-api: add generic finalizer callback
Aug 10, 2018
6e5cd4d
test: checks on napi factory wrap’s finalization
legendecas Aug 31, 2018
17733d3
lib: remove unnecessary symbols
Aug 22, 2018
00a8511
test: minor refactor in common/index.js
jasnell Sep 6, 2018
873ebeb
doc: document http2 timeouts
sagitsofan Sep 10, 2018
c8c922a
doc: add reference to guide for N-API additions
mhdawson Aug 29, 2018
3ec5a64
deps: cherry-pick 2363cdf from upstream V8
ofrobots Sep 11, 2018
ff60980
trace_events: avoid flusing uninitialized traces
ofrobots Sep 12, 2018
e9b5c34
fs: ensure readdir() callback is only called once
cjihrig Sep 10, 2018
2550015
lib: simplify 'processChunkSync'
Sep 11, 2018
ca0a92f
module: add createRequireFunction method
devsnek Mar 14, 2018
217fb2e
worker: correct (de)initialization order
addaleax Sep 9, 2018
e5d67f7
tools: implement update-authors in JS
addaleax Sep 9, 2018
e52ea8b
doc: update AUTHORS list
addaleax Sep 9, 2018
e268b64
src: move getActiveResources/Handles to node_process.cc
jasnell Sep 7, 2018
415eac8
src: move DebugPortGetter/Setter to node_process.cc
jasnell Sep 7, 2018
536c6ed
doc: fix typo in dns docs
MohammedEssehemy Sep 14, 2018
14d1b7a
doc: add withFileTypes option to fsPromises.readdir
bengl Sep 13, 2018
cfced0c
process: generate list of allowed env flags programmatically
addaleax Aug 31, 2018
60dc374
lib: generate allowedNodeEnvironmentFlags lazily
addaleax Aug 31, 2018
d723cbd
doc: add full deprecation history
tniessen Sep 8, 2018
1cf6e3e
fs: fix promisified fs.readdir withFileTypes
apapirovski Sep 13, 2018
466ed2e
src: fix `--prof-process` CLI argument handling
addaleax Sep 10, 2018
572d01c
tracing: remove shutdown-on-signal
addaleax Sep 6, 2018
2f5fad0
path: remove unnecessary if statement
wchargin Aug 11, 2018
75422ab
tools: update ESLint to 5.6.0
Trott Sep 16, 2018
3120dab
src: move no_async_hooks_checks to env
danbev Sep 10, 2018
dfef9a9
doc: add missing options for crypto sign.sign()
mbj36 Sep 12, 2018
5cb642e
assert: add default operator to `assert.fail()`
BridgeAR Sep 4, 2018
1433653
http2: add http2stream.endAfterHeaders property
jasnell Sep 13, 2018
56b17d2
doc: improve asymmetric crypto docs
addaleax Sep 12, 2018
721508d
src: refactor `Environment::GetCurrent()` usage
addaleax Sep 12, 2018
2f88373
build: skip cctest on Windows shared lib build
yhwang Jul 24, 2018
c17ba24
string_decoder: support typed array or data view
BeniCheni Aug 28, 2018
2a3dea5
doc: update 6.x to 8.x in backporting wiki
trivikr Sep 15, 2018
325b82a
inspector: enable Inspector JS API in workers
eugeneo Sep 9, 2018
9ca9e81
errors: add useOriginalName to internal/errors
joyeecheung Aug 27, 2018
e07e573
build: do not lint fixtures in make lint-md
joyeecheung Aug 27, 2018
97f6ff3
doc: add boneskull as collaborator
boneskull Sep 17, 2018
97979b7
tools,win: fix find_python error
kfarnung Sep 10, 2018
85fca5d
tools: merge custom cpplint with cpplint v1.3.0
boneskull Sep 13, 2018
6f66e49
deps: add missing HandleScope in FieldType::PrintTo
hashseed Sep 17, 2018
2b0ce98
crypto: remove unused scrypt validation parameter
tniessen Sep 17, 2018
6975e08
crypto: fix edge case in authenticated encryption
tniessen Sep 12, 2018
57f2c12
test: don't inspect values if not necessary
BridgeAR Sep 17, 2018
bf7d7cf
test: remove string literal message from assertion
Trott Sep 13, 2018
8595d90
test: remove string literal message in assertions
Trott Sep 13, 2018
b9af09d
test: improve assertion in test-inspector.js
Trott Sep 2, 2018
05bec3c
test: simplify assertion in http2 tests
Trott Sep 2, 2018
f04466e
test: refactor flag check
Trott Sep 13, 2018
4fe6034
test: remove string literal from assertion
Trott Sep 13, 2018
136c4a8
test: remove string literal message from assertion
Trott Sep 13, 2018
f2703b2
test: remove string literal arg from assertion
Trott Sep 13, 2018
bd24752
test: remove string literal from assertion
Trott Sep 13, 2018
6f23ec6
test: remove string literal from assertion
Trott Sep 13, 2018
3bf9c17
test: prepare test-assert for strictEqual linting
Trott Sep 13, 2018
0fd614d
tools: prevent string literals in some assertions
Trott Jul 30, 2018
6f02cc5
deps: cherry-pick dbfcc48 from upstream V8
alexkozy Aug 10, 2018
ce58979
src: added URL::FromFilePath method
alexkozy Aug 30, 2018
7f985da
inspector: implemented V8InspectorClient::resourceNameToUrl
alexkozy Aug 30, 2018
f297866
deps: cherry-pick 9a23bdd from upstream V8
Drieger Sep 17, 2018
c68addd
lib,doc: remove unused parameter, improve docs
Sep 14, 2018
89439ac
tools: synchronize deepStrictEqual() message rules
Trott Sep 17, 2018
d46ce65
doc: explain how to invoke gc
isurusiri Apr 30, 2018
d4278a0
doc, win: improve os.setPriority documentation
bzoz Sep 12, 2018
7107451
worker: only stop inspector if started
addaleax Sep 18, 2018
e6250f4
inspector: workers debugging
eugeneo Sep 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
src: fix --prof-process CLI argument handling
Make sure that options after `--prof-process` are not treated
as Node.js options.

Fixes: #22786

PR-URL: #22790
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Bryan English <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
addaleax authored and targos committed Sep 19, 2018
commit 466ed2eecb5476366df04a12dace1d7134c9cecf
4 changes: 3 additions & 1 deletion lib/internal/bootstrap/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,11 @@
for (const [ from, expansion ] of aliases) {
let isAccepted = true;
for (const to of expansion) {
if (!to.startsWith('-')) continue;
if (!to.startsWith('-') || to === '--') continue;
const recursiveExpansion = aliases.get(to);
if (recursiveExpansion) {
if (recursiveExpansion[0] === to)
recursiveExpansion.splice(0, 1);
expansion.push(...recursiveExpansion);
continue;
}
Expand Down
2 changes: 2 additions & 0 deletions src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
AddOption("--prof-process",
"process V8 profiler output generated using --prof",
&EnvironmentOptions::prof_process);
// Options after --prof-process are passed through to the prof processor.
AddAlias("--prof-process", { "--prof-process", "--" });
AddOption("--redirect-warnings",
"write warnings to file instead of stderr",
&EnvironmentOptions::redirect_warnings,
Expand Down
34 changes: 34 additions & 0 deletions test/parallel/test-tick-processor-arguments.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
'use strict';
const common = require('../common');
const tmpdir = require('../common/tmpdir');
const fs = require('fs');
const assert = require('assert');
const { spawnSync } = require('child_process');

if (!common.isMainThread)
common.skip('chdir not available in workers');
if (!common.enoughTestMem)
common.skip('skipped due to memory requirements');
if (common.isAIX)
common.skip('does not work on AIX');

tmpdir.refresh();
process.chdir(tmpdir.path);

// Generate log file.
spawnSync(process.execPath, [ '--prof', '-p', '42' ]);

const logfile = fs.readdirSync('.').filter((name) => name.endsWith('.log'))[0];
assert(logfile);

// Make sure that the --preprocess argument is passed through correctly,
// as an example flag listed in deps/v8/tools/tickprocessor.js.
// Any of the other flags there should work for this test too, if --preprocess
// is ever removed.
const { stdout } = spawnSync(
process.execPath,
[ '--prof-process', '--preprocess', logfile ],
{ encoding: 'utf8' });

// Make sure that the result is valid JSON.
JSON.parse(stdout);