summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-041-1/+1
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-0/+6
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+1
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+1
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-4/+3
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-8/+8
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+2
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-261-4/+4
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-5/+7
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-57/+41
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-2/+2
* Refactor user/group name resolving codePavel Labath2019-03-041-32/+4
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-2/+2
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+2
* Tiny fix spotted by static analyzer; GetPath() returns a std::string,Jason Molenda2019-02-081-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* Change the amount of data that Platform::PutFile will try to transferJason Molenda2018-12-071-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-9/+13
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-16/+17
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-2/+2
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-231-1/+11
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-14/+14
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+2
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-10/+29
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-5/+24
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-4/+4
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-39/+22
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-59/+53
* One more windows build fixPavel Labath2018-04-051-0/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-4/+1
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Remove last Host usage from ArchSpecPavel Labath2017-11-131-0/+3
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-0/+31
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-051-0/+6
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-3/+7
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-97/+99
OpenPOWER on IntegriCloud