Commit ce7bca7
authored
[LLDB][Save Core Options] Custom ranges should follow the same safety checks as everyone else (llvm#125323)
I encountered a `qMemoryRegionInfo not supported` error when capturing a
Minidump. This was surprising, and I started looking around I found
@jasonmolenda's fix in llvm#115963 and then realized I was not validated
anything from the custom ranges.1 parent 635ab51 commit ce7bca7
File tree
2 files changed
+41
-5
lines changed- lldb
- source/Target
- test/API/functionalities/process_save_core_minidump
2 files changed
+41
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6677 | 6677 | | |
6678 | 6678 | | |
6679 | 6679 | | |
6680 | | - | |
6681 | | - | |
6682 | | - | |
6683 | | - | |
6684 | | - | |
| 6680 | + | |
| 6681 | + | |
6685 | 6682 | | |
6686 | 6683 | | |
6687 | 6684 | | |
| |||
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
0 commit comments