summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Linux
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-242-22/+0
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-8/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-7/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-122-0/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-2/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+2
* 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
OpenPOWER on IntegriCloud