summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
AgeCommit message (Expand)Author
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-06Switch PlatformLinux to LLDB_LOGPavel Labath
2017-02-05Clean up PlatformLinux codePavel Labath
2017-02-03Push down more common code into PlatformPOSIXPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-02Unify PlatformPOSIX::ResolveExecutablePavel Labath
2016-11-30Convert most of the Process class to Timeout<>Pavel Labath
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds
2016-02-16Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer
2016-02-10Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer
2015-10-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-10-01Fix breakpoint opcode calculation on LinuxTamas Berghammer
2015-08-27Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata
2015-07-14Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov
2015-07-14Refactor Unix signals.Chaoren Lin
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-02Fix typosBruce Mitchener
2015-06-30[LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-06-03[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-15Assembly profiler for mips32Bhushan D. Attarde
2015-05-13Change Linux Platform to support non-host Linux architecturesTed Woodward
2015-05-12Call remote platform GetSupportedArchitectureAtIndex if connected to remote.Robert Flack
2015-05-11Remove Triple Vendor check when creating Linux PlatformTed Woodward
2015-05-09Convert mmap options for target in InferiorCallMmap.Robert Flack
2015-04-15Fix breakpoint trap opcode detection for arm linuxTamas Berghammer
2015-04-09[LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.Mohit K. Bhakkad
2015-03-31Fix Windows build after r233679Tamas Berghammer
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-17[MIPS] - Register Context for MIPS64Mohit K. Bhakkad
2015-03-13Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov
2015-03-06Fix race condition with -o "process launch" on linuxPavel Labath
2015-03-01Linux - debugging of local processes via lldb-gdbserverVince Harron