Skip to content

It would be useful to be able to collect more than one output stream from CBMC (textual, json, xml) #6260

Open
@danielsn

Description

@danielsn

CBMC version: 5.34
XML, json, and textual reports currently contain different sets of information. To generate good reports for CBMC viewer, we sometimes need data from more than one report type. Ideally, it would be possible to have all information in one structured form. Until then, it would be nice to be able to generate any set of desired output forms to specified files.

i.e. instead of

cbmc --json-ui foo.c

also allow

cbmc --json-output=foo.out.json --xml-output=foo.out.xml --textual-output=foo.out.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    ViewerBugs and features related to CBMC ViewerawsBugs or features of importance to AWS CBMC users

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions