diff options
| author | ruki <[email protected]> | 2016-07-16 21:37:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-16 21:37:03 +0800 |
| commit | b5f21a05b1cdaf46314238b4cc665976294df1da (patch) | |
| tree | 7ee3bf99ac2639527c4ed372dffa39665c07b1e0 /xmake/tools/gdb.lua | |
| parent | 492f6afdc076fa39377262e8f92a0b96c00c2ad4 (diff) | |
fix lldb and gdb arguments bugv2.0.3
Diffstat (limited to 'xmake/tools/gdb.lua')
| -rw-r--r-- | xmake/tools/gdb.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/tools/gdb.lua b/xmake/tools/gdb.lua index 9bd0bbd46..0d197a775 100644 --- a/xmake/tools/gdb.lua +++ b/xmake/tools/gdb.lua @@ -39,6 +39,7 @@ end function run(shellname, argv) -- patch arguments + argv = argv or {} table.insert(argv, 1, shellname) table.insert(argv, 1, "--args") |
