Skip to content
/ owee Public
forked from let-def/owee

OCaml library to work with DWARF format

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.interval-tree
Notifications You must be signed in to change notification settings

gretay-js/owee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owee is an experimental library to work with DWARF format.

OCaml users might find the Owee_location module interesting.

Provided you:

  • use Linux,
  • on 64-bit x86 architecture,
  • generated debugging symbols,
  • compiled in native code,
  • no relocation happened and you're not using Dynlink

Then it gives you the location of the definition of an arbitrary functional value. Linking the library is enough, no change to the toolchain is required.

These restrictions can be relaxed, open issues for platform you'd find interesting to support & on which you can test the library.

About

OCaml library to work with DWARF format

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.interval-tree

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 98.5%
  • C 1.5%