llvm-project
8b4147d1 - [GDBRemote] Fix processing of comma-separated memory region entries (#105873)

Commit
1 year ago
[GDBRemote] Fix processing of comma-separated memory region entries (#105873) The existing algorithm was performing the following comparisons for an `aaa,bbb,ccc,ddd`: aaa\0bbb,ccc,ddd == "stack" aaa\0bbb\0ccc,ddd == "stack" aaa\0bbb\0ccc\0ddd == "stack" Which wouldn't work. This commit just dispatches to a known algorithm implementation.
Parents
Loading