reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1689 response.PutCString("name:"); 1690 response.PutCString(reg_info->name); 1691 response.PutChar(';'); 1694 response.PutCString("alt-name:"); 1695 response.PutCString(reg_info->alt_name); 1696 response.PutChar(';'); 1699 response.Printf("bitsize:%" PRIu32 ";offset:%" PRIu32 ";", 1704 response.PutCString("encoding:uint;"); 1707 response.PutCString("encoding:sint;"); 1710 response.PutCString("encoding:ieee754;"); 1713 response.PutCString("encoding:vector;"); 1721 response.PutCString("format:binary;"); 1724 response.PutCString("format:decimal;"); 1727 response.PutCString("format:hex;"); 1730 response.PutCString("format:float;"); 1733 response.PutCString("format:vector-sint8;"); 1736 response.PutCString("format:vector-uint8;"); 1739 response.PutCString("format:vector-sint16;"); 1742 response.PutCString("format:vector-uint16;"); 1745 response.PutCString("format:vector-sint32;"); 1748 response.PutCString("format:vector-uint32;"); 1751 response.PutCString("format:vector-float32;"); 1754 response.PutCString("format:vector-uint64;"); 1757 response.PutCString("format:vector-uint128;"); 1766 response.PutCString("set:"); 1767 response.PutCString(register_set_name); 1768 response.PutChar(';'); 1773 response.Printf("ehframe:%" PRIu32 ";", 1777 response.Printf("dwarf:%" PRIu32 ";", 1782 response.PutCString("generic:pc;"); 1785 response.PutCString("generic:sp;"); 1788 response.PutCString("generic:fp;"); 1791 response.PutCString("generic:ra;"); 1794 response.PutCString("generic:flags;"); 1797 response.PutCString("generic:arg1;"); 1800 response.PutCString("generic:arg2;"); 1803 response.PutCString("generic:arg3;"); 1806 response.PutCString("generic:arg4;"); 1809 response.PutCString("generic:arg5;"); 1812 response.PutCString("generic:arg6;"); 1815 response.PutCString("generic:arg7;"); 1818 response.PutCString("generic:arg8;"); 1825 response.PutCString("container-regs:"); 1830 response.PutChar(','); 1831 response.Printf("%" PRIx32, *reg_num); 1833 response.PutChar(';'); 1837 response.PutCString("invalidate-regs:"); 1842 response.PutChar(','); 1843 response.Printf("%" PRIx32, *reg_num); 1845 response.PutChar(';'); 1850 response.PutCString("dynamic_size_dwarf_expr_bytes:"); 1852 response.PutHex8(reg_info->dynamic_size_dwarf_expr_bytes[i]); 1853 response.PutChar(';'); 1855 return SendPacketNoLock(response.GetString());