Integrated: 8262520: Add SA Command Line Debugger support to connect to debug server
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Tue Mar 9 23:45:11 UTC 2021
On Mon, 1 Mar 2021 07:31:04 GMT, Yasumasa Suenaga <ysuenaga at 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>'.
This pull request has now been integrated.
Changeset: 70342e85
Author: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/70342e85
Stats: 225 lines in 5 files changed: 161 ins; 29 del; 35 mod
8262520: Add SA Command Line Debugger support to connect to debug server
Reviewed-by: cjplummer, kevinw
-------------
PR: https://git.openjdk.java.net/jdk/pull/2773
More information about the serviceability-dev
mailing list