Searched refs:runCmd (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | concurrent_base.py | 112 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 137 self.runCmd("run", RUN_SUCCEEDED) 145 self.runCmd("watchpoint set variable g_watchme") 163 self.runCmd("expr num_breakpoint_threads=%d" % num_breakpoint_threads) 164 self.runCmd("expr num_crash_threads=%d" % num_crash_threads) 165 self.runCmd("expr num_signal_threads=%d" % num_signal_threads) 166 self.runCmd("expr num_watchpoint_threads=%d" % num_watchpoint_threads) 168 self.runCmd( 171 self.runCmd( 174 self.runCmd( [all …]
|
| H A D | lldbgdbclient.py | 96 self.runCmd("platform select remote-gdb-server") 97 self.runCmd("platform connect " + self.server.get_connect_url())
|
| H A D | lldbtest.py | 1228 self.runCmd('platform get-file "/proc/cpuinfo" ' + cpuinfo_path) 1821 self.runCmd(s) 1973 self.runCmd('thread list') 1981 self.runCmd('thread select %s' % matched.group(1)) 1983 def runCmd(self, cmd, msg=None, check=True, trace=False, inHistory=False): member in TestBase 2052 self.runCmd( 2216 self.runCmd( 2327 self.runCmd(
|
| H A D | README-TestSuite | 122 the runCmd & expect. Unless you are actually testing some feature 125 suite that use runCmd where they shouldn't, but don't copy them,
|
| H A D | lldbutil.py | 823 test.runCmd('settings set target.env-vars {}'.format(
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | TestMPXTable.py | 37 self.runCmd(plugin_command) 40 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 50 self.runCmd("run", RUN_SUCCEEDED) 127 self.runCmd(plugin_command) 130 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 134 self.runCmd("run", RUN_SUCCEEDED)
|
| /openbsd-src/gnu/llvm/lldb/docs/testsuite/ |
| H A D | a-detailed-walkthrough.txt | 79 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 82 self.runCmd("settings set target.process.output-path 'stdout.txt'") 86 self.runCmd("run", RUN_SUCCEEDED) 111 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 113 The runCmd() method is defined in the TestBase base class and its purpose is to 120 By default, the runCmd() is going to check the return status of the command 132 self.runCmd("settings set target.process.output-path '%s'" %stdout) 141 expect() to accomplish the task, which in effect issues a runCmd() behind the 156 self.runCmd("run", RUN_SUCCEEDED)
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | .lldb-loggings | 12 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
|
| H A D | usage-lldb-loggings | 33 self.runCmd("log enable -f %s gdb-remote packets process" % dest) 97 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
|