omjavaid added a subscriber: clayborg.
omjavaid added a comment.

In D75607#2020365 <https://reviews.llvm.org/D75607#2020365>, @labath wrote:

> Thanks for trying this out. Do you by any chance have any ideas why would 
> lldb assign a dwarf number to the pc register when neither llvm nor the arm64 
> abi do not specify a pc register number?


Not sure why this was added seems like original import from apple repos had 
this but AArch64 procedure call standard doesnt have it as you said. This also 
means compiler should never emit a dwarf instruction with reg num 32. GDB 
doesnt use PC reg num either and i dont remember seeing any special use of this 
register number anywhere in LLDB. May be ask @clayborg or @jasonmolenda  they 
seems to have written the code according to commit log.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75607



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

Reply via email to