On Fri, 5 Mar 2021 07:33:06 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:
>> `attach` command on CLHSDB supports to attach live process (PID) and >> coredump, but it cannot connect to debug server. CLHSDB does not have a >> command to connect to debug server. >> >> Other jhsdb commands (jstack, jmap, etc...) can connect debug server via >> `--connect` option, so CLHSDB should connect to it. >> >> After this change, you can connect to debug server with 'connect <hostname>'. > > Yasumasa Suenaga has updated the pull request incrementally with one > additional commit since the last revision: > > Add assertion to check unexpected exceptions are happened in command line > debugger Marked as reviewed by cjplummer (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2773