Commit fcee033
authored
[lldb] Suppress unsupported language warning for assembly (#95871)
The following warning is technically correct, but pretty much useless,
since there aren't any frame variables that we'd expect the debugger to
understand.
> This version of LLDB has no plugin for the language "assembler".
> Inspection of frame variables will be limited.
This message is useful in the general case but should be suppressed for
the "assembler" case.
rdar://927454621 parent da0e535 commit fcee033
File tree
2 files changed
+15
-4
lines changed- lldb
- source/Target
- test/Shell/Process
2 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5924 | 5924 | | |
5925 | 5925 | | |
5926 | 5926 | | |
5927 | | - | |
| 5927 | + | |
| 5928 | + | |
| 5929 | + | |
5928 | 5930 | | |
5929 | 5931 | | |
5930 | 5932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 | | |
8 | | - | |
| 17 | + | |
0 commit comments