зеркало из https://github.com/github/ruby.git
Delete empty lines at EOF [ci skip]
This commit is contained in:
Родитель
5fa1e246b9
Коммит
e825160257
|
@ -13,4 +13,3 @@ class RbID2StrCommand(RbBaseCommand):
|
|||
val = self.frame.EvaluateExpression(command)
|
||||
inspector = RbInspector(debugger, result, self.ruby_globals)
|
||||
inspector.inspect(val)
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ class LLDBInterface:
|
|||
self.process = self.target.GetProcess()
|
||||
self.thread = self.process.GetSelectedThread()
|
||||
self.frame = self.thread.GetSelectedFrame()
|
||||
|
||||
|
|
|
@ -55,4 +55,3 @@ class RbBaseCommand(LLDBInterface):
|
|||
|
||||
def get_long_help(self):
|
||||
return self.__class__.help_string
|
||||
|
||||
|
|
|
@ -135,6 +135,3 @@ class RbObject(LLDBInterface):
|
|||
len = self.val.GetValueForExpressionPath("->as.heap.len")
|
||||
|
||||
return len
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -280,4 +280,3 @@ class RbInspector(LLDBInterface):
|
|||
else:
|
||||
print("Not-handled type %0#x" % rval.type, file=self.result)
|
||||
print(val, file=self.result)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче