You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #159455 - Kobzol:bootstrap-discover-lldb, r=jieyouxu
Implement opt-in debugger discovery for GDB and LLDB in bootstrap
GDB and LLDB is no longer automatically auto-discovered, you can opt into the previous behavior using `build.gdb/lldb = "discover"`.
Note: this means that unless you opt into using a specific debugger, you won't run any `debuginfo` tests by default (except for `cdb`, which is still automatically detected).
r? @jieyouxu
summary:"A new `build.sde` configuration option has been added to support intrinsic-test.",
653
653
},
654
+
ChangeInfo{
655
+
change_id:159455,
656
+
severity:ChangeSeverity::Warning,
657
+
summary:"GDB and LLDB are no longer automatically discovered from the environment. If you want to use path discovery for them, you can opt in using `build.gdb = \"discover\"` or `build.lldb = \"discover\"`.",
0 commit comments