Closed
Conversation
Contributor
|
It would really be nice if this lib would also be available outside of the compiler. |
Contributor
Author
|
@bschommer I think we should be able to arrange that. |
Contributor
Author
|
@bschommer Although we would have to work out what to do about the |
Contributor
Author
|
I think the only significant thing that now needs doing here, for the first release, is to clear up the mess about "rvalues" in Operator and Simple_location_description. |
Contributor
|
If you need someone for reviewing the Debug PR's I can offer my help. I would really appreciate if this would land in 4.07 |
Contributor
Author
|
@bschommer The offer of help is much appreciated, I will be in touch. |
Contributor
Author
|
This is going to be superceded. |
stedolan
pushed a commit
to stedolan/ocaml
that referenced
this pull request
Sep 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request provides libraries for writing the DWARF-4 debugging information format. This is not yet fully comprehensive and also does not yet provide support for reading DWARF, which might be useful in the future.
Some soundness checks on DWARF generated using this library are provided via the OCaml type system. The user interface provided by the high-level library makes the construction of DWARF debugging information entry trees straightforward, abstracting away from some of the awkward details.
This pull request will not yet build due to other changes that haven't yet been merged, but comments are welcome.