GitXplorerGitXplorer
K

DWARF.jl

public
3 stars
7 forks
3 issues

Commits

List of commits on branch master.
Unverified
64a4dc6387d79dd468ec285625bc3778c18551fb

0.6 deprecations

KKeno committed 8 years ago
Unverified
6ab6af6f1cd7507fa40e748c6f37421706d34690

Fix a couple of mistakes

KKeno committed 8 years ago
Unverified
f5446744596f18105d1e446fbc020bb82e9643a9

Fix bug is fde search logic

KKeno committed 8 years ago
Unverified
015d4053830f7d07c304db7642356161afff538c

Make conversion to Int64 explicit

KKeno committed 8 years ago
Unverified
88a90a7737978662650dac64e5fb5a99e7f446fb

More work on i386 and debug_frame support

KKeno committed 8 years ago
Unverified
a732f5d59e13626c9030da1c5a536935569dab2e

Print strings as strings

KKeno committed 8 years ago

README

The README file for this repository.

DWARF

Build Status

Goal

This package aims to provide a complete implementation of a decoder for the DWARF v4 (with v5 support added where already in common use and completely once release) debug information format as specified at dwarfstd.org. The APIs are designed to be usable at the REPL, even if doing so has a minor impact on achieveable performance. Nevertheless, the package should be performant enough to be used in debuggers, unwinders, etc.

In particular, this package does not provide any higher level debugging functionality.

Provided Implementations

  • DWARF DIE Trees
  • DWARF Expressions
  • DWARF Line Table
  • DWARF Call Frame Information