summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-3/+11
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-243-0/+40
* Ensure lldb-server waits for child debug servers to start up when passing the...Howard Hellyer2017-02-231-7/+16
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-202-16/+15
* Switch GDBRemoteLog to the new registration mechanismPavel Labath2017-02-173-213/+32
* Fix compiler warnings for missing switch cases in lldb.Pavel Labath2017-02-171-0/+5
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-142-2/+2
* UriParser cleanupPavel Labath2017-02-102-2/+2
* Switch TestPacketSpeedJSON to use the llvm chrono formatterPavel Labath2017-02-101-25/+18
* Add a format_provider for the Timeout classPavel Labath2017-02-101-3/+2
* Convert Log class to llvm streamsPavel Labath2017-02-102-6/+6
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-064-26/+12
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-063-6/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-0210-13/+13
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+15
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-251-6/+2
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* Prefer lzfse if it is an available compression method (this wasJason Molenda2017-01-241-3/+3
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-4/+4
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-203-33/+71
* Avoid unused variable warning when assert is disabled.Hafiz Abid Qadeer2017-01-191-2/+2
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-4/+1
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-1/+1
* Use Timeout<> in the Listener classPavel Labath2016-11-301-4/+2
* Introduce chrono to the Communication classPavel Labath2016-11-253-31/+3
* Attempt to fix freebsd build after r287864Pavel Labath2016-11-241-5/+8
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-247-104/+89
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-172-12/+13
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-4/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-165-28/+31
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-113-11/+11
* Make the Error class constructor protectedMehdi Amini2016-11-113-11/+11
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-043-16/+14
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-026-24/+21
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-317-91/+84
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-122-7/+11
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-2/+1
* Try to fix failing tests when running remote test suite.Zachary Turner2016-10-041-1/+1
* [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponsePavel Labath2016-09-233-133/+103
* Fix an inefficient StringRef conversion.Zachary Turner2016-09-211-3/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-4/+3
* Fixed the build by changing a couple of const char *s to StringRefs.Sean Callanan2016-09-191-3/+4
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-193-22/+21
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-2/+2
* Fix about a dozen compile warningsIlia K2016-09-121-1/+1
* async structured data packet handling improvementsTodd Fiala2016-09-104-43/+52
* Fix MSVC error from r280919Pavel Labath2016-09-081-4/+4
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-082-0/+6
OpenPOWER on IntegriCloud