summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
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-241-19/+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-101-3/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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-161-3/+7
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* 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-051-64/+1
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-56/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-125/+0
* 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-061-605/+544
* 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-221-92/+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
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-11/+5
* Fix breakpoint opcode calculation on LinuxTamas Berghammer2015-10-011-2/+9
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+11
* 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-091-57/+0
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-0/+57
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-57/+0
* Fix typosBruce Mitchener2015-07-021-1/+1
* [LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad2015-06-301-2/+11
* Remove old local-only linux debugging codePavel Labath2015-06-241-39/+1
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-0/+2
OpenPOWER on IntegriCloud