Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup
This commit is contained in:
commit
18ee04b3df
77 changed files with 1213 additions and 592 deletions
|
|
@ -143,8 +143,8 @@ pub fn compiletest(build: &Build,
|
|||
cmd.arg("--lldb-python").arg(python_default);
|
||||
}
|
||||
|
||||
if let Some(ref vers) = build.gdb_version {
|
||||
cmd.arg("--gdb-version").arg(vers);
|
||||
if let Some(ref gdb) = build.config.gdb {
|
||||
cmd.arg("--gdb").arg(gdb);
|
||||
}
|
||||
if let Some(ref vers) = build.lldb_version {
|
||||
cmd.arg("--lldb-version").arg(vers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue