TCHBchlibelfAssertion
val equal_abbrev_entry :
?msg:string ->
expected:(int * string * bool * (string * string) list) ->
received:BCHDwarfTypes.debug_abbrev_table_entry_t ->
unit ->
unit
val equal_variable_debuginfo_entry :
?msg:string ->
expected:(BCHDwarfTypes.dwarf_attr_type_t * string) list ->
received:BCHDwarfTypes.debug_info_entry_t ->
unit ->
unit
val equal_debug_location_list :
?msg:string ->
expected:(string * string * string) list ->
received:BCHDwarfTypes.debug_location_list_entry_t list ->
unit ->
unit
val equal_compilation_unit_header :
?msg:string ->
expected:(string * int * string * int) ->
received:BCHDwarfTypes.debug_compilation_unit_header_t ->
unit ->
unit
val equal_compilation_unit :
?msg:string ->
expected:
(string
* string
* int
* BCHDwarfTypes.dwarf_tag_type_t
* (BCHDwarfTypes.dwarf_attr_type_t * string) list) ->
received:BCHDwarfTypes.debug_compilation_unit_t ->
unit ->
unit