aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform
AgeCommit message (Expand)AuthorFilesLines
2016-07-14fix command-line LLDB so NSLog messages show upTodd Fiala2-0/+28
2016-07-12Increase "process load" timeoutPavel Labath1-0/+1
2016-07-08Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov3-14/+86
2016-07-07Respect ANDROID_SERIAL environment variable used by ADBLuke Drummond1-6/+12
2016-07-06Fix ADB client disconnect issues.Oleksiy Vyalov4-25/+106
2016-07-06Add oat symbolization support for odex filesTamas Berghammer1-2/+3
2016-06-30Fix for Windows builds.Adrian McCarthy1-0/+6
2016-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov5-188/+242
2016-06-27Change PlatformDarwinKernel::GetSharedModule to be a little moreJason Molenda1-3/+16
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda4-6/+6
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda4-6/+6
2016-06-14Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, andJason Molenda3-0/+210
2016-06-08Revive the error message from "process load" and SBProcess::LoadImage.Jim Ingham1-1/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool5-7/+7
2016-05-16Bump up adb timeout morePavel Labath1-1/+1
2016-05-05Bump up timeout in AdbClientPavel Labath1-1/+1
2016-05-05Fix EOF handling in AdbClient (take 2)Pavel Labath1-5/+16
2016-05-03Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath1-11/+13
2016-05-03Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath1-13/+11
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+1
2016-04-07In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda3-24/+0
2016-03-25Add the same host logging that I added to PlatformRemoteiOS a fewJason Molenda2-1/+154
2016-03-22[LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad4-18/+19
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham1-1/+1
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham1-0/+1
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham4-10/+10
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-2/+1
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds8-249/+19
2016-02-16Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer1-2/+4
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-1/+2
2016-02-10Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer1-4/+2
2016-02-06Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2-23/+26
2016-01-28Remove autoconf support from source directories.Eugene Zelenko10-163/+0
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer6-0/+137
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer2-5/+7
2015-12-03Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer4-98/+27
2015-12-02Fix "process load/unload" on androidTamas Berghammer4-4/+254
2015-11-21Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda1-155/+168
2015-11-20Call Platform::SetHostPlatform in the NetBSD platform only on NetBSDEd Maste1-0/+2
2015-11-19I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda8-0/+194
2015-11-17Move this back to a pid_t; this file is OSX only anyway, and the signedness o...Enrico Granata1-2/+2
2015-11-07Fix pessimizing moves. Found by clang.Davide Italiano1-1/+1
2015-11-07Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko4-137/+101
2015-11-06Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda9-0/+3317
2015-11-05Fix cmake build on Mac OS X.Bruce Mitchener1-0/+1
2015-11-05Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2-1/+60
2015-11-05Let the process help figure out the Host OS if nobody elseJim Ingham2-0/+67
2015-11-05Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin1-4/+10
2015-11-05Better validation when we think a directory might be Xcode.app.Sean Callanan1-1/+10
2015-11-05Fix build on platforms that don't have dlfcn.hZachary Turner1-0/+3