Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🍒 MCP & DAP Cherrypicks #11612
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
base: stable/21.x
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
🍒 MCP & DAP Cherrypicks #11612
Changes from 1 commit
5c58c9077c25d6a0ccd95dc3ad07f62d4a83c176e37ff6ac6d32d7fa209733676b380fb76406f9fe9578d54de4ab667b396f2dc0ffa21865058839cbcbae120a0d8dda07901a4f86e78039391dd07b5206cecb985aac02e97b076c48aafae12a86798e2425d640fe8bc3fe5d41677af598db3c1351fdddda6cc56077192df6b179923007f2e613b02facd42d7daa74ecba6b4b2c8223ed57bc5477b81d2236e09446e706878bbdaa2ec7a7550269cd26278ecFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
--connection-timeout(llvm#156803)# Usage This is an optional new command line option to use with `--connection`. ``` --connection-timeout <timeout> When using --connection, the number of seconds to wait for new connections after the server has started and after all clients have disconnected. Each new connection will reset the timeout. When the timeout is reached, the server will be closed and the process will exit. Not specifying this argument or specifying non-positive values will cause the server to wait for new connections indefinitely. ``` A corresponding extension setting `Connection Timeout` is added to the `lldb-dap` VS Code extension. # Benefits Automatic release of resources when lldb-dap is no longer being used (e.g. release memory used by module cache). # Test See PR. (cherry picked from commit acb38c8)Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing