Commit 89fe40a
committed
[lldb][NFC] Make GetVariableNotCapturedDiagnostic a member of StackFrame
This NFC commit moves the function GetVariableNotCapturedDiagnostic into
StackFrame, so that it may be shared between the DIL and Legacy
implementations of `GetValueForVariableExpressionPath`.1 parent 2fd48a7 commit 89fe40a
File tree
2 files changed
+17
-13
lines changed- lldb
- include/lldb/Target
- source/Target
2 files changed
+17
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
536 | 547 | | |
537 | 548 | | |
538 | 549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
492 | 485 | | |
493 | 486 | | |
494 | 487 | | |
495 | | - | |
| 488 | + | |
496 | 489 | | |
497 | 490 | | |
498 | 491 | | |
| |||
708 | 701 | | |
709 | 702 | | |
710 | 703 | | |
711 | | - | |
712 | | - | |
| 704 | + | |
| 705 | + | |
713 | 706 | | |
714 | 707 | | |
715 | 708 | | |
| |||
0 commit comments