Skip to content
  • Johnny Chen's avatar
    Add a utility function get_registers(frame, kind) to get the registers of a... · 64ff7e6e
    Johnny Chen authored
    Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind.
    Also add three convenience functions get_GPRs(frame), get_FPRs(frame), and get_ESRs(frame) to get the general
    purpose registers, the floating point registers, and the exception state registers.
    
    Add TestRegistersIterator.py to test these added functions of lldbutil.py.
    
    llvm-svn: 131144
    64ff7e6e
Loading