summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* [Reproducers] Fix GDB remote flakiness during replayJonas Devlieghere2019-03-221-24/+23
* [Reproducers] Fix log statementsJonas Devlieghere2019-03-211-3/+3
* [Reproducers] Properly handle QEnvironment packetsJonas Devlieghere2019-03-211-0/+15
* [Reproducers] Log inconsistencies during replay (NFC)Jonas Devlieghere2019-03-212-5/+41
* [Reproducers] Fix data race found by tsanJonas Devlieghere2019-03-141-0/+2
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+2
* [Reproducers] Add a test to ensure we can reuse the reproducer dir.Jonas Devlieghere2019-03-121-1/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-114-27/+27
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-064-4/+4
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+1
* Refactor user/group name resolving codePavel Labath2019-03-041-6/+6
* [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()Michal Gorny2019-03-031-1/+1
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath2019-02-181-3/+4
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-1/+1
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-1/+1
* [gdb-remote] Sanity check platform pointerAaron Smith2019-02-141-2/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-7/+7
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-126-42/+42
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-113-14/+19
* [lldb-server] Improve support on WindowsAaron Smith2019-02-071-33/+28
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-39/+38
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-043-3/+3
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-1/+1
* Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann2019-01-252-8/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* [Reproducers] Refactor reproducer infoJonas Devlieghere2019-01-181-13/+14
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-102-7/+3
* Fix unused private field warning.Raphael Isemann2019-01-081-2/+3
* ProcessLaunchInfo: Remove Target referencePavel Labath2019-01-081-2/+4
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-6/+6
* Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda2018-12-181-0/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-183-14/+37
* Simplify Boolean expressionsJonas Devlieghere2018-12-156-34/+23
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-144-5/+5
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-102-3/+3
* gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool2018-12-051-2/+2
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-7/+11
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-141-3/+3
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-139-183/+775
* Remove header grouping comments.Jonas Devlieghere2018-11-1118-66/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+5
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [File] Remove static method to get permissions.Jonas Devlieghere2018-11-011-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-016-29/+41
OpenPOWER on IntegriCloud