summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-04-24[lldb/Core] Don't crash in GetSoftwareBreakpointTrapOpcode for unknown triplesJonas Devlieghere
2020-03-17[LLDB] Add support for AVR breakpointsAyke van Laethem
2020-03-12[lldb] Specify default value for platform.module-cache-directoryTatyana Krasnukha
2020-01-31[lldb/Platform] Always print Kernel lastJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann
2019-10-17[ARC] Basic support in gdb-remote process pluginTatyana Krasnukha
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-26[TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-06Resubmit "Don't include UnixSignals.h from Host."Zachary Turner
2019-03-04Refactor user/group name resolving codePavel Labath
2019-02-15Revert "Don't include UnixSignals.h from Host."Davide Italiano
2019-02-15Don't include UnixSignals.h from Host.Zachary Turner
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-08Tiny fix spotted by static analyzer; GetPath() returns a std::string,Jason Molenda
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-07Change the amount of data that Platform::PutFile will try to transferJason Molenda
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-10-23Support nwere versions of the Segger J-Link jtag board software.Jason Molenda
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-28Respect platform sysroot when loading core filesPavel Labath
2018-06-28Add a way to load an image using a library name and list of paths.Jim Ingham
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-05-10Convert all RunShellCommand functions to use the Timeout classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-05One more windows build fixPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath