<div dir="ltr">Also various other formatting problems.  Please run clang-format in the future.  <div><br></div><div>Steps to running clang-format</div><div>1. Compile it with "ninja clang-format"</div><div>2. Add your bin directory to PATH</div><div>3. Stage your changes with git add as you normally do</div><div>4. Run "git clang-format"</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 25, 2016 at 11:51 AM Adrian McCarthy via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">amccarth added a subscriber: amccarth.<br>
amccarth added a comment.<br>
<br>
This patch  broke approximately 10 tests on Windows, mostly related to thread step-over, thread step-out, etc.  We probably  need to fix something in PECOFF::GetSymTab that's causing all the symbols to be rejected.  I'll look into it more.<br>
<br>
<br>
================<br>
Comment at: lldb/trunk/source/Symbol/Symtab.cpp:1077<br>
@@ -1076,1 +1076,3 @@<br>
 void<br>
+Symtab::ForEachSymbolContainingFileAddresss (addr_t file_addr, std::function <bool(Symbol *)> const &callback)<br>
+{<br>
----------------<br>
Addresss has too many `s`s.<br>
<br>
================<br>
Comment at: lldb/trunk/source/Symbol/Symtab.cpp:1092<br>
@@ +1091,3 @@<br>
+        if (!callback(SymbolAtIndex(all_addr_indexes[i])))<br>
+        break;<br>
+    }<br>
----------------<br>
Indentation problem.<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D16397" rel="noreferrer" target="_blank">http://reviews.llvm.org/D16397</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>