Home
last modified time | relevance | path

Searched defs:sourceInitFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Dlldbdap_testcase.py302 attach( self, program=None, pid=None, waitFor=None, trace=None, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, attachCommands=None, coreFile=None, disconnectAutomatically=True, terminateCommands=None, postRunCommands=None, sourceMap=None, sourceInitFile=False, expectFailure=False, gdbRemotePort=None, gdbRemoteHostname=None, ) global() argument
364 launch( self, program=None, args=None, cwd=None, env=None, stopOnEntry=False, disableASLR=True, disableSTDIO=False, shellExpandArguments=False, trace=False, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, terminateCommands=None, sourcePath=None, debuggerRoot=None, sourceInitFile=False, launchCommands=None, sourceMap=None, disconnectAutomatically=True, runInTerminal=False, expectFailure=False, postRunCommands=None, enableAutoVariableSummaries=False, enableSyntheticChildDebugging=False, commandEscapePrefix=None, customFrameFormat=None, customThreadFormat=None, ) global() argument
446 build_and_launch( self, program, args=None, cwd=None, env=None, stopOnEntry=False, disableASLR=True, disableSTDIO=False, shellExpandArguments=False, trace=False, initCommands=None, preRunCommands=None, stopCommands=None, exitCommands=None, terminateCommands=None, sourcePath=None, debuggerRoot=None, sourceInitFile=False, runInTerminal=False, disconnectAutomatically=True, postRunCommands=None, lldbDAPEnv=None, enableAutoVariableSummaries=False, enableSyntheticChildDebugging=False, commandEscapePrefix=None, customFrameFormat=None, customThreadFormat=None, launchCommands=None, expectFailure=False, ) global() argument
H A Ddap_server.py710 request_initialize(self, sourceInitFile) global() argument