tent='cgit v1.1'/>
aboutsummaryrefslogtreecommitdiff
path: root/lldb/docs
<
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25Note that qHostInfo prints the cputype and cpusubtype in base10;Jason Molenda1-4/+4
qProcessInfo prints the cputype and cpusubtype in base16. llvm-svn: 200068
2014-01-18Added distribution info to ArchSpec and qHostInfo message.Todd Fiala1-0/+1
ArchSpec now contains an optional distribution_id, with getters and setters. Host::GetArchitecture () sets it on non-Apple platforms using Host::GetDistributionId (). The distribution_id is ignored during ArchSpec comparisons. The gdb remote qHostInfo message transmits it, if set, via the distribution_id={id-value} key/value pair. Updated gdb remote docs to reflect this change. As before, GetDistributionId () returns nothing on non-Linux platforms at this time. On Linux, it is returned only if the lsb_platform command is installed (in /bin or /usr/bin), and only if the distributor id key is returned by 'lsb_platform -i'. This id is lowercased, and whitespace is replaced with underscores. llvm-svn: 199539
2014-01-08Undo testEnrico Granata1-0/+0
llvm-svn: 198733