HomeSort by relevance Sort by last modified time
    Searched full:startstr (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/lldb/test/expression_command/persistent_variables/
TestPersistentVariables.py 27 startstr = "(bool) $0 = true")
30 startstr = "(int) $1 = 6")
33 startstr = "(int) $2 = 8")
36 startstr = "(int) $3 = 14")
39 startstr = "(int) $3 = 14")
42 startstr = "(int) $2 = 8")
45 startstr = "(int) $4 = -2")
48 startstr = "(bool) $5 = false")
51 startstr = "(long) $6 = -2")
  /external/lldb/test/expression_command/radar_8638051/
Test8638051.py 25 startstr = "(int) $0 = 1")
29 startstr = "(int) $1 = 1")
35 startstr = "(int *) $2 = ")
  /external/lldb/test/expression_command/test/
TestExprs2.py 35 startstr = "(int *) $0 = 0x")
40 startstr = "(char *) $1 = 0x")
45 startstr = "(int) $2 = 5")
48 startstr = "(int) $3 = 6")
53 startstr = "(int) $4 = 23")
56 startstr = "(int) $5 = 24")
TestExprs.py 125 startstr = "main.cpp")
128 startstr = "main")
140 startstr = "2.234")
142 startstr = "double")
147 startstr = "4")
152 startstr = "'X'")
157 startstr = "'Y'")
162 startstr = "'Z'")
  /external/lldb/test/lang/cpp/static_members/
TestCPPStaticMembers.py 42 startstr = "(long) $0 = 10")
45 startstr = "(short) $1 = 1")
49 startstr = "(int) $2 = 4")
52 startstr = "(long) $3 = 2")
55 startstr = "(long) $4 = 2")
59 startstr = "error: use of undeclared identifier 's_d'")
63 startstr = "(char) $5 = \'\\x03\'")
66 startstr = "(long) $6 = 2")
  /external/lldb/test/lang/c/strings/
TestCStrings.py 44 startstr = "(const char) $1 = 'x'")
48 startstr = "(int) $2 = 5")
51 startstr = "(const char) $3 = 'r'")
54 startstr = "(const char) $4 = '\\0'")
  /external/lldb/test/functionalities/abbreviation/
TestAbbreviations.py 17 startstr = "The following built-in commands may relate to 'script':",
36 startstr = "The following is a list of built-in, permanent debugger commands:")
54 startstr = 'prompt (string) = "[with-three-trailing-spaces] "')
59 startstr = 'prompt (string) = "(lldb) "')
63 startstr = "Logging categories for ")
67 startstr = 'prompt (string) = "Sycamore> "')
71 startstr = 'prompt (string) = "(lldb) "')
114 startstr = "Breakpoint 1 does not have an associated command.")
117 startstr = 'All breakpoints disabled. (3 breakpoints)')
120 startstr = "All breakpoints enabled. (3 breakpoints)"
    [all...]
TestCommonShortSpellings.py 43 startstr = "target stop-hook add -o")
45 startstr = "target stop-hook add -o")
  /external/lldb/test/lang/cpp/this/
TestCPPThis.py 49 startstr = "(int) $0 = 2")
55 startstr = "(int) $1 = 2")
58 startstr = "(int) $2 = 2")
63 startstr = "(int) $3 = 5")
68 startstr = "(int) $4 = 2")
  /external/lldb/test/functionalities/breakpoint/breakpoint_ids/
TestBreakpointIDs.py 43 startstr = "error: Invalid range: Ranges that specify particular breakpoint locations must be within the same major breakpoint; you specified two different major breakpoints, 1 and 2.")
47 startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint location, or neither can specify a breakpoint location.")
51 startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint location, or neither can specify a breakpoint location.")
54 startstr = "2 breakpoints disabled.")
  /external/lldb/test/lang/objc/foundation/
TestConstStrings.py 52 startstr = "(int) $0 = 0")
54 startstr = "(int) $1 = -1")
58 startstr = "(int) $2 = 0")
61 startstr = "(int) $3 = 3")
  /external/lldb/test/lang/c/set_values/
TestSetValues.py 66 startstr = "(char) i = 'a'")
71 startstr = "(char) i = 'b'")
90 startstr = "(long) i = 33")
95 startstr = "(long) i = 33333")
102 startstr = "(double) i = 3.14159")
107 startstr = "(double) i = 3.14")
116 startstr = "(long double) i = 3.14159")
121 startstr = "(long double) i = 3.1")
  /external/lldb/test/lang/cpp/bool/
TestCPPBool.py 43 startstr = "(bool) $0 = false")
46 startstr = "(bool) $1 = true")
  /external/lldb/test/lang/cpp/overloaded-functions/
TestOverloadedFunctions.py 44 startstr = "(int) $0 = 2")
47 startstr = "(int) $1 = 1")
  /external/lldb/test/lang/cpp/static_methods/
TestCPPStaticMethods.py 45 startstr = "(int) $0 = 5")
48 startstr = "(int) $1 = 3")
  /external/lldb/test/lang/cpp/rvalue-references/
TestRvalueReferences.py 50 startstr = "(int &&",
54 startstr = "(int &&",
67 startstr = "(int) $1 = 6")
  /external/lldb/test/functionalities/breakpoint/breakpoint_locations/
TestBreakpointLocations.py 52 startstr = "error: '3' is not a valid breakpoint ID.")
56 startstr = "3 breakpoints disabled.")
67 startstr = "3 breakpoints enabled.")
71 startstr = "1 breakpoints disabled.")
  /external/lldb/test/expression_command/persistent_types/
TestPersistentTypes.py 27 startstr = "(int) $0 = 3")
35 startstr = "($bar) $1 = 5")
  /external/lldb/test/lang/objc/self/
TestObjCSelf.py 42 startstr = "(int) $0 = 2")
51 startstr = "(int) $1 = 5")
  /external/lldb/test/lang/cpp/namespace/
TestNamespace.py 71 startstr = "main.cpp:%d: (int) (anonymous namespace)::i = 3" % self.line_var_i)
76 startstr = "main.cpp:%d: (int) A::B::j = 4" % self.line_var_j)
84 startstr = '(int) A::B::j = 4',
89 startstr = '(int) (anonymous namespace)::i = 3',
96 startstr = "(int) $0 = 7")
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
TestWatchpointSetErrorCases.py 61 startstr = 'error: ')
65 startstr = 'error: expression did not evaluate to an address')
  /external/lldb/test/lang/cpp/call-function/
TestCallCPPFunction.py 44 startstr = "(int) $0 = 0")
  /external/lldb/test/settings/
TestSettings.py 88 startstr = 'prompt (string) = "lldb2 "')
104 startstr = "term-width (int) = 70")
148 startstr = "auto-confirm (boolean) = true")
154 startstr = "All breakpoints removed")
159 startstr = "auto-confirm (boolean) = false")
243 startstr = "target.inherit-env (boolean) = true")
283 startstr = 'target.error-path (file) = "stderr.txt"')
287 startstr = 'target.output-path (file) = "stdout.txt"')
300 startstr = "This message should go to standard error.")
311 startstr = "This message should go to standard out."
    [all...]
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 45 error=True, startstr='error: module importing failed')
47 error=True, startstr='error: module importing failed')
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 71 startstr = '(int (*)(const char *)) callback =')
99 startstr = '(int) $2 = 12')

Completed in 1529 milliseconds

1 2 3