This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
With LLDB version 8 I'm trying to dump the code bytes for a function "fh", using the memory read command, using variables to calculate the length: (lldb) expr unsigned $addr = (unsigned) fh (lldb) expr unsigned $next_addr = (unsigned) fi (lldb) expr unsigned $len = $next_addr - $addr (lldb) p/x [...] read more