mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
Change the container-regs kv pair in the qRegsiterInfo
reply to be hex encoded, not decimal. Fix the whitespace in the container-regs/invalidate-regs documentation, fix one ambiguous hex/decimal number in an example. llvm-svn: 173225
This commit is contained in:
@@ -1560,7 +1560,7 @@ RNBRemote::HandlePacket_qRegisterInfo (const char *p)
|
||||
{
|
||||
if (i > 0)
|
||||
ostrm << ',';
|
||||
ostrm << DECIMAL << reg_entry->nub_info.pseudo_regs[i];
|
||||
ostrm << RAW_HEXBASE << reg_entry->nub_info.pseudo_regs[i];
|
||||
}
|
||||
ostrm << ';';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user