mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
33df7cd345e926f63c02c29bcaa5826dea84f265
in the "dummy-target". The dummy target breakpoints prime all future targets. Breakpoints set before any target is created (e.g. breakpoints in ~/.lldbinit) automatically get set in the dummy target. You can also list, add & delete breakpoints from the dummy target using the "-D" flag, which is supported by most of the breakpoint commands. This removes a long-standing wart in lldb... <rdar://problem/10881487> llvm-svn: 223565
XFAILing suppression tests on Android. The suppression files are not being transfered to the device.
…
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%