summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [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
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-7/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+6
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-285/+232
* Report more precise error message when attach failsPavel Labath2018-04-181-5/+3
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* 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
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+3
* Fix windows build after r329296Pavel Labath2018-04-051-0/+1
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-5/+169
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-166/+5
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-5/+166
* [Utility] Simplify and generalize the CleanUp helper, NFCVedant Kumar2018-02-231-18/+13
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-121-0/+13
* Handle O reply packets during qRcmdPavel Labath2018-01-101-3/+4
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-10/+1
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-3/+2
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* Remove ProcessGdbRemote::m_flagsPavel Labath2017-11-031-2/+1
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-251-3/+3
* Fix compatibility with OpenOCD debug stub.Vadim Chugunov2017-09-161-5/+4
* Clean up lldb-types.hPavel Labath2017-07-181-0/+2
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-0/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-2/+2
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+26
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-90/+91
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-1/+38
* Fix various warnings. NFCZachary Turner2017-03-021-5/+4
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-061-13/+5
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-21/+23
* Avoid unused variable warning when assert is disabled.Hafiz Abid Qadeer2017-01-191-2/+2
* Use Timeout<> in the Listener classPavel Labath2016-11-301-4/+2
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-10/+11
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-9/+8
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-7/+7
* Make the Error class constructor protectedMehdi Amini2016-11-111-7/+7
OpenPOWER on IntegriCloud