summaryrefslogtreecommitdiff
path: root/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
AgeCommit message (Expand)Author
2019-09-13[Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere
2019-08-21[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-08-08[lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-05Change LaunchThread interface to return an expected.Jonas Devlieghere
2019-05-23[gdb-remote] Fix more issues with thread_result_tJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-03[lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()Michal Gorny
2019-02-18Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath
2019-02-14[gdb-remote] Sanity check platform pointerAaron Smith
2019-02-07[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith
2019-01-29Fix some warnings in building LLDB.Zachary Turner
2019-01-25Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2019-01-08Fix unused private field warning.Raphael Isemann
2018-12-18Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda
2018-12-18Force libcompression calls to be enabled when building on DarwinJason Molenda
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-10Do not use PATH_MAX with SmallStringStella Stamenova
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-09Modernize and clean-up the Predicate classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-28gdb-remote: Fix checksum verification for messages with escape charsPavel Labath
2018-01-10Handle O reply packets during qRcmdPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-12-06Remove no-op function pointer null checks, NFCVedant Kumar
2017-11-09llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath
2017-08-18Commiting Christopher Brook's patch forJason Molenda
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-17Don't ever reduce the timeout of a packet, only increase it.Greg Clayton
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Delete LLDB's code for getting / setting thread name.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-23Ensure lldb-server waits for child debug servers to start up when passing the...Howard Hellyer
2017-02-10Add a format_provider for the Timeout classPavel Labath
2017-02-06Remove the verbose category in the gdb-remote channelPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-24Prefer lzfse if it is an available compression method (this wasJason Molenda
2016-11-25Introduce chrono to the Communication classPavel Labath
2016-11-24Introduce chrono to more gdb-remote functionsPavel Labath