Lines Matching refs:server
14 # # Query the debuginfod server for artifacts
15 # RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-cmd 'llvm-debuginfod -v -c 3 %S/Inputs' \
18 # RUN: DEBUGINFOD_CACHE_PATH=%t %python %s --server-cmd 'llvm-debuginfod -v -c 3 %S/Inputs' \
21 # Debuginfod server does not yet support source files
24 # # the server.
35 # the debuginfod server.
36 # It first stands up the debuginfod server and then executes the tool.
37 # This way the tool can make debuginfod HTTP requests to the debuginfod server.
45 # Starts the server and obtains the port number from the first line of stdout.
46 # Waits until the server has completed one full directory scan before returning.
65 # Starts the server with the specified args (if nonempty), then runs the tool
68 # Sets the DEBUGINFOD_URLS env var to point at the local server.
88 print('nontrivial server return code %s' % server_code, file=sys.stderr)
100 …parser.add_argument('--server-cmd', default='', help='Command to start the server. If not present,…