summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-03-27 16:11:26 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-03-27 16:11:26 +0200
commit3157fa182accab86a4dea45edbcbca4eb5157723 (patch)
tree9ba82e0c489eb91efbf1e5863c5a98a29b5ea8c3 /mysql-test/lib
parent480a06718d137c9ee7784012ccb609b9e79ff08c (diff)
parent48141f3c1787de941d969ad1e6675611b2b650c2 (diff)
downloadmariadb-git-3157fa182accab86a4dea45edbcbca4eb5157723.tar.gz
Merge 10.2 into 10.3
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/My/Debugger.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/My/Debugger.pm b/mysql-test/lib/My/Debugger.pm
index a2d5f2a5435..7331238e1c8 100644
--- a/mysql-test/lib/My/Debugger.pm
+++ b/mysql-test/lib/My/Debugger.pm
@@ -61,7 +61,7 @@ my %debuggers = (
lldb => {
term => 1,
options => '-s {script} {exe}',
- script => 'process launch --stop-at-entry {args}',
+ script => 'process launch --stop-at-entry -- {args}',
},
valgrind => {
options => '--tool=memcheck --show-reachable=yes --leak-check=yes --num-callers=16 --quiet --suppressions='.cwd().'/valgrind.supp {exe} {args} --loose-wait-for-pos-timeout=1500',