Home
last modified time | relevance | path

Searched refs:startstr (Results 1 – 25 of 47) sorted by relevance

12

/external/lldb/test/expression_command/persistent_variables/
DTestPersistentVariables.py27 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/functionalities/abbreviation/
DTestAbbreviations.py17 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 …]
DTestCommonShortSpellings.py43 startstr = "target stop-hook add -o")
45 startstr = "target stop-hook add -o")
/external/lldb/test/lang/cpp/static_members/
DTestCPPStaticMembers.py42 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/expression_command/test/
DTestExprs2.py35 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")
DTestExprs.py125 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/settings/
DTestSettings.py88 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/lang/c/set_values/
DTestSetValues.py66 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/this/
DTestCPPThis.py49 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/lang/cpp/namespace/
DTestNamespace.py71 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/lang/c/strings/
DTestCStrings.py44 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/breakpoint/breakpoint_ids/
DTestBreakpointIDs.py43startstr = "error: Invalid range: Ranges that specify particular breakpoint locations must be with…
47startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoi…
51startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoi…
54 startstr = "2 breakpoints disabled.")
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
DTestBreakpointLocations.py52 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/lang/objc/foundation/
DTestConstStrings.py52 startstr = "(int) $0 = 0")
54 startstr = "(int) $1 = -1")
58 startstr = "(int) $2 = 0")
61 startstr = "(int) $3 = 3")
/external/lldb/test/expression_command/radar_8638051/
DTest8638051.py25 startstr = "(int) $0 = 1")
29 startstr = "(int) $1 = 1")
35 startstr = "(int *) $2 = ")
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py121 startstr = "lldb")
127 startstr = "lldb")
140 startstr = "Breakpoint 1 does not have an associated command.")
142 startstr = "error: '2' is not a currently valid breakpoint id.")
199 startstr = "frame #0:",
/external/lldb/test/lang/cpp/rvalue-references/
DTestRvalueReferences.py50 startstr = "(int &&",
54 startstr = "(int &&",
67 startstr = "(int) $1 = 6")
/external/lldb/test/python_api/process/
DTestProcessAPI.py112 startstr = 'x')
125 startstr = 'Does it work?')
142 startstr = 'lldb.SBProcess.ReadCStringFromMemory() works!')
209 startstr = 'a')
270 startstr = '256')
277 startstr = '256')
/external/lldb/test/expression_command/persistent_types/
DTestPersistentTypes.py27 startstr = "(int) $0 = 3")
35 startstr = "($bar) $1 = 5")
/external/lldb/test/lang/cpp/bool/
DTestCPPBool.py43 startstr = "(bool) $0 = false")
46 startstr = "(bool) $1 = true")
/external/lldb/test/lang/cpp/overloaded-functions/
DTestOverloadedFunctions.py44 startstr = "(int) $0 = 2")
47 startstr = "(int) $1 = 1")
/external/lldb/test/lang/cpp/static_methods/
DTestCPPStaticMethods.py45 startstr = "(int) $0 = 5")
48 startstr = "(int) $1 = 3")
/external/lldb/test/lang/objc/self/
DTestObjCSelf.py42 startstr = "(int) $0 = 2")
51 startstr = "(int) $1 = 5")
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
DTestWatchpointSetErrorCases.py61 startstr = 'error: ')
65 startstr = 'error: expression did not evaluate to an address')
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py87 startstr = '(int) val = 3')
118 startstr = '(int) val = 1')
173 startstr = 'val == 3')

12