Lines Matching defs:get_description
56 self.get_description()
318 def get_description(self):
326 from lldbsuite.test.lldbutil import get_description
328 # get_description() allows no option to mean
330 desc = get_description(target)
331 # desc = get_description(target, option=lldb.eDescriptionLevelBrief)
339 desc = get_description(target, option=lldb.eDescriptionLevelFull)
485 from lldbsuite.test.lldbutil import get_description
487 desc1 = get_description(symbol1)
488 desc2 = get_description(symbol2)