mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu"
This reverts commit 21f142ce1d
.
This commit is contained in:
parent
21f142ce1d
commit
138281904b
@ -212,8 +212,8 @@ class spawn(SpawnBase):
|
||||
s.append(repr(self))
|
||||
s.append('command: ' + str(self.command))
|
||||
s.append('args: %r' % (self.args,))
|
||||
s.append('buffer (last 100 chars): %r' % self.buffer[-10000:])
|
||||
s.append('before (last 100 chars): %r' % self.before[-10000:] if self.before else '')
|
||||
s.append('buffer (last 100 chars): %r' % self.buffer[-100:])
|
||||
s.append('before (last 100 chars): %r' % self.before[-100:] if self.before else '')
|
||||
s.append('after: %r' % (self.after,))
|
||||
s.append('match: %r' % (self.match,))
|
||||
s.append('match_index: ' + str(self.match_index))
|
||||
|
Loading…
Reference in New Issue
Block a user