On Sat, Dec 02, 2017 at 08:30:37PM -0500, Doug Gale wrote:
> Signed-off-by: Doug Gale
> ---
> Fix usage of %c in trace output, now uses 0x%02x
> Fix possible sign extended char that could cause 0xfc to say 0xfffc
> Add missing traces for hitting breakpoints, continuing, stepping
> Fix incorrec
Signed-off-by: Doug Gale
---
Fix usage of %c in trace output, now uses 0x%02x
Fix possible sign extended char that could cause 0xfc to say 0xfffc
Add missing traces for hitting breakpoints, continuing, stepping
Fix incorrect dynamic check for tracing being enabled in hexdump
Fix missing braces