Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
445 changes: 0 additions & 445 deletions native-agent/Cargo.lock

This file was deleted.

22 changes: 0 additions & 22 deletions native-agent/Cargo.toml

This file was deleted.

2 changes: 2 additions & 0 deletions native-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JVMTI Native Agent

**Proof of concept not in active development. Code has been removed from main branch, but can be found at commit [d9a28e](https://github.com/rollbar/rollbar-java/tree/d9a28e3fe4b8e8b0ca8fb11610ceb3f9729278e5/native-agent)**

This Rust library implements a native agent for interacting with the JVM via the
[JVMTI](https://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.html). Currently this is used for
enriching stack traces with local variables for each frame. This works by interacting with some
Expand Down
42 changes: 0 additions & 42 deletions native-agent/build.rs

This file was deleted.

1 change: 0 additions & 1 deletion native-agent/clippy.toml

This file was deleted.

1 change: 0 additions & 1 deletion native-agent/include/jvmti_wrapper.h

This file was deleted.

215 changes: 0 additions & 215 deletions native-agent/src/env.rs

This file was deleted.

36 changes: 0 additions & 36 deletions native-agent/src/errors.rs

This file was deleted.

Loading
Loading