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

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

Reply via email to