Commit b96a6a1
File tree
Expand file treeCollapse file tree
13 files changed
+63
-10
lines changedFilter options
- lldb
- bindings/python
- docs
- include/lldb
- Symbol
- source
- Commands
- Core
- DataFormatters
- Plugins/TypeSystem/Clang
- ValueObject
- unittests
- Core
- Symbol
Expand file treeCollapse file tree
13 files changed
+63
-10
lines changedlldb/bindings/python/python-extensions.swig
Copy file name to clipboardExpand all lines: lldb/bindings/python/python-extensions.swig+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
594 | 594 |
|
595 | 595 |
|
596 | 596 |
|
| 597 | + |
597 | 598 |
|
598 | 599 |
|
599 | 600 |
|
|
lldb/docs/python_api_enums.rst
Copy file name to clipboardExpand all lines: lldb/docs/python_api_enums.rst+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
| 324 | + |
324 | 325 |
|
325 | 326 |
|
326 | 327 |
|
| ||
1045 | 1046 |
|
1046 | 1047 |
|
1047 | 1048 |
|
| 1049 | + |
1048 | 1050 |
|
1049 | 1051 |
|
1050 | 1052 |
|
|
lldb/include/lldb/Symbol/TypeSystem.h
Copy file name to clipboardExpand all lines: lldb/include/lldb/Symbol/TypeSystem.h+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
313 |
| - |
| 313 | + |
| 314 | + |
314 | 315 |
|
315 | 316 |
|
316 | 317 |
|
|
lldb/include/lldb/lldb-enumerations.h
Copy file name to clipboardExpand all lines: lldb/include/lldb/lldb-enumerations.h+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
206 | 210 |
|
207 | 211 |
|
208 | 212 |
|
| ||
837 | 841 |
|
838 | 842 |
|
839 | 843 |
|
840 |
| - |
| 844 | + |
| 845 | + |
841 | 846 |
|
842 | 847 |
|
843 | 848 |
|
|
lldb/source/Commands/CommandObjectMemory.cpp
Copy file name to clipboardExpand all lines: lldb/source/Commands/CommandObjectMemory.cpp+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| 159 | + |
159 | 160 |
|
160 | 161 |
|
161 | 162 |
|
| ||
1330 | 1331 |
|
1331 | 1332 |
|
1332 | 1333 |
|
| 1334 | + |
1333 | 1335 |
|
1334 | 1336 |
|
1335 | 1337 |
|
|
lldb/source/Core/DumpDataExtractor.cpp
Copy file name to clipboardExpand all lines: lldb/source/Core/DumpDataExtractor.cpp+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
321 |
| - |
| 321 | + |
| 322 | + |
322 | 323 |
|
323 | 324 |
|
324 | 325 |
|
325 | 326 |
|
326 | 327 |
|
327 | 328 |
|
328 |
| - |
| 329 | + |
329 | 330 |
|
330 | 331 |
|
331 | 332 |
|
| ||
335 | 336 |
|
336 | 337 |
|
337 | 338 |
|
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
338 | 343 |
|
339 | 344 |
|
340 | 345 |
|
| ||
653 | 658 |
|
654 | 659 |
|
655 | 660 |
|
| 661 | + |
656 | 662 |
|
657 | 663 |
|
658 | 664 |
|
| ||
665 | 671 |
|
666 | 672 |
|
667 | 673 |
|
668 |
| - |
669 |
| - |
| 674 | + |
| 675 | + |
670 | 676 |
|
671 | 677 |
|
672 | 678 |
|
|
lldb/source/DataFormatters/FormatManager.cpp
Copy file name to clipboardExpand all lines: lldb/source/DataFormatters/FormatManager.cpp+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
|
lldb/source/DataFormatters/VectorType.cpp
Copy file name to clipboardExpand all lines: lldb/source/DataFormatters/VectorType.cpp+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
| 59 | + |
58 | 60 |
|
59 | 61 |
|
60 | 62 |
|
|
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Copy file name to clipboardExpand all lines: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp+24-1Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
809 | 809 |
|
810 | 810 |
|
811 | 811 |
|
| 812 | + |
| 813 | + |
812 | 814 |
|
813 | 815 |
|
814 | 816 |
|
| ||
970 | 972 |
|
971 | 973 |
|
972 | 974 |
|
| 975 | + |
| 976 | + |
| 977 | + |
| 978 | + |
| 979 | + |
| 980 | + |
| 981 | + |
973 | 982 |
|
974 | 983 |
|
975 | 984 |
|
| ||
979 | 988 |
|
980 | 989 |
|
981 | 990 |
|
| 991 | + |
| 992 | + |
982 | 993 |
|
983 | 994 |
|
984 | 995 |
|
| ||
2068 | 2079 |
|
2069 | 2080 |
|
2070 | 2081 |
|
| 2082 | + |
| 2083 | + |
2071 | 2084 |
|
2072 | 2085 |
|
2073 | 2086 |
|
| ||
4737 | 4750 |
|
4738 | 4751 |
|
4739 | 4752 |
|
4740 |
| - |
| 4753 | + |
4741 | 4754 |
|
4742 | 4755 |
|
4743 | 4756 |
|
4744 | 4757 |
|
4745 | 4758 |
|
4746 | 4759 |
|
| 4760 | + |
| 4761 | + |
4747 | 4762 |
|
4748 | 4763 |
|
4749 | 4764 |
|
4750 | 4765 |
|
4751 | 4766 |
|
4752 | 4767 |
|
| 4768 | + |
| 4769 | + |
4753 | 4770 |
|
4754 | 4771 |
|
4755 | 4772 |
|
| ||
5222 | 5239 |
|
5223 | 5240 |
|
5224 | 5241 |
|
| 5242 | + |
| 5243 | + |
5225 | 5244 |
|
5226 | 5245 |
|
5227 | 5246 |
|
| ||
5545 | 5564 |
|
5546 | 5565 |
|
5547 | 5566 |
|
| 5567 | + |
| 5568 | + |
5548 | 5569 |
|
5549 | 5570 |
|
5550 | 5571 |
|
| ||
6106 | 6127 |
|
6107 | 6128 |
|
6108 | 6129 |
|
| 6130 | + |
6109 | 6131 |
|
6110 | 6132 |
|
6111 | 6133 |
|
| ||
8837 | 8859 |
|
8838 | 8860 |
|
8839 | 8861 |
|
| 8862 | + |
8840 | 8863 |
|
8841 | 8864 |
|
8842 | 8865 |
|
|
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
Copy file name to clipboardExpand all lines: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
826 | 826 |
|
827 | 827 |
|
828 | 828 |
|
829 |
| - |
| 829 | + |
| 830 | + |
830 | 831 |
|
831 | 832 |
|
832 | 833 |
|
|
lldb/source/ValueObject/ValueObject.cpp
Copy file name to clipboardExpand all lines: lldb/source/ValueObject/ValueObject.cpp+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1468 | 1468 |
|
1469 | 1469 |
|
1470 | 1470 |
|
1471 |
| - |
1472 |
| - |
| 1471 | + |
| 1472 | + |
| 1473 | + |
1473 | 1474 |
|
1474 | 1475 |
|
1475 | 1476 |
|
|
lldb/unittests/Core/DumpDataExtractorTest.cpp
Copy file name to clipboardExpand all lines: lldb/unittests/Core/DumpDataExtractorTest.cpp+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
| 166 | + |
| 167 | + |
| 168 | + |
166 | 169 |
|
167 | 170 |
|
168 | 171 |
|
| ||
388 | 391 |
|
389 | 392 |
|
390 | 393 |
|
| 394 | + |
| 395 | + |
| 396 | + |
391 | 397 |
|
392 | 398 |
|
393 | 399 |
|
|
lldb/unittests/Symbol/TestTypeSystemClang.cpp
Copy file name to clipboardExpand all lines: lldb/unittests/Symbol/TestTypeSystemClang.cpp+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
| 80 | + |
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
|
0 commit comments