summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server
Commit message (Expand)AuthorAgeFilesLines
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-142-2/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-55/+50
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+13
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-0/+1
* Refactor user/group name resolving codePavel Labath2019-03-042-21/+13
* 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-112-7/+0
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-4/+4
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-8/+2
* Normalize some lldb #include statements.James Y Knight2018-05-221-1/+1
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-102-6/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+8
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-10/+1
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-2/+2
* Rename Error -> Status.Zachary Turner2017-05-122-71/+71
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* UriParser cleanupPavel Labath2017-02-101-2/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+8
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-4/+4
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-172-5/+4
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-2/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-1/+1
* [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponsePavel Labath2016-09-231-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-1113/+908
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-222-0/+19
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-082-0/+42
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-212-27/+38
* [LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad2015-10-201-7/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-012-8/+13
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-202-17/+35
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-1/+1
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-3/+4
* Refactor Unix signals.Chaoren Lin2015-07-142-1/+101
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-292-64/+65
OpenPOWER on IntegriCloud