Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/
H A DTestNamespaceLookup.py85 self.expect("expr -- func()", startstr="(int) $0 = 1")
89 self.expect("expr -- func(10)", startstr="(int) $2 = 11")
91 self.expect("expr -- ::func()", startstr="(int) $3 = 1")
102 self.expect("expr -- func()", startstr="(int) $7 = 3")
107 self.expect("expr -- func()", startstr="(int) $8 = 4")
164 self.expect("expr -- foo()", startstr="(int) $0 = 42")
175 self.expect("expr -- foo()", startstr="(int) $2 = 42")
196 self.expect("expr -- func()", startstr="(int) $0 = 2")
215 self.expect("expr -- func()", startstr="(int) $0 = 1")
261 self.expect("expr -- func()", startstr="(int) $0 = 3")
[all …]
H A DTestNamespace.py176 startstr="main.cpp:%d: (int) (anonymous namespace)::i = 3" %
183 startstr="main.cpp:%d: (int) A::B::j = 4" %
192 startstr='(int) A::B::j = 4',
199 startstr='(int) (anonymous namespace)::i = 3',
/llvm-project-15.0.7/lldb/test/API/lang/c/set_values/
H A DTestSetValues.py61 startstr="(char) i = 'a'")
68 startstr="(char) i = 'b'")
95 startstr="(long) i = 33")
102 startstr="(long) i = 33333")
112 startstr="(double) i = 2.25")
119 startstr="(double) i = 1.5")
129 startstr="(long double) i = 2.25")
136 startstr="(long double) i = 1.5")
/llvm-project-15.0.7/lldb/test/API/commands/expression/test/
H A DTestExprs2.py36 startstr="(int *) $0 = 0x")
41 startstr="(int) $1 = 5")
44 startstr="(int) $2 = 6")
49 startstr="(int) $3 = 23")
52 startstr="(int) $4 = 24")
70 startstr="(char *) $0 = 0x")
H A DTestExprs.py114 startstr="main.cpp")
117 startstr="main")
129 startstr="2.234")
131 startstr="double")
136 startstr="4")
141 startstr="'X'")
146 startstr="'Y'")
151 startstr="'Z'")
/llvm-project-15.0.7/lldb/test/API/lang/cpp/this/
H A DTestCPPThis.py35 startstr="(int) $0 = 2")
41 startstr="(int) $1 = 2")
44 startstr="(int) $2 = 2")
49 startstr="(int) $3 = 5")
54 startstr="(int) $4 = 2")
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py120 startstr='prompt (string) = "lldb2 "')
136 startstr="term-width (int) = 70")
192 startstr="auto-confirm (boolean) = true")
198 startstr="All breakpoints removed")
349 startstr="target.inherit-env (boolean) = true")
458 self.expect(output, exe=False, startstr=message)
528 startstr="term-width (int) = 60")
535 startstr='target.arg0 (string) = "cde"')
546 startstr='target.output-path (file) = ',
553 startstr='target.output-path (file) = ',
[all …]
/llvm-project-15.0.7/lldb/test/API/assert_messages_test/
H A DTestAssertMessages.py46 dict(startstr="dog", endstr="cat"),
59 dict(startstr=" prompt -- ", endstr="foo"),
86 dict(startstr="012", endstr="789", substrs=["345", "678"],
103 startstr="cat", endstr="rabbit", substrs=["abc", "def"]),
118 dict(startstr="cat", exe=False, msg="Reason for check goes here!"),
/llvm-project-15.0.7/lldb/test/API/lang/c/strings/
H A DTestCStrings.py27 startstr="(const char) $1 = 'x'")
31 startstr="(int) $2 = 5")
34 startstr="(const char) $3 = 'r'")
37 startstr="(const char) $4 = '\\0'")
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ids/
H A DTestBreakpointIDs.py37startstr="error: Invalid range: Ranges that specify particular breakpoint locations must be within…
43startstr="error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint…
49startstr="error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint…
52 startstr="2 breakpoints disabled.")
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A DTestConstStrings.py45 startstr="(int) $0 = 0")
47 startstr="(int) $1 = -1")
51 startstr="(int) $2 = 0")
54 startstr="(int) $3 = 3")
/llvm-project-15.0.7/lldb/test/API/commands/thread/select/
H A DTestThreadSelect.py13 self.expect("thread select -1", error=True, startstr="error: Invalid thread index '-1'")
14 …self.expect("thread select 0x1ffffffff", error=True, startstr="error: Invalid thread index '0x1fff…
16 … self.expect("thread select 0xffffffff", error=True, startstr="error: invalid thread #0xffffffff.")
/llvm-project-15.0.7/lldb/test/API/commands/process/signal/
H A DTestProcessSignal.py13 … self.expect("process signal az", error=True, startstr="error: Invalid signal argument 'az'.")
14 …self.expect("process signal 0x1ffffffff", error=True, startstr="error: Invalid signal argument '0x…
15 …self.expect("process signal 0xffffffff", error=True, startstr="error: Invalid signal argument '0xf…
/llvm-project-15.0.7/lldb/test/API/commands/breakpoint/command/list/
H A DTestBreakpointCommandList.py30 …self.expect("breakpoint command list 1", startstr="Breakpoint 1 does not have an associated comman…
36 self.expect("breakpoint command list 1", startstr="""Breakpoint 1:
42 …self.expect("breakpoint command list 2", error=True, startstr="error: '2' is not a currently valid…
/llvm-project-15.0.7/lldb/test/API/lang/cpp/rvalue-references/
H A DTestRvalueReferences.py30 startstr="(int &&",
34 startstr="(int) ",
47 startstr="(int) $1 = 6")
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A DTestPluginCommands.py67 error=True, startstr="error: 'plugin load' requires one argument")
69 error=True, startstr="error: 'plugin load' requires one argument")
74 error=True, startstr="error: no such file")
/llvm-project-15.0.7/lldb/test/API/commands/command/script/import/
H A DTestImport.py42 error=True, startstr="error: module importing failed: empty path")
44 … error=True, startstr="error: module importing failed: invalid pathname './nosuchfile.py'")
46 … error=True, startstr="error: module importing failed: invalid pathname './nosuchfolder/'")
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py64 startstr=b'x')
80 startstr='Does it work?')
101 startstr='lldb.SBProcess.ReadCStringFromMemory() works!')
177 startstr=b'a')
244 startstr='256')
253 startstr='256')
430 startstr=b'a')
439 startstr="'a'")
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py76 startstr='(int) val = 3')
113 startstr='(int) val = 1')
153 startstr='val == 3')
199 startstr='no_such_variable == not_this_one_either')
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hook/delete/
H A DTestTargetStopHookDelete.py11 startstr="error: invalid stop hook id: \"-1\".")
13 startstr="error: invalid stop hook id: \"abcdfx\".")
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hook/disable/
H A DTestTargetStopHookDisable.py11 startstr="error: invalid stop hook id: \"-1\".")
13 startstr="error: invalid stop hook id: \"abcdfx\".")
/llvm-project-15.0.7/lldb/test/API/commands/target/select/
H A DTestTargetSelect.py11 startstr="error: invalid index string value '-1'")
13 startstr="error: invalid index string value 'abcdfx'")
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hook/enable/
H A DTestTargetStopHookEnable.py11 startstr="error: invalid stop hook id: \"-1\".")
13 startstr="error: invalid stop hook id: \"abcdfx\".")
/llvm-project-15.0.7/lldb/test/API/lang/cpp/overloaded-functions/
H A DTestOverloadedFunctions.py19 startstr="(int) $0 = 2")
22 startstr="(int) $1 = 1")
/llvm-project-15.0.7/lldb/test/API/commands/target/modules/search-paths/insert/
H A DTestTargetModulesSearchpathsInsert.py15 startstr="error: <index> parameter is not an integer: '-1'.")
18 startstr="error: <index> parameter is not an integer: 'abcdefx'.")

123