Re: RFR: 8341295: Add some useful debugging APIs to the debug agent [v2]

2024-10-04 Thread Chris Plummer
On Wed, 2 Oct 2024 02:20:48 GMT, Chris Plummer wrote: >> The following APIs are useful when debugging the debug agent. Calls to them >> can be added to the code as needed (temporarily) to aid in debugging issues. >> They were taken from `test/lib/jdk/test/lib/jvmti/jvmti_common.hpp` and >> mod

Re: RFR: 8341295: Add some useful debugging APIs to the debug agent [v2]

2024-10-04 Thread Serguei Spitsyn
On Wed, 2 Oct 2024 02:20:48 GMT, Chris Plummer wrote: >> The following APIs are useful when debugging the debug agent. Calls to them >> can be added to the code as needed (temporarily) to aid in debugging issues. >> They were taken from `test/lib/jdk/test/lib/jvmti/jvmti_common.hpp` and >> mod

Re: RFR: 8341295: Add some useful debugging APIs to the debug agent [v2]

2024-10-03 Thread Chris Plummer
On Wed, 2 Oct 2024 02:20:48 GMT, Chris Plummer wrote: >> The following APIs are useful when debugging the debug agent. Calls to them >> can be added to the code as needed (temporarily) to aid in debugging issues. >> They were taken from `test/lib/jdk/test/lib/jvmti/jvmti_common.hpp` and >> mod

Re: RFR: 8341295: Add some useful debugging APIs to the debug agent [v2]

2024-10-02 Thread Alex Menkov
On Wed, 2 Oct 2024 02:20:48 GMT, Chris Plummer wrote: >> The following APIs are useful when debugging the debug agent. Calls to them >> can be added to the code as needed (temporarily) to aid in debugging issues. >> They were taken from `test/lib/jdk/test/lib/jvmti/jvmti_common.hpp` and >> mod

Re: RFR: 8341295: Add some useful debugging APIs to the debug agent [v2]

2024-10-01 Thread Chris Plummer
> The following APIs are useful when debugging the debug agent. Calls to them > can be added to the code as needed (temporarily) to aid in debugging issues. > They were taken from `test/lib/jdk/test/lib/jvmti/jvmti_common.hpp` and > modified to better fit the needs and coding style of the debug