Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
update README.md for limited DWARF4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Oct 28, 2016
1 parent 285369e commit 49d1ed2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ executables and libraries with debug information.
!!IMPORTANT NOTE!!
====================

This utility, as well as the underlying library `pydevtools` has no support for
the more recent DWARF 4 format, but only for DWARF 2 and 3.
This utility, as well as the underlying library `pydevtools` has limited
support for the more recent DWARF 4 format.

This makes it currently fail on a lot of recent executables.

Expand Down Expand Up @@ -58,8 +58,6 @@ struct packet
int main();
```

So it seems that this tool is still somewhat useful as-is...

Usage
======

Expand Down

0 comments on commit 49d1ed2

Please sign in to comment.