Winter Break
This release adds new commands benable
& bdisable
, sequence
, and heapfrom
, as well as bug fixes.
New Commands
- Add
benable
&bdisable
commands, providing convenient ability to control which breakpoints are enabled @sunbohong #230 - Add
sequence
command which is a simple but sometimes quite useful command to combine lldb commands @kastiglione #233 - Add
heapfrom
command which identifies heap pointers within a data structure @kastiglione #235
Fixes
findinstances
accepts classes with and without module prefixes @kastiglione #219findinstances
quote handling was fixed @kastiglione #224- Made more commands work when used from Swift @kastiglione #228
paltrace
now also works on specific views @kastiglione #231- Handle certain kinds of expression failures, to improve Swift compatibility @kastiglione #232
Plus other smaller fixes, see: 1.7.1...1.8.0