[all-commits] [llvm/llvm-project] ed0bb9: [lldb] Update qRegisterInfo docs to recommend targ...

Jason Molenda via All-commits all-commits at lists.llvm.org
Sat Oct 21 11:58:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed0bb9476ce0e2a8f7ec10bf5d2a439f75b39a23
      https://github.com/llvm/llvm-project/commit/ed0bb9476ce0e2a8f7ec10bf5d2a439f75b39a23
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2023-10-21 (Sat, 21 Oct 2023)

  Changed paths:
    M lldb/docs/lldb-gdb-remote.txt

  Log Message:
  -----------
  [lldb] Update qRegisterInfo docs to recommend target.xml (#69853)

Before target.xml, lldb had its own method for querying the remote stub
of the registers it supports, qRegisterInfo. The gdb standard method of
using a target.xml file to describe the available registers has become
commonplace, and the lldb method for doing this is no longer needed.

Stubs should describe their registers to lldb, but it should be with the
target.xml file.




More information about the All-commits mailing list