Added missed ' -- ' between the end of the lldb command options and the beginning of the arguments.
This commit is contained in:
parent
b58b289827
commit
0e96570171
@ -61,7 +61,7 @@ my %debuggers = (
|
|||||||
lldb => {
|
lldb => {
|
||||||
term => 1,
|
term => 1,
|
||||||
options => '-s {script} {exe}',
|
options => '-s {script} {exe}',
|
||||||
script => 'process launch --stop-at-entry {args}',
|
script => 'process launch --stop-at-entry -- {args}',
|
||||||
},
|
},
|
||||||
valgrind => {
|
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',
|
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user