Re: RFR: 8259350: Add some internal debugging APIs to the debug agent

2021-01-14 Thread Alex Menkov
On Thu, 7 Jan 2021 04:28:19 GMT, Chris Plummer wrote: > This PR adds some APIs that are useful when debugging the debug agent. They > can be called from gdb or from other parts of the debug agent. They mostly do > things like dumping internal data structures that are tedious to dump or > itera

Re: RFR: 8259350: Add some internal debugging APIs to the debug agent

2021-01-13 Thread Serguei Spitsyn
On Thu, 7 Jan 2021 04:28:19 GMT, Chris Plummer wrote: > This PR adds some APIs that are useful when debugging the debug agent. They > can be called from gdb or from other parts of the debug agent. They mostly do > things like dumping internal data structures that are tedious to dump or > itera

Re: RFR: 8259350: Add some internal debugging APIs to the debug agent

2021-01-13 Thread Chris Plummer
On Thu, 7 Jan 2021 04:28:19 GMT, Chris Plummer wrote: > This PR adds some APIs that are useful when debugging the debug agent. They > can be called from gdb or from other parts of the debug agent. They mostly do > things like dumping internal data structures that are tedious to dump or > itera

RFR: 8259350: Add some internal debugging APIs to the debug agent

2021-01-06 Thread Chris Plummer
This PR adds some APIs that are useful when debugging the debug agent. They can be called from gdb or from other parts of the debug agent. They mostly do things like dumping internal data structures that tedious to dump or iterate over in gdb. I developed them while working on loom and found the