summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Linux
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+16
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-162-5/+11
* Rename Error -> Status.Zachary Turner2017-05-122-3/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch PlatformLinux to LLDB_LOGPavel Labath2017-02-061-83/+21
* Clean up PlatformLinux codePavel Labath2017-02-052-70/+1
* Push down more common code into PlatformPOSIXPavel Labath2017-02-032-66/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-022-129/+0
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+9
* Convert most of the Process class to Timeout<>Pavel Labath2016-11-301-1/+1
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-697/+610
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-1/+2
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-222-96/+0
* Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer2016-02-161-2/+4
* Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer2016-02-101-4/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-272-17/+9
* Fix breakpoint opcode calculation on LinuxTamas Berghammer2015-10-011-2/+9
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-272-0/+14
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-3/+0
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-092-68/+0
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-082-0/+68
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-082-68/+0
* Fix typosBruce Mitchener2015-07-021-1/+1
* [LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad2015-06-302-3/+12
* Remove old local-only linux debugging codePavel Labath2015-06-242-42/+1
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-0/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+2
* Change Linux Platform to support non-host Linux architecturesTed Woodward2015-05-131-0/+24
* Call remote platform GetSupportedArchitectureAtIndex if connected to remote.Robert Flack2015-05-121-9/+27
* Remove Triple Vendor check when creating Linux PlatformTed Woodward2015-05-111-27/+6
* Convert mmap options for target in InferiorCallMmap.Robert Flack2015-05-092-16/+28
* Fix breakpoint trap opcode detection for arm linuxTamas Berghammer2015-04-151-2/+1
* [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.Mohit K. Bhakkad2015-04-091-1/+7
* Fix Windows build after r233679Tamas Berghammer2015-03-311-3/+2
OpenPOWER on IntegriCloud