labath marked an inline comment as done.
labath added inline comments.

================
Comment at: source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp:150-151
+    line_table_up->AppendLineEntryToSequence(
+        line_seq_up.get(), *next_addr, /*line*/ 0, /*column*/ 0,
+        /*file_idx*/ 0, /*is_start_of_statement*/ false,
+        /*is_start_of_basic_block*/ false, /*is_prologue_end*/ false,
----------------
Note that here i set `file=column=line=0` for the terminal entry, which isn't 
consistent with the dwarf plugin for instance (it puts there whatever falls out 
of the state automaton, which most likely means the values from the previous 
entry). AFAICT, this shouldn't be a problem, because the terminal entry is 
there to just determine the range of the last real entry.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56595/new/

https://reviews.llvm.org/D56595



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

Reply via email to