HomeSort by relevance Sort by last modified time
    Searched refs:substrs (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /external/lldb/test/functionalities/alias/
TestAliases.py 60 # substrs = [ "Whoopee!" ])
64 # substrs = [ "hello" ])
69 # substrs = [ "hello" ])
80 substrs = [ "'add' is not a valid sub-command of 'bp'" ])
98 substrs = [ "1: name = 'foo', locations = 1",
105 substrs = [ "Current breakpoints:",
113 substrs = [ "'run' is an abbreviation for 'process launch -c /bin/bash --'" ])
116 substrs = [ "'run' is an abbreviation for 'process launch -c /bin/bash --'" ])
119 substrs = [ 'run', 'process launch -c /bin/bash' ])
122 substrs = [ "'run'", 'process launch -c /bin/bash' ]
    [all...]
  /external/lldb/test/functionalities/abbreviation/
TestCommonShortSpellings.py 49 substrs = ["disassemble"])
51 substrs = ["disassemble"])
55 substrs = ["target stop-hook add"])
59 substrs = ["frame variable"])
63 substrs = ["Hook: 1", "Hook: 2"])
  /external/lldb/test/functionalities/data-formatter/rdar-9973865/
Test-rdar-9973865.py 46 substrs = ['stopped',
60 substrs = ['SUMMARY SUCCESS summarize_ptr_t @ '])
63 substrs = ['SUMMARY SUCCESS summarize_t @'])
68 substrs = ['SUMMARY SUCCESS 10'])
71 substrs = ['SUMMARY SUCCESS 10'])
  /external/lldb/test/lang/c/const_variables/
TestConstVariables.py 44 substrs = ['stopped',
49 substrs = [' resolved, hit count = 1'])
55 substrs = ['(int32_t) index = 512'])
59 substrs = ['(int) $0 = 1024'])
63 substrs = ['(int) $1 = 256'])
  /external/lldb/test/lang/c/strings/
TestCStrings.py 57 substrs = ['[0] = \'h\'',
61 substrs = ['[6]) $', 'hello'])
64 substrs = ['(char *) $', ' = 0x',
68 substrs = ['(int) $', ' = 0'])
71 substrs = ['false'])
  /external/lldb/test/settings/
TestSettings.py 26 substrs = ["target.env-vars",
40 substrs = ['MY_ENV_VAR=YES'])
56 substrs = ['target.run-args',
75 substrs = ['target.run-args (arguments) =',
92 substrs = ['prompt (string) = "lldb2 "'])
108 substrs = ["term-width (int) = 70"])
130 substrs = [format_string])
135 substrs = ["`main", os.getcwd()])
173 substrs = ["$90"])
177 substrs = ["$0x5a"]
    [all...]
  /external/lldb/test/expression_command/persistent_types/
TestPersistentTypes.py 30 substrs = ['a = 2', 'b = 3'])
41 substrs = ['($foobar) 0x', ' = {', "a = 'H'","b = 'e'","c = 'l'","d = 'l'"]) # persistent types are OK to use for memory read
44 substrs = ['($foobar) 0x', ' = {', "a = 'H'","b = 'e'","c = 'l'","d = 'l'"],matching=False,error=True) # the type name is $foobar, make sure we settle for nothing less
  /external/lldb/test/functionalities/platform/
TestPlatformCommand.py 24 substrs = ['PID', 'ARCH', 'NAME'])
29 substrs = ['one or more process id(s) must be specified'])
33 substrs = ['Platform', 'Triple', 'OS Version', 'Kernel', 'Hostname'])
  /external/lldb/test/lang/c/anonymous/
TestAnonymous.py 89 substrs = ['stopped',
94 substrs = [' resolved, hit count = 1'])
101 substrs = ["= 4"])
104 substrs = ["= 2"])
111 substrs = ["= 4"])
114 substrs = ["= 2"])
121 substrs = ["= 4"])
124 substrs = ["= 2"])
133 substrs = ["(type_z *) $0 = 0x0000"])
136 substrs = ["(type_y) $1 = {"]
    [all...]
  /external/lldb/test/functionalities/memory/read/
TestMemoryRead.py 47 substrs = ['stopped', 'stop reason = breakpoint'])
51 substrs = [' resolved, hit count = 1'])
86 substrs = ['abcdefg'])
91 substrs = ['unsupported byte size (16) for hex float format'])
94 substrs = ['1234.'])
99 substrs = ['unsupported byte size (20) for float format'])
  /external/lldb/test/functionalities/watchpoint/hello_watchpoint/
TestMyFirstWatchpoint.py 60 substrs = ['stopped',
66 substrs = ['Watchpoint created', 'size = 4', 'type = w',
72 substrs = ['hit_count = 0'])
79 substrs = ['stopped',
86 substrs = ['exited'])
91 substrs = ['hit_count = 1'])
  /external/lldb/test/functionalities/watchpoint/variable_out_of_scope/
TestWatchedVarHitWhenInScope.py 61 substrs = ['stopped',
67 substrs = ['Watchpoint created', 'size = 4', 'type = w'])
72 substrs = ['hit_count = 0'])
79 substrs = ['stopped',
86 substrs = ['exited'])
91 substrs = ['hit_count = 1'])
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
TestWatchpointConditionCmd.py 58 substrs = ['stopped',
64 substrs = ['Watchpoint created', 'size = 4', 'type = w',
72 substrs = ['hit_count = 0', 'global==5'])
79 substrs = ['stop reason = watchpoint'])
81 substrs = ['(int32_t)', 'global = 5'])
86 substrs = ['hit_count = 5'])
  /external/lldb/test/functionalities/command_script/import/rdar-12586188/
TestRdar12586188.py 25 error=True, substrs = ['error: module importing failed: I do not want to be imported'])
27 error=True, substrs = ['error: module importing failed: Python error raised while importing module: I do not want to be imported'])
  /external/lldb/test/lang/c/bitfields/
TestBitfields.py 60 substrs = ['stopped',
65 substrs = [' resolved, hit count = 1'])
69 substrs = ['(uint32_t:1) b1 = 1',
81 substrs = ['(uint32_t:1) b1 = 1',
91 substrs = ['uint32_t', '1'])
93 substrs = ['uint32_t', '3'])
95 substrs = ['uint32_t', '7'])
97 substrs = ['uint32_t', '15'])
99 substrs = ['uint32_t', '31'])
101 substrs = ['uint32_t', '63']
    [all...]
  /external/lldb/test/lang/objc/real-definition/
TestRealDefinition.py 72 substrs = ['stopped',
77 substrs = [' resolved, hit count = 1'])
83 substrs = [' resolved, hit count = 1'])
87 substrs = ["(NSString *)", "foo->_bar->_hidden_ivar = 0x"])
100 substrs = ['stopped',
105 substrs = [' resolved, hit count = 1'])
111 substrs = [' resolved, hit count = 1'])
115 substrs = ["(NSString *)", "foo->_bar->_hidden_ivar = 0x"])
  /external/lldb/test/functionalities/data-formatter/rdar-13338477/
Test-rdar-13338477.py 45 substrs = ['stopped',
58 substrs = ['(int [3]) $',' = {','[0] = 1','[1] = 2','[2] = 3'])
61 substrs = ['01 00 00 00 02 00 00 00 03 00 00 00'])
63 substrs = ['0x000000030000000200000001'])
  /external/lldb/test/functionalities/dead-strip/
TestDeadStrip.py 48 substrs = ['stopped',
54 substrs = [' resolved, hit count = 1'])
60 substrs = ['stopped',
66 substrs = [' resolved, hit count = 1'])
  /external/lldb/test/lang/c/enum_types/
TestEnumTypes.py 46 substrs = ['stopped',
51 substrs = [' resolved, hit count = 1'])
56 substrs = ['enum days {',
81 substrs = [enum_value])
  /external/lldb/test/lang/c/forward/
TestForwardDeclaration.py 42 substrs = ['stopped',
47 substrs = [' resolved, hit count = 1'])
52 substrs = ['(bar) *bar_ptr = ',
58 substrs = ['(bar)',
  /external/lldb/test/lang/objc/foundation/
TestRuntimeTypes.py 43 substrs = ["a.out`-[MyString description]"])
49 substrs = ["(unsigned long long)"])
53 substrs = ["(id)", "$1"])
56 substrs = ["foo"])
  /external/lldb/test/functionalities/data-formatter/rdar-10887661/
TestRdar10887661.py 46 substrs = ['stopped',
67 substrs = ['r = 33',
75 substrs = ['...',
80 substrs = ['r = 33']);
86 substrs = ['r = 33']);
  /external/lldb/test/functionalities/inferior-changed/
TestInferiorChanged.py 59 substrs = ['stopped',
64 substrs = [stop_reason,
88 substrs = ['stopped',
93 substrs = ['= 7'])
95 substrs = ['= 7'])
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 57 substrs = ['stopped',
62 substrs = [' resolved, hit count = 1'])
79 substrs = ['a.out`string_not_empty',
88 substrs = ['(int (*)(const char *)) $0 = ', '(a.out`'])
95 substrs = ['(int (*)(const char *, ...)) $1 = '],
  /external/lldb/test/functionalities/register/
TestRegisters.py 76 substrs = ['stopped', 'stop reason = breakpoint'])
106 substrs = ['registers were unavailable'], matching = False)
111 substrs = ['invalid register set index: 3'], error = True)
126 substrs = [register + ' = 0x', 'ff0e'])
130 substrs = [register + ' = 0x'])
141 substrs = [register + ' = ', new_value])
194 self.expect("expr $ymm0", substrs = ['vector_type'])
203 substrs = ['unsigned int', ' = 0x'])
207 substrs = ['true'])
210 substrs = ['vector_type']
    [all...]

Completed in 322 milliseconds

1 23 4 5 6 7 8