pykdebugparser 1.2.4__tar.gz → 1.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/PKG-INFO +12 -5
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/bsd.py +8 -1
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/PKG-INFO +12 -5
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pyproject.toml +4 -3
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/LICENSE +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/README.md +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/__init__.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/__main__.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/callstacks_parser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/kd_buf_parser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/kevent.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/os_log_event.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/pykdebugparser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace.codes +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_codes.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/__init__.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/dyld.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/fsystem.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/mach.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/perf.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/trace.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/trace_handlers/turnstile.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser/traces_parser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/SOURCES.txt +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/dependency_links.txt +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/entry_points.txt +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/requires.txt +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/pykdebugparser.egg-info/top_level.txt +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/setup.cfg +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/callstacks/test_callstacks_parser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/conftest.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/test_kevent.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/test_os_log_event.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/test_pykdebugparser.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/test_trace_codes.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_bsd.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_dyld.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_mach.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_perf.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_trace.py +0 -0
- {pykdebugparser-1.2.4 → pykdebugparser-1.2.6}/tests/traces/test_turnstile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pykdebugparser
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: Python parser for kdebug events
|
|
5
5
|
Author: Matan Perelman
|
|
6
6
|
Author-email: matan1008@gmail.com
|
|
@@ -28,15 +28,22 @@ License: MIT License
|
|
|
28
28
|
|
|
29
29
|
Project-URL: Homepage, https://github.com/matan1008/pykdebugparser
|
|
30
30
|
Project-URL: Source, https://github.com/matan1008/pykdebugparser
|
|
31
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
32
31
|
Classifier: Programming Language :: Python :: 3.8
|
|
33
32
|
Classifier: Programming Language :: Python :: 3.9
|
|
34
33
|
Classifier: Programming Language :: Python :: 3.10
|
|
35
34
|
Classifier: Programming Language :: Python :: 3.11
|
|
36
|
-
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
37
|
+
Requires-Python: >=3.8
|
|
37
38
|
Description-Content-Type: text/markdown
|
|
38
|
-
Provides-Extra: testing
|
|
39
39
|
License-File: LICENSE
|
|
40
|
+
Requires-Dist: construct
|
|
41
|
+
Requires-Dist: pygments
|
|
42
|
+
Requires-Dist: click
|
|
43
|
+
Requires-Dist: termcolor
|
|
44
|
+
Provides-Extra: testing
|
|
45
|
+
Requires-Dist: pytest; extra == "testing"
|
|
46
|
+
Dynamic: license-file
|
|
40
47
|
|
|
41
48
|
[](https://github.com/matan1008/pykdebugparser/actions/workflows/python-app.yml "Python application action")
|
|
42
49
|
[](https://pypi.org/project/pykdebugparser/ "PyPi package")
|
|
@@ -189,6 +189,8 @@ class PriorityWhich(enum.Enum):
|
|
|
189
189
|
PRIO_DARWIN_PROCESS = 4
|
|
190
190
|
PRIO_DARWIN_GPU = 5
|
|
191
191
|
PRIO_DARWIN_ROLE = 6
|
|
192
|
+
PRIO_DARWIN_GAME_MODE = 7
|
|
193
|
+
PRIO_DARWIN_CARPLAY_MODE = 8
|
|
192
194
|
|
|
193
195
|
|
|
194
196
|
class SocketOptionName(enum.Enum):
|
|
@@ -320,7 +322,12 @@ class ProcInfoCall(enum.Enum):
|
|
|
320
322
|
PROC_INFO_CALL_CANUSEFGHW = 0xc
|
|
321
323
|
PROC_INFO_CALL_PIDDYNKQUEUEINFO = 0xd
|
|
322
324
|
PROC_INFO_CALL_UDATA_INFO = 0xe
|
|
323
|
-
|
|
325
|
+
PROC_INFO_CALL_SET_DYLD_IMAGES = 0xf
|
|
326
|
+
PROC_INFO_CALL_TERMINATE_RSR = 0x10
|
|
327
|
+
PROC_INFO_CALL_SIGNAL_AUDITTOKEN = 0x11
|
|
328
|
+
PROC_INFO_CALL_TERMINATE_AUDITTOKEN = 0x12
|
|
329
|
+
PROC_INFO_CALL_DELEGATE_SIGNAL = 0x13
|
|
330
|
+
PROC_INFO_CALL_DELEGATE_TERMINATE = 0x14
|
|
324
331
|
|
|
325
332
|
|
|
326
333
|
class FsSnapshotOp(enum.Enum):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pykdebugparser
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: Python parser for kdebug events
|
|
5
5
|
Author: Matan Perelman
|
|
6
6
|
Author-email: matan1008@gmail.com
|
|
@@ -28,15 +28,22 @@ License: MIT License
|
|
|
28
28
|
|
|
29
29
|
Project-URL: Homepage, https://github.com/matan1008/pykdebugparser
|
|
30
30
|
Project-URL: Source, https://github.com/matan1008/pykdebugparser
|
|
31
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
32
31
|
Classifier: Programming Language :: Python :: 3.8
|
|
33
32
|
Classifier: Programming Language :: Python :: 3.9
|
|
34
33
|
Classifier: Programming Language :: Python :: 3.10
|
|
35
34
|
Classifier: Programming Language :: Python :: 3.11
|
|
36
|
-
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
37
|
+
Requires-Python: >=3.8
|
|
37
38
|
Description-Content-Type: text/markdown
|
|
38
|
-
Provides-Extra: testing
|
|
39
39
|
License-File: LICENSE
|
|
40
|
+
Requires-Dist: construct
|
|
41
|
+
Requires-Dist: pygments
|
|
42
|
+
Requires-Dist: click
|
|
43
|
+
Requires-Dist: termcolor
|
|
44
|
+
Provides-Extra: testing
|
|
45
|
+
Requires-Dist: pytest; extra == "testing"
|
|
46
|
+
Dynamic: license-file
|
|
40
47
|
|
|
41
48
|
[](https://github.com/matan1008/pykdebugparser/actions/workflows/python-app.yml "Python application action")
|
|
42
49
|
[](https://pypi.org/project/pykdebugparser/ "PyPi package")
|
|
@@ -4,22 +4,23 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pykdebugparser"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.6"
|
|
8
8
|
description = "Python parser for kdebug events"
|
|
9
9
|
readme.file = "README.md"
|
|
10
10
|
readme.content-type = "text/markdown"
|
|
11
|
-
requires-python = ">=3.
|
|
11
|
+
requires-python = ">=3.8"
|
|
12
12
|
license = {file = "LICENSE"}
|
|
13
13
|
authors = [
|
|
14
14
|
{email = "matan1008@gmail.com"},
|
|
15
15
|
{name = "Matan Perelman"},
|
|
16
16
|
]
|
|
17
17
|
classifiers = [
|
|
18
|
-
"Programming Language :: Python :: 3.7",
|
|
19
18
|
"Programming Language :: Python :: 3.8",
|
|
20
19
|
"Programming Language :: Python :: 3.9",
|
|
21
20
|
"Programming Language :: Python :: 3.10",
|
|
22
21
|
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
23
24
|
]
|
|
24
25
|
dependencies = [
|
|
25
26
|
"construct",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|