summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-23/+111
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+7
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-231-3/+12
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-4/+4
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* 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
OpenPOWER on IntegriCloud