[Lldb-commits] [lldb] r324287 - Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHostInfo

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 15:26:56 PST 2018


On Mon, Feb 5, 2018 at 3:10 PM, Jason Molenda via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: jmolenda
> Date: Mon Feb  5 15:10:51 2018
> New Revision: 324287
>
> URL: http://llvm.org/viewvc/llvm-project?rev=324287&view=rev
> Log:
> Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHostInfo
> to use Mach-O cpu types instead of the ArchSpec enum value, and handle the case
> of bridgeos.
>

This needs a test.

--
Davide


More information about the lldb-commits mailing list