hilda 1.4.2__tar.gz → 1.4.3__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.
Files changed (74) hide show
  1. {hilda-1.4.2 → hilda-1.4.3}/PKG-INFO +1 -1
  2. {hilda-1.4.2 → hilda-1.4.3}/hilda/_version.py +2 -2
  3. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c_class.py +2 -1
  4. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/PKG-INFO +1 -1
  5. {hilda-1.4.2 → hilda-1.4.3}/.github/workflows/python-app.yml +0 -0
  6. {hilda-1.4.2 → hilda-1.4.3}/.github/workflows/python-publish.yml +0 -0
  7. {hilda-1.4.2 → hilda-1.4.3}/.gitignore +0 -0
  8. {hilda-1.4.2 → hilda-1.4.3}/LICENSE +0 -0
  9. {hilda-1.4.2 → hilda-1.4.3}/README.md +0 -0
  10. {hilda-1.4.2 → hilda-1.4.3}/gifs/.gitattributes +0 -0
  11. {hilda-1.4.2 → hilda-1.4.3}/gifs/ui.png +0 -0
  12. {hilda-1.4.2 → hilda-1.4.3}/gifs/xpc_print_message.gif +0 -0
  13. {hilda-1.4.2 → hilda-1.4.3}/hilda/__init__.py +0 -0
  14. {hilda-1.4.2 → hilda-1.4.3}/hilda/__main__.py +0 -0
  15. {hilda-1.4.2 → hilda-1.4.3}/hilda/common.py +0 -0
  16. {hilda-1.4.2 → hilda-1.4.3}/hilda/exceptions.py +0 -0
  17. {hilda-1.4.2 → hilda-1.4.3}/hilda/hilda_ascii_art.html +0 -0
  18. {hilda-1.4.2 → hilda-1.4.3}/hilda/hilda_client.py +0 -0
  19. {hilda-1.4.2 → hilda-1.4.3}/hilda/launch_lldb.py +0 -0
  20. {hilda-1.4.2 → hilda-1.4.3}/hilda/lldb_entrypoint.py +0 -0
  21. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/from_ns_to_json.m +0 -0
  22. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/get_objectivec_class_by_module.m +0 -0
  23. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/get_objectivec_class_description.m +0 -0
  24. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/get_objectivec_symbol_data.m +0 -0
  25. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/lsof.m +0 -0
  26. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c/to_ns_from_json.m +0 -0
  27. {hilda-1.4.2 → hilda-1.4.3}/hilda/objective_c_symbol.py +0 -0
  28. {hilda-1.4.2 → hilda-1.4.3}/hilda/registers.py +0 -0
  29. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/__init__.py +0 -0
  30. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/boringssl.py +0 -0
  31. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/collections.py +0 -0
  32. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/dyld.py +0 -0
  33. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/fs_utils.py +0 -0
  34. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/mach/CFRunLoopServiceMachPort_hooks.py +0 -0
  35. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/mach/__init__.py +0 -0
  36. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/__init__.py +0 -0
  37. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/all_image_infos.py +0 -0
  38. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/apple_version.py +0 -0
  39. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/image_info.py +0 -0
  40. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/macho.py +0 -0
  41. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/macho/macho_load_commands.py +0 -0
  42. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/remotepairingd.py +0 -0
  43. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/syslog.py +0 -0
  44. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/uuid.py +0 -0
  45. {hilda-1.4.2 → hilda-1.4.3}/hilda/snippets/xpc.py +0 -0
  46. {hilda-1.4.2 → hilda-1.4.3}/hilda/symbol.py +0 -0
  47. {hilda-1.4.2 → hilda-1.4.3}/hilda/symbols_jar.py +0 -0
  48. {hilda-1.4.2 → hilda-1.4.3}/hilda/ui/colors.json +0 -0
  49. {hilda-1.4.2 → hilda-1.4.3}/hilda/ui/ui_manager.py +0 -0
  50. {hilda-1.4.2 → hilda-1.4.3}/hilda/ui/views.py +0 -0
  51. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/SOURCES.txt +0 -0
  52. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/dependency_links.txt +0 -0
  53. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/entry_points.txt +0 -0
  54. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/requires.txt +0 -0
  55. {hilda-1.4.2 → hilda-1.4.3}/hilda.egg-info/top_level.txt +0 -0
  56. {hilda-1.4.2 → hilda-1.4.3}/pyproject.toml +0 -0
  57. {hilda-1.4.2 → hilda-1.4.3}/requirements.txt +0 -0
  58. {hilda-1.4.2 → hilda-1.4.3}/setup.cfg +0 -0
  59. {hilda-1.4.2 → hilda-1.4.3}/tests/__init__.py +0 -0
  60. {hilda-1.4.2 → hilda-1.4.3}/tests/__main__.py +0 -0
  61. {hilda-1.4.2 → hilda-1.4.3}/tests/conftest.py +0 -0
  62. {hilda-1.4.2 → hilda-1.4.3}/tests/hilda_tests.py +0 -0
  63. {hilda-1.4.2 → hilda-1.4.3}/tests/lldb_entrypoint.py +0 -0
  64. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_from_ns.py +0 -0
  65. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_hilda_client.py +0 -0
  66. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_monitor.py +0 -0
  67. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_ns.py +0 -0
  68. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_rebind_symbols.py +0 -0
  69. {hilda-1.4.2 → hilda-1.4.3}/tests/test_hilda_client/test_registers.py +0 -0
  70. {hilda-1.4.2 → hilda-1.4.3}/tests/test_snippets/test_xpc.py +0 -0
  71. {hilda-1.4.2 → hilda-1.4.3}/tests/test_symbols/test_objective_c_class.py +0 -0
  72. {hilda-1.4.2 → hilda-1.4.3}/tests/test_symbols/test_objective_c_symbol.py +0 -0
  73. {hilda-1.4.2 → hilda-1.4.3}/tests/test_symbols/test_symbol.py +0 -0
  74. {hilda-1.4.2 → hilda-1.4.3}/tests/test_symbols/test_symbols_jar.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hilda
3
- Version: 1.4.2
3
+ Version: 1.4.3
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>
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.4.2'
16
- __version_tuple__ = version_tuple = (1, 4, 2)
15
+ __version__ = version = '1.4.3'
16
+ __version_tuple__ = version_tuple = (1, 4, 3)
@@ -240,7 +240,8 @@ class Class(object):
240
240
  self.name = data['name']
241
241
  self.protocols = data['protocols']
242
242
  self.ivars = [
243
- Ivar(name=ivar['name'], type_=decode_type(ivar['type']), offset=ivar['offset'])
243
+ Ivar(name=ivar['name'], type_=decode_type(ivar['type']) if ivar['type'] else 'unknown_type_t',
244
+ offset=ivar['offset'])
244
245
  for ivar in data['ivars']
245
246
  ]
246
247
  self.properties = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hilda
3
- Version: 1.4.2
3
+ Version: 1.4.3
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