Skip to content

Releases: doronz88/hilda

v2.0.4

26 Jun 05:28
b3f79f8
Compare
Choose a tag to compare

What's Changed

  • f25c8bf keybindings: Add keybindings for ui.show
  • 50c1434 launch_lldb: Make all launches stop at entry

Full Changelog: v2.0.3...v2.0.4

v2.0.3

11 Jun 05:14
d437860
Compare
Choose a tag to compare

What's Changed

  • 431f9e9 hilda_client: fix handling of float-point registers
  • 5c0ee23 hilda_client: fix objc_call signature
  • 4aa6310 hilda_client: improve monitor() optionals validation
  • 90f820a hilda_client: fix handling of monitor(bt=True)
  • e9e7401 hilda_client: improve monitor(stop=True) user feedback
  • fd9b9a8 exceptions: refactor LLDBException to LLDBError
  • fcc5a8d refactor python api

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 Jun 14:15
d4056ba
Compare
Choose a tag to compare

What's Changed

  • 9a1ea54 cli: Change Path to str
  • 864c1e4 launch_lldb: Handle SetSelectedThread
  • c2e31d7 hilda_client: Fix force_return and retval
  • 53b9ecd hilda_client: Add set_selected_thread
  • b64585b launch_lldb: Fix attaching print

Full Changelog: v2.0.1...v2.0.2

v2.0.1

28 May 06:23
23358f8
Compare
Choose a tag to compare

What's Changed

  • hilda_client: only log continue/stop messages via key bindings by @doronz88 in #57

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 May 11:19
5050b8d
Compare
Choose a tag to compare

What's Changed

  • f0669d6 add lldb_importer to safely manage import lldb
  • fc54eca pyproject: make package macos only
  • 24fc03a hilda_client: seperate configurable values into their own namespace
  • 15f1938 refactor into its own standalone debugger

Full Changelog: v1.4.3...v2.0.0

v1.4.3

01 May 06:39
1503d05
Compare
Choose a tag to compare

What's Changed

  • objective_c_class: fix handling of None types by @Shanidah in #55

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Apr 11:04
48e3fda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Mar 08:20
2620a62
Compare
Choose a tag to compare

What's Changed

  • views: Add file address to DisassemblyView.__str__ by @netanelc305 in #53

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 Mar 06:35
6053155
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

06 Mar 12:41
42101ea
Compare
Choose a tag to compare

What's Changed

  • 0555e7c hilda_client: avoid lazy naming in magic functions
  • 5d7d9dc hilda_client: add %objc magic function
  • c4b702b objective_c_symbol: Display class name on __repr__

Full Changelog: v1.2.2...v1.3.0