summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda
2022-08-14Use llvm::all_of (NFC)Kazu Hirata
2022-08-11[LLDB][RISCV] Add riscv software breakpoint trap codeEmmmer
2022-08-02[LLDB][Reliability] Remove dead code.Slava Gurevich
2022-08-02[lldb] Create an enum to specify the kind of ArchSpec matchingPavel Labath
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-05[lldb] Move host platform implementations into the base classPavel Labath
2022-03-30[lldb] Change the way we pick a platform for fat binariesJonas Devlieghere
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2022-02-07[lldb/Platform] s/m_name/m_hostnamePavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath
2021-11-30[lldb] Inline Platform::LoadCachedExecutable into its (single) callerPavel Labath
2021-11-24[lldb] Move GetSupportedArchitectureAtIndex to PlatformDarwinPavel Labath
2021-11-18[lldb] Convert internal platform usages GetSupportedArchitecturesPavel Labath
2021-11-16[lldb] Refactor Platform::ResolveExecutablePavel Labath
2021-11-16[lldb] Simplify specifying of platform supported architecturesPavel Labath
2021-11-12[lldb][NFC] Inclusive language: replace master/slave names for ptysQuinn Pham
2021-11-09[lldb] Fix cross-platform killsPavel Labath
2021-10-27Modernize Platform::GetOSKernelDescriptionPavel Labath
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-25[lldb] Modernize Platform::GetOSBuildStringPavel Labath
2021-10-22Host::GetOSBuildStringPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-14[lldb] Move ~Platform to source fileRaphael Isemann
2021-10-14[lldb] Remove logging from Platform::~PlatformRaphael Isemann
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath
2021-09-20[lldb] Remove two #ifndef linux from Platform.cppPavel Labath
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-10-30[lldb] GetSharedModule: Collect old modules in SmallVectorJoseph Tremoulet
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann
2020-09-23[lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-08-20[lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)Jonas Devlieghere
2020-07-14[lldb] Make `process connect` blocking in synchronous mode.Jonas Devlieghere
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere