| /llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespaceLookup.py | 85 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 D | TestNamespace.py | 176 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 D | TestSetValues.py | 61 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 D | TestExprs2.py | 36 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 D | TestExprs.py | 114 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 D | TestCPPThis.py | 35 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 D | TestSettings.py | 120 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 D | TestAssertMessages.py | 46 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 D | TestCStrings.py | 27 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 D | TestBreakpointIDs.py | 37 …startstr="error: Invalid range: Ranges that specify particular breakpoint locations must be within… 43 …startstr="error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint… 49 …startstr="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 D | TestConstStrings.py | 45 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 D | TestThreadSelect.py | 13 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 D | TestProcessSignal.py | 13 … 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 D | TestBreakpointCommandList.py | 30 …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 D | TestRvalueReferences.py | 30 startstr="(int &&", 34 startstr="(int) ", 47 startstr="(int) $1 = 6")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/ |
| H A D | TestPluginCommands.py | 67 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 D | TestImport.py | 42 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 D | TestProcessAPI.py | 64 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 D | TestBreakpointConditions.py | 76 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 D | TestTargetStopHookDelete.py | 11 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 D | TestTargetStopHookDisable.py | 11 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 D | TestTargetSelect.py | 11 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 D | TestTargetStopHookEnable.py | 11 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 D | TestOverloadedFunctions.py | 19 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 D | TestTargetModulesSearchpathsInsert.py | 15 startstr="error: <index> parameter is not an integer: '-1'.") 18 startstr="error: <index> parameter is not an integer: 'abcdefx'.")
|