Commit fdbeca5
committed
[lldb/crashlog] Always load register context for non-crashed threads
This patch change the current crashlog behavior to always load the
register context, even for the non-crashed threads.
This is cheap to compute since it doesn't requires any module loading
and can be helful to investigate some crashes.
rdar://149481943
Signed-off-by: Med Ismail Bennani <[email protected]>1 parent c83fa6b commit fdbeca5
File tree
2 files changed
+4
-9
lines changed- lldb/examples/python
2 files changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 126 | | |
132 | 127 | | |
133 | 128 | | |
| |||
0 commit comments