Unbreak lldb invocations.

This commit is contained in:
Josh Matthews 2022-03-08 11:05:45 -05:00 committed by GitHub
parent ae9fa978fd
commit 93db99c74f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,8 +162,7 @@ class PostBuildCommands(CommandBase):
command = rustCommand
# Prepend the debugger args.
args = ([command] + self.debuggerInfo.args + ["--"]
+ args + params)
args = ([command] + self.debuggerInfo.args + args + params)
else:
args = args + params