summaryrefslogtreecommitdiff
path: root/lldb/source/Host/android
AgeCommit message (Expand)Author
2025-01-23[lldb] Remove support and workarounds for Android 4 and older (#124047)Brad Smith
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-08Update FileSpec constructor signatureJonas Devlieghere
2018-11-01[FileSystem] Change FileSpec constructor signature.Jonas Devlieghere
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-21Unify process launching code on linuxPavel Labath
2016-02-23[linux] Remove all traces of signalfd(2)Pavel Labath
2015-10-16Fix temporary directory computation on linux (pr25147)Pavel Labath
2015-10-15Revert "Fix temporary directory computation on linux (pr25147)"Pavel Labath
2015-10-15Fix temporary directory computation on linux (pr25147)Pavel Labath
2015-06-29[linux] Use cmake to detect support process_vm_readv (bug #23918)Pavel Labath
2015-06-17[NativeProcessLinux] Use fast memory reads, if the system supports itPavel Labath
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-12Get lldb-server building on android-9Vince Harron
2015-05-08Use /data/local/tmp as temp directory on androidTamas Berghammer
2015-03-24ComputeSupportExeDirectory for LinuxChaoren Lin
2015-03-22Reverted r232883 due to failing tests.Vince Harron
2015-03-21Fix ComputeSupportExeDirectory for Linux (merge with Android).Chaoren Lin
2015-03-13Add filepath to qModuleInfo packetTamas Berghammer
2015-03-03Fix execution of platform shell commands on androidTamas Berghammer
2015-02-26Return a current executable's directory from HostInfoAndroid::ComputeSupportE...Oleksiy Vyalov
2015-02-12Create new platform: remote-androidTamas Berghammer