[Lldb-commits] [PATCH] D49685: LLDB does not respect platform	sysroot when loading core on Linux
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Aug 20 10:55:12 PDT 2018
    
    
  
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
    
    
More information about the lldb-commits
mailing list