/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
TestWatchLocation.py | 59 substrs = ['stopped', 67 substrs = ['Watchpoint created', 'size = 1', 'type = w']) 85 substrs = ['hit_count = 0']) 92 substrs = ['stopped', 106 substrs = ['hit_count = 1'])
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
TestWatchLocationWithWatchSet.py | 58 substrs = ['stopped', 66 substrs = ['Watchpoint created', 'size = 1', 'type = w']) 74 substrs = ['hit_count = 0']) 81 substrs = ['stopped', 95 substrs = ['hit_count = 1'])
|
/external/lldb/test/functionalities/inferior-crashing/ |
TestInferiorCrashing.py | 97 substrs = ['stopped', 118 substrs = [stop_reason, 154 substrs = ['eax = 0x']) 169 substrs = ['Hello']) 180 substrs = ['main.c:%d' % self.line, 188 substrs = ['a.out']) 190 substrs = ['= 0x0']) 194 substrs = ['eax = 0x']) 198 substrs = [stop_reason, 222 substrs = ['a.out'] [all...] |
/external/lldb/test/lang/c/array_types/ |
TestArrayTypes.py | 65 substrs = ['stopped', 70 substrs = ['resolved, hit count = 1']) 76 substrs = ['(char *) [0]', 86 substrs = ['(char) [0]', 108 substrs = ["file = 'main.c'", 112 substrs = ["resolved = 1"]) 121 substrs = ["state = stopped", 134 substrs = ["tid = 0x%4.4x" % thread.GetThreadID()]) 142 substrs = ["file = 'main.c'", 152 substrs = ["#%d" % frame.GetFrameID()] [all...] |
/external/lldb/test/functionalities/thread/state/ |
TestThreadStates.py | 101 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.break_1]) 108 substrs = ['stopped', 142 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.break_1]) 149 substrs = ['stopped', 191 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.break_1]) 198 substrs = ['stopped', 235 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.break_1]) 242 substrs = ['stopped', 268 substrs = ['stopped', 289 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.break_1 [all...] |
/external/lldb/test/functionalities/inferior-crashing/recursive-inferior/ |
TestRecursiveInferior.py | 97 substrs = ['stopped', 118 substrs = [stop_reason, 'main', 'argc', 'argv', 'recursive_function']) 122 substrs = [stop_reason, 158 substrs = ['eax = 0x']) 181 substrs = ['main.c:%d' % self.line, 189 substrs = ['(int) $0 =']) 193 substrs = ['eax = 0x']) 197 substrs = [stop_reason, 213 substrs = ['Process', expected_state]) 216 substrs = ['Process must be launched'] [all...] |
/external/lldb/test/lang/cpp/stl/ |
TestSTL.py | 74 substrs = ['main.cpp:%d' % self.line, 79 substrs = [' resolved, hit count = 1']) 88 substrs = [' = 3']) 90 substrs = [' = 1']) 92 substrs = [' = 1']) 94 substrs = [' = 2'])
|
/external/lldb/test/expression_command/issue_11588/ |
Test11588.py | 49 substrs = ["(StgClosure) $", 67 substrs = ["0x",hex(addr)[2:].rstrip("L")]) # Remove trailing 'L' if it exists 69 substrs = ["(StgClosure) $",
|
/external/lldb/test/functionalities/set-data/ |
TestSetData.py | 33 substrs = ['2']) 48 substrs = ['4']) 64 substrs = ['NSString *', 'nil'])
|
/external/lldb/test/lang/cpp/unique-types/ |
TestUniqueTypes.py | 50 substrs = ['stopped', 61 substrs = ['long']) 71 substrs = ['short'])
|
/external/lldb/test/lang/objc/objc-optimized/ |
TestObjcOptimized.py | 48 substrs = ["stop reason = breakpoint"], 68 substrs = [("(%s *) $1 = " % self.myclass), desired_pointer]) 71 substrs = ["does not have a member named 'non_member'"])
|
/external/lldb/test/lang/objc/rdar-10967107/ |
TestRdar10967107.py | 50 self.expect("frame variable cf_greg_date --raw", substrs = ['year','month','day','hour','minute','second']) 51 self.expect("frame variable cf_range --raw", substrs = ['location','length']) 53 self.expect("frame variable --raw", substrs = ['year','month','day','hour','minute','second','location','length'])
|
/external/lldb/test/lang/objc/foundation/ |
TestFoundationDisassembly.py | 94 substrs = ["Foundation`+[NSString stringWithFormat:]"]) 105 substrs = ["a.out`-[MyString initWithNSString:]"]) 114 substrs = ["a.out`-[MyString description]"]) 125 substrs = ["Foundation`-[NSAutoreleasePool release]"])
|
/external/lldb/test/macosx/universal/ |
TestUniversal.py | 54 substrs = ["testit' (x86_64)."]) 72 substrs = ['Name: rax']) 79 substrs = ["testit' (i386)."]) 100 substrs = ['Name: eax'])
|
/external/lldb/test/python_api/symbol-context/ |
TestSymbolContext.py | 70 substrs = [os.path.join(self.mydir, 'a.out')]) 74 substrs = [os.path.join(self.mydir, 'main.c')]) 88 substrs = [self.mydir]) 91 substrs = ['main.c'])
|
/external/lldb/test/warnings/uuid/ |
TestAddDsymCommand.py | 80 substrs = ['invalid module path']) 84 substrs = ['symbol file', 'does not match']) 93 substrs = ['symbol file', 'has been added to']) 102 substrs = ['symbol file', 'has been added to'])
|
/external/lldb/test/expression_command/call-function/ |
TestCallStdStringFunction.py | 47 substrs = ['Hello world']) 56 substrs = ['Hello world'])
|
/external/lldb/test/functionalities/data-formatter/rdar-10642615/ |
Test-rdar-10642615.py | 46 substrs = ['stopped', 58 substrs = ['(vFloat) valueFL = (1, 0, 4, 0)',
|
/external/lldb/test/functionalities/data-formatter/rdar-11628688/ |
TestFormattersBoolRefPtr.py | 46 substrs = ['stopped', 61 substrs = ["(OSType) a = 1952805748 'test'","(OSType) b = 1650815860 'best'"])
|
/external/lldb/test/functionalities/plugins/commands/ |
TestPluginCommands.py | 40 self.expect(retobj,substrs = ['abc def ghi'], exe=False) 50 self.expect(retobj,substrs = ['abc def ghi'], exe=False)
|
/external/lldb/test/functionalities/thread/ |
TestNumThreads.py | 45 substrs = ["1: file = 'main.c', line = %d, locations = 1" % self.line]) 52 substrs = ["stop reason = breakpoint 1."])
|
/external/lldb/test/lang/cpp/rvalue-references/ |
TestRvalueReferences.py | 51 substrs = ["i = 0x", "&i = 3"]) 55 substrs = ["3"])
|
/external/lldb/test/functionalities/thread/step_out/ |
TestThreadStepOut.py | 67 substrs = ["main.cpp:%d" % self.step_out_destination, 73 substrs = ["main.cpp:%d" % self.step_out_destination]) 79 substrs = ["stop reason = step out"]) 82 substrs = ["* thread #%d" % self.step_out_thread.GetIndexID()]) 107 substrs = ["1: file = 'main.cpp', line = %d, locations = 1" % self.breakpoint])
|
/external/lldb/test/source-manager/ |
TestSourceManager.py | 105 substrs = [os.getcwd(), os.path.join(os.getcwd(), "hidden")]) 109 substrs = ['Hello world']) 122 substrs = ['stopped', 128 substrs = ['Hello world']) 182 substrs = ['Hello lldb'])
|
/external/lldb/test/expression_command/test/ |
TestExprs.py | 79 substrs = ["(const char *)", 100 substrs = ['main.cpp', 170 substrs = ['(int) $', ' 1']) 197 substrs = ['(char) $', 203 substrs = ['(int) $', 209 substrs = ['(int) $', 215 substrs = ['(int) $', 221 substrs = ['(int) $', 229 substrs = ['(int) $',
|