summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Don't ever reduce the timeout of a packet, only increase it.Greg Clayton2017-04-172-3/+15
* Increase the packet timeout for the jModulesInfo since it can take longer tha...Greg Clayton2017-04-141-0/+3
* Verify memory address range validity in GDBRemoteCommunicationClientStephane Sezer2017-03-311-7/+12
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+0
* Delete some more dead includes.Zachary Turner2017-03-224-4/+0
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-222-2/+2
* Reuse appropriate Launch and Attach on NetBSDKamil Rytarowski2017-03-221-0/+4
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-212-2/+2
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-7/+8
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-8/+7
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-7/+8
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-7/+7
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-2/+3
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-1/+1
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-173-41/+28
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-074-1/+80
* Remove dependency from FileSpec to ArchSpec.Zachary Turner2017-03-061-3/+4
* Move many other files from Core -> Utility.Zachary Turner2017-03-064-4/+4
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-045-6/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-036-6/+6
* Fix various warnings. NFCZachary Turner2017-03-022-7/+6
* 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
OpenPOWER on IntegriCloud