summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
AgeCommit message (Expand)Author
2015-02-23Remove EOL whitespace from PlatformLinuxEd Maste
2015-02-16Disable LaunchNativeProcess in PlatformLinux for non Linux hostsTamas Berghammer
2015-02-16Enable process launching on android from lldb-gdbserverTamas Berghammer
2015-02-12Add Initialize/Terminate method to Platform base pluginTamas Berghammer
2015-02-03Test commit. No changes.Pavel Labath
2015-02-03Disabled local-llgs hijacking of state on startup; passed along signo to kill...Chaoren Lin
2015-01-08[LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad
2014-12-18Display local kernel version only when non-remote in PlatformLinux.Stephane Sezer
2014-12-09Implement remote process listing in Linux platform.Stephane Sezer
2014-11-17Fix broken Linux build after signature change of ResolveExecutable.Oleksiy Vyalov
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best
2014-10-28Add breakpoint instruction byte sequences for arm toJason Molenda
2014-10-20Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner
2014-10-10Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...Todd Fiala
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-08-28Added setting: platform.plugin.linux.use-llgs-for-local (boolean), defaults t...Todd Fiala
2014-08-21Add software breakpoint support for Linux aarch64.Todd Fiala
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner
2014-08-15Missed a few places where we need to report unreadable executables.Greg Clayton
2014-07-22Enable lldb-platform exe support for Linux.Todd Fiala
2014-07-21Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-27Fix a few typos.Bruce Mitchener
2014-03-20Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton
2014-02-19Initial patch for supporting Hexagon DSPDeepak Panickal
2014-02-13Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda
2014-02-13The Platform base class now maintains a list of trap handlersJason Molenda
2014-01-22Add support for Haswell on x86_64.Greg Clayton
2014-01-17Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci
2014-01-16Fix bug in Linux remote dynamic loader setup and fix test.Todd Fiala
2013-09-11Turns out the number of times you need to resume the process for /bin/sh depe...Jim Ingham
2013-09-10Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-05-17Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain
2013-05-16Fix Linux 'platform status' command. Its output is now closer to that on Mac ...Daniel Malea
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-18<rdar://problem/12462048>Greg Clayton
2012-09-07Patch from Andrew Kaylor for linux:Greg Clayton
2012-09-05<rdar://problem/12211320>Greg Clayton
2012-08-29Fixed a potential crash in PlatformLinux ifSean Callanan
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-14Added a new host function that allows us to run shell command and get the out...Greg Clayton
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2012-02-27Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton
2012-02-21Linux fix patch from Dmitry Vyukov.Greg Clayton
2011-11-29Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton