summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Increase qHostInfo packet timeoutPavel Labath2018-08-311-0/+3
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-075-7/+7
* [ProcessGDBRemote] handle result from ConnectToDebugserverJonas Devlieghere2018-07-251-1/+1
* Remove incorrect thread-pc-values clearingJason Molenda2018-07-121-1/+0
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-3/+4
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-5/+5
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-3/+3
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-185-49/+18
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-134-7/+14
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-103-9/+10
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-309-672/+538
* Report more precise error message when attach failsPavel Labath2018-04-181-5/+3
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-174-4/+4
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-131-4/+3
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-121-3/+4
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-121-4/+3
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-112-4/+4
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-102-4/+5
* Fix windows build after r329296Pavel Labath2018-04-052-0/+2
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-281-1/+2
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-209-9/+9
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-204-9/+339
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-284-335/+9
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-274-9/+335
* [Utility] Simplify and generalize the CleanUp helper, NFCVedant Kumar2018-02-231-18/+13
* Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...Jason Molenda2018-02-051-1/+5
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-121-0/+13
* Handle O reply packets during qRcmdPavel Labath2018-01-105-3/+55
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-105-18/+14
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-191-0/+1
* Fix regression in jModulesInfo packet handlingPavel Labath2017-12-181-1/+3
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-182-41/+3
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-0/+1
* Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath2017-12-141-7/+2
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-3/+2
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-062-20/+7
* Remove unused variable.Tatyana Krasnukha2017-11-221-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-134-8/+2
* Clean up NativeRegisterContextPavel Labath2017-11-101-111/+70
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-092-0/+46
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-12/+3
* Remove ProcessGdbRemote::m_flagsPavel Labath2017-11-032-7/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-4/+3
* Add specific ppc64le hardware watchpoint handlerPavel Labath2017-10-271-9/+12
* Fix a use-after-free in lldb-serverPavel Labath2017-10-271-2/+3
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-172-69/+61
OpenPOWER on IntegriCloud