llvm-project/lldb/source/Plugins
Stephane Sezer b743a8034f Display local kernel version only when non-remote in PlatformLinux.
Summary:
This is part of the Linux remote platform work. Displaying the local
kernel information when remote debugging doesn't make sense, so we
should verify if we are in host mode before doing so.

Test Plan:
Connect to a remote linux platform mode daemon with `platform select
remote-linux` followed by `platform connect ...`, and look at the output
of `platform status`.

Reviewers: tfiala, clayborg, vharron, compnerd

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D5928

llvm-svn: 224540
2014-12-18 20:24:32 +00:00
..
ABI Mark the armv7 q0-q3 and q8-q15 registers as volatile (not callee 2014-12-02 23:21:05 +00:00
Disassembler Update for llvm API change. 2014-11-12 02:04:31 +00:00
DynamicLoader First cut of PowerPC(64) support in LLDB. 2014-10-31 02:34:28 +00:00
Instruction Add #if 0 around unreachable block of code to suppress warnings. 2014-10-17 01:56:57 +00:00
InstrumentationRuntime Change AddressSanitzierRuntime to print its info message via 2014-12-09 20:52:26 +00:00
JITLoader Fix JITLoaderGDB for 64-bit host and 32-bit target 2014-09-15 19:55:27 +00:00
LanguageRuntime If a binary was stripped we sometimes didn't show the ivars of an Objective C class correctly. Now we do as we consult the runtime data for the class so we don't have to have a symbol in the symbol table. 2014-12-16 01:33:17 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
ObjectFile The lldb unwinder can now use the unwind information from the compact-unwind 2014-12-08 03:09:00 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Display local kernel version only when non-remote in PlatformLinux. 2014-12-18 20:24:32 +00:00
Process Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
SymbolFile Remove dead code from SymbolFileDWARF: 2014-12-04 18:49:24 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the 2014-09-12 00:09:04 +00:00
UnwindAssembly The lldb unwinder can now use the unwind information from the compact-unwind 2014-12-08 03:09:00 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00