Commit e4fbadb
committed
[lldb][ExpressionParser][NFC] Clean up expression language picking logic (llvm#156642)
This patch moves the `frame_lang` logic to just the logging (because
that's what it was always used for anyway). The callsites decide whether
to fall back on to the frame language or not when running the
expression.
(cherry picked from commit 25a3045)1 parent 18a6eb4 commit e4fbadb
File tree
1 file changed
+9
-13
lines changed- lldb/source/Plugins/ExpressionParser/Clang
1 file changed
+9
-13
lines changedLines changed: 9 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
| 582 | + | |
589 | 583 | | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
594 | 592 | | |
595 | | - | |
596 | 593 | | |
597 | 594 | | |
598 | | - | |
599 | 595 | | |
600 | 596 | | |
601 | 597 | | |
| |||
0 commit comments