Skip to content

OCaml raw type for printing sequences of bytes#20

Draft
spiessimon wants to merge 1 commit intolldbfrom
ocaml-value-any
Draft

OCaml raw type for printing sequences of bytes#20
spiessimon wants to merge 1 commit intolldbfrom
ocaml-value-any

Conversation

@spiessimon
Copy link

This PR adds a type ocaml_raw for printing data (e.g., 0xabcd) as a hex string of bytes (e.g., ab cd). Unlike ocaml_value, it is not a builtin type, because it does not have a fixed byte size. Instead, the byte size that is attached via the DWARF attribute DW_AT_byte_size is respected.

@spiessimon spiessimon marked this pull request as draft September 3, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant