summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+2
* [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
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-0/+1
* Refactor user/group name resolving codePavel Labath2019-03-041-17/+8
* 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-3/+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
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+2
* 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-121-43/+43
* 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
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-4/+4
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-3/+2
* 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-061-881/+737
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-221-0/+16
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+32
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-21/+30
* [LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad2015-10-201-7/+1
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-011-5/+9
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-201-17/+25
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-3/+4
* Refactor Unix signals.Chaoren Lin2015-07-141-1/+95
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-48/+49
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-12/+17
* Pass normalized target file paths via GDB-remote to a target and denormalize ...Oleksiy Vyalov2015-04-161-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-19/+20
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-47/+1
* Add filepath to qModuleInfo packetTamas Berghammer2015-03-131-0/+7
OpenPOWER on IntegriCloud