[PATCH] D54751: [LLDB] - Fix setting the breakpoints when -gsplit-dwarf and DWARF 5 were used for building the executable.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 07:19:45 PST 2018


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

See inlined comments.



================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp:353
+  // unit in contrast.
+  if (!addr_base)
+    addr_base = cu_die.GetAttributeValueAsUnsigned(m_dwarf, this,
----------------
```
if (addr_base == LLDB_INVALID_ADDRESS)
```


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

https://reviews.llvm.org/D54751





More information about the llvm-commits mailing list