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/01/28 15:46:29 UTC

[netbeans] branch delivery updated (a6a2f8f -> a000e7c)

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 a6a2f8f  Merge pull request #2701 from KacerCZ/netbeans-5272-fix-document-grouping
     new 9dad8b4  Use Frame, not FrameSlot as a trigger of debugging of existing Engines.
     new 717240a  Corrections of multi-threaded and multi-engine execution.
     new a000e7c  Merge pull request #2706 from entlicher/DebugEngineFixes

The 4951 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:
 .../debugger/jpda/truffle/TruffleDebugManager.java |  2 +-
 .../jpda/truffle/access/TruffleAccess.java         | 25 ++++++--
 .../debugger/jpda/truffle/access/TruffleEval.java  | 16 ++++-
 .../jpda/truffle/actions/StepActionProvider.java   |  5 ++
 .../jpda/truffle/frames/TruffleStackFrame.java     | 12 +++-
 .../jpda/truffle/frames/TruffleStackInfo.java      | 11 +++-
 .../models/DebuggingTruffleActionsProvider.java    | 16 ++++-
 .../frames/models/DebuggingTruffleNodeModel.java   | 30 +++++++--
 .../frames/models/DebuggingTruffleTreeModel.java   | 17 ++++-
 .../truffle/vars/impl/TruffleVariableImpl.java     | 33 +++++-----
 .../TruffleVariablesActionsProviderFilter.java     | 13 ++--
 .../truffle/vars/tooltip/ToolTipAnnotation.java    |  6 +-
 .../jpda/backend/truffle/JPDATruffleAccessor.java  | 32 ++++++++--
 .../models/DebuggingTreeExpansionModelFilter.java  |  8 +++
 .../debugger/jpda/ui/models/WatchesModel.java      |  9 +--
 .../jpda/expr/InvocationExceptionTranslated.java   | 72 +++++++++++++++++++---
 .../debugger/jpda/models/AbstractVariable.java     | 28 +++++----
 17 files changed, 263 insertions(+), 72 deletions(-)


---------------------------------------------------------------------
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