RFR: 8262520: Add CLHSDB command to connect to debug server [v5]

Yasumasa Suenaga ysuenaga at openjdk.java.net
Thu Mar 4 00:02:04 UTC 2021


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

  Update error message in CLHSDB

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2773/files
  - new: https://git.openjdk.java.net/jdk/pull/2773/files/01a30e70..59d2dd00

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2773.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2773/head:pull/2773

PR: https://git.openjdk.java.net/jdk/pull/2773


More information about the serviceability-dev mailing list