[Lldb-commits] [PATCH] D106084: [DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor) by default when debug info is enabled

Jeremy Morse via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 19 02:19:28 PDT 2021


jmorse added a comment.

This is going to be excellent for linux targets and similar,

In D106084#2882970 <https://reviews.llvm.org/D106084#2882970>, @probinson wrote:

> + @jmorse who is better placed than I am to say whether this is what Sony would prefer.

Slightly trickier -- our debugger won't resolve symbols across module boundaries (similar to the Windows debugger), which will make it hard to debug when debug/no-debug code is mixed. Would it be possible to default to `-debug-info-kind=limited` if `DebuggerTuning == llvm::DebuggerKind::SCE`? This leads to the fewest surprises in a default configuration targeting us.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106084



More information about the lldb-commits mailing list