clayborg added a comment.

You can always run a.out through obj2yaml and check that in. There is test 
suite support for using a yaml file that converts it to a binary and debugs it

  functionalities/gdb_remote_client/gdbclientutils.py
  429:    def createTarget(self, yaml_path):
  431:        Create a target by auto-generating the object based on the given 
yaml
  437:        yaml_base, ext = os.path.splitext(yaml_path)
  438:        obj_path = self.getBuildArtifact(yaml_base)
  439:        self.yaml2obj(yaml_path, obj_path)


https://reviews.llvm.org/D49685



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to