summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBPlatform.cpp
AgeCommit message (Expand)Author
2025-10-21[lldb-dap] Send a 'process' event on restart. (#163833)John Harrison
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto
2023-06-14[lldb] Fix SBPlatform after f4be9ff6458fAlex Langford
2023-06-14[lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory stringsAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
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-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
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-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-27Modernize Platform::GetOSKernelDescriptionPavel Labath
2021-10-25[lldb] Modernize Platform::GetOSBuildStringPavel Labath
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann
2020-09-10[lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatformJonas Devlieghere
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-03-31[lldb/API] Add missing reproducer instrumentation to GetHostPlatform.Jonas Devlieghere
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-28[lldb/API] Fix bogus copy assignment operatorJonas Devlieghere
2020-01-28[lldb/API] Implement the copy (assignment) constructor for SBPlatformJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath