[PATCH] D49739: Add new API to SBTarget class

Tatyana Krasnukha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 10:27:53 PDT 2018


tatyana-krasnukha added a comment.

On CentOS this test hangs forever. If I manually kill lldb-mi and lldb-server subprocesses, the output is

  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /lldb/lit/tools/lldb-mi/target/target-select-so-path.test:16:10: error: CHECK: expected string not found in input
  # CHECK: ^done
           ^
  <stdin>:4:1: note: scanning from here
  (gdb)
  ^
  <stdin>:5:37: note: possible intended match here
  =library-loaded,id="/lldb/lit/tools/lldb-mi/target/Output/target-select-so-path.test.tmp",target-name="/lldb/lit/tools/lldb-mi/target/Output/target-select-so-path.test.tmp",host-name="/lldb/lit/tools/lldb-mi/target/Output/target-select-so-path.test.tmp",symbols-loaded="0",loaded_addr="-",size="0"




Repository:
  rL LLVM

https://reviews.llvm.org/D49739





More information about the llvm-commits mailing list