[lldb-dev] [OS X] [Usage] register write for xmm registers

2016-09-02 Thread Dallman, John via lldb-dev
I'm trying to debug a problem with floating-point traps on 64-bit Mac OS X, and it would be extremely useful to be able to change values in xmm registers. I'm working with command-line LLDB, because I'm partially sighted and the Xcode GUI is just too complicated and confusing for me. I've manage

Re: [lldb-dev] Serial port support in LLDB

2021-10-05 Thread Dallman, John via lldb-dev
This looks pretty sensible. I spent a lot of time fighting serial ports on early PCs and Apple IIs back in the eighties, and you seem to be covering most of the usual problems. You should probably: Make hardware flow control compulsory, since software flow control will not be practical, and wit