hilda 3.2.1__tar.gz → 3.2.2__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.
- {hilda-3.2.1 → hilda-3.2.2}/PKG-INFO +1 -1
- {hilda-3.2.1 → hilda-3.2.2}/hilda/_version.py +3 -3
- {hilda-3.2.1 → hilda-3.2.2}/hilda/symbols.py +1 -1
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/PKG-INFO +1 -1
- {hilda-3.2.1 → hilda-3.2.2}/.github/workflows/python-app.yml +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/.github/workflows/python-publish.yml +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/.gitignore +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/.pre-commit-config.yaml +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/LICENSE +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/README.md +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/gifs/.gitattributes +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/gifs/ui.png +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/gifs/xpc_print_message.gif +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/__init__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/__main__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/breakpoints.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/cli.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/common.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/decorators.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/exceptions.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/hilda_client.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ipython_extensions/events.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ipython_extensions/keybindings.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ipython_extensions/magics.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/launch_lldb.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/lldb_entrypoint.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/lldb_importer.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/from_ns_to_json.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/get_objectivec_class_by_module.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/get_objectivec_class_description.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/get_objectivec_symbol_data.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/lsof.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c/to_ns_from_json.m +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c_class.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/objective_c_symbol.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/registers.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/__init__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/boringssl.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/collections.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/dyld.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/fs_utils.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/libmalloc.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/mach/CFRunLoopServiceMachPort_hooks.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/mach/__init__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/__init__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/all_image_infos.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/apple_version.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/image_info.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/macho.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/macho/macho_load_commands.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/remotepairingd.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/syslog.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/uuid.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/snippets/xpc.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/symbol.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ui/colors.json +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ui/ui_manager.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/ui/views.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda/watchpoints.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/SOURCES.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/dependency_links.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/entry_points.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/requires.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/hilda.egg-info/top_level.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/pyproject.toml +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/requirements.txt +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/setup.cfg +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/__init__.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/conftest.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_hilda_client/test_from_ns.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_hilda_client/test_hilda_client.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_hilda_client/test_monitor.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_hilda_client/test_ns.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_hilda_client/test_registers.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_snippets/test_xpc.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_symbols/test_objective_c_class.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_symbols/test_objective_c_symbol.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_symbols/test_symbol.py +0 -0
- {hilda-3.2.1 → hilda-3.2.2}/tests/test_symbols/test_symbol_list.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hilda
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: LLDB wrapped and empowered by iPython's features
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 2,
|
|
31
|
+
__version__ = version = '3.2.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 2, 2)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g41d3a782e'
|
|
@@ -296,7 +296,7 @@ class SymbolList:
|
|
|
296
296
|
for lldb_symbol_context in lldb_symbol_context_list:
|
|
297
297
|
symbol = self._get_lldb_symbol(lldb_symbol_context.symbol)
|
|
298
298
|
if symbol is None:
|
|
299
|
-
|
|
299
|
+
# Ignoring symbol - failed to convert
|
|
300
300
|
continue
|
|
301
301
|
|
|
302
302
|
if address is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hilda
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: LLDB wrapped and empowered by iPython's features
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
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
|
|
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
|
|
File without changes
|