Skip to content

Tags: janestreet/magic-trace

Tags

v1.2.4

Toggle v1.2.4's commit message
Fix symbol resolution based on ELF specs

Signed-off-by: Josiah White <[email protected]>

v1.2.3

Toggle v1.2.3's commit message
Add an override to avoid using `--kcore`

Signed-off-by: Tudor Brindus <[email protected]>

v1.2.2

Toggle v1.2.2's commit message
Reduce noise when OCaml exception tracking gets confused

We're not going to be able to address all the corner cases any time
soon, so in the meantime output exception tracking warnings at most once
per trace.

Signed-off-by: Tudor Brindus <[email protected]>

v1.2.1

Toggle v1.2.1's commit message
Be more robust to seeing a poptrap without a matching pushtrap

Also add more verbose logging for decode errors.

Signed-off-by: Tudor Brindus <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Fix up some messages about sampling wiki links

Signed-off-by: Tudor Brindus <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: use apt-get and update beforehand

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add explicit install instructions

v1.0.1

Toggle v1.0.1's commit message
Move vendored libs into a vendor/ folder

...and also tell dune that that's where vendored libs lie.
Ref ocaml/opam-repository#21227

v1.0.0

Toggle v1.0.0's commit message
Bump owee to 0.6

Owee 0.6 has a big speedup to the ELF parsing routine, so `magic-trace`
can pop up `fzf` much quicker now.

v0.0.3

Toggle v0.0.3's commit message
Add a demo C# program