<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello LLDB Developers ++<div><br></div><div>I would like to propose the following patch to replace selected instances of strcasestr() with strcasecmp()</div><div><br></div><div>All of these instances are instances where the string being searched for is being compared against only the beginning of the test string.  this can be seen in the patch in the value of the equality (i.e. ==) test.</div><div><br></div><div>The man page <a href="http://linux.die.net/man/3/strcasestr">http://linux.die.net/man/3/strcasestr</a> confirms that strcasestr() is a non-standard extension.</div><div><br></div><div>This patch build with xcode … and with gcc under MinGW.</div><div><br></div><div><div>thanks in advance for any review/feedback/commit .</div><div></div></div><div><br></div><div></div></body></html>