aleksandr.urakov added a comment.

@lanza Hello! AFAIU, these values have nothing to do with the Microsoft x64 
calling convention. They are used by `ABISysV_x86_64`, which specifies ABI for 
working with code injectable into a process being debugged. It requires six 
arguments to be passed through registers (see `GetArgumentValues`).

If I understand right, `SymbolFile` retrieves the information about arguments 
location on the stack, so there's no need to support different calling 
conventions in LLDB for this purpose. Please, correct me if I'm wrong.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D53753



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

Reply via email to