Skip to content

LLEF 1.2.0

Latest
Compare
Choose a tag to compare
@stephen-f0 stephen-f0 released this 15 Aug 14:32
42015fc

This release contains UI customization options and a load of new features 🥳

New Features

  • Support for PowerPC (32-bit)
  • Added color customization with the llefcolorsettings command. Now you can change all the LLEF UI colors for better accessibility / preference. Use command llefcolorsettings list to view all options and colors available.
  • Detection of terminals that don't support color - this should prevent ANSI escape sequences from being displayed on these terminals.
  • Extended register support. Enabled using the show_all_registers llefsetting allows display of all registers known to LLDB - e.g. vector registers. llefsettings set show_all_registers True
  • context command now takes an optional list of UI sections to display. For example context registers will display only the registers section. context code threads will display only the disassembly and threads sections.
  • Added hexdump command to print memory contents in a typical hexdump layout. Use with hexdump byte <address> to print a section of memory starting at address.

Bug Fixes

  • Fixed an issue where multiple lines in the code output could be highlighted as the current instruction.
  • Fixed the context command so that it doesn't alter the register change status.