tfiala marked an inline comment as done.

================
Comment at: source/Core/Disassembler.cpp:292-294
@@ -291,2 +291,5 @@
       decl_line.line = func_decl_line;
+      // TODO do we care about column on these entries?  If so, we need to
+      // plumb that through GetStartLineSourceInfo.
+      decl_line.column = 0;
     }
----------------
I will leave this for a potential follow-up patch at another time.  At that 
point, I would suggest enabling stop line and column marking on the "source 
list" command, which currently doesn't mark up a displayed line that coincides 
with any currently-stopped thread.

I'll strip out this TODO on the final check-in.


https://reviews.llvm.org/D20835



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to