OSDN Git Service

[lldb/Platform] Always print Kernel last
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 31 Jan 2020 22:23:56 +0000 (14:23 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 31 Jan 2020 22:36:39 +0000 (14:36 -0800)
commitd3bdd51f70449435443b3e8ff254cba49d4aba80
treedc751a3d6116adc957319d4e824488b84d0cf145
parentc0f475f2e3c3304fb7fc116fdab7871f1d903810
[lldb/Platform] Always print Kernel last

Specializations of the Platform class print the kernel after calling the
super method. By printing the kernel at the end in the super class, we
guarantee the order is the same on different platforms.
lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformCommand.py
lldb/source/Target/Platform.cpp