You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2021/04/29 13:54:06 UTC

[netbeans] branch delivery updated (fe32b2e -> 29acea3)

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from fe32b2e  Merge pull request #2917 from dbalek/dbalek/lspCodeNavigationMinorFixes
     new 612b5bb  Introduced LspSession, which provides associated LSP and DAP servers. Both servers can access each other.
     new ad0c427  Check gdb version and provide warning about gdb bug #26139.
     new 29acea3  Merge pull request #2913 from entlicher/NIGDBVersionWarning

The 5373 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cpplite/debugger/CPPLiteActionsProvider.java   |   2 +-
 .../modules/cpplite/debugger/CPPLiteDebugger.java  |  21 +++-
 .../debugger/ni/NIDebuggerProviderImpl.java        |  59 ++++++----
 .../modules/java/lsp/server/ConnectionSpec.java    |  44 +++++--
 .../modules/java/lsp/server/LspArgsProcessor.java  |   9 +-
 .../modules/java/lsp/server/LspSession.java        | 127 +++++++++++++++++++++
 .../lsp/server/debugging/DebugAdapterContext.java  |   9 +-
 .../java/lsp/server/debugging/Debugger.java        |  21 ++--
 .../lsp/server/debugging/NbProtocolServer.java     |  15 ++-
 .../server/debugging/launch/NbLaunchDelegate.java  |  70 ++++++------
 .../java/lsp/server/protocol/NbLspServer.java      |  60 ++++++++++
 .../modules/java/lsp/server/protocol/Server.java   |  18 ++-
 .../java/lsp/server/ConnectionSpecTest.java        |  68 ++++++++---
 .../nativeimage/debugger/api/NIDebugRunner.java    |  43 ++++++-
 14 files changed, 459 insertions(+), 107 deletions(-)
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/LspSession.java
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/NbLspServer.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists