summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
AgeCommit message (Expand)Author
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
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
2024-05-27[lldb] Fixed PlatformPOSIX::DoLoadImage() in case of the Windows host (#93345)Dmitry Vasilyev
2023-09-11[lldb] Correctly invalidate unloaded image tokens (#65945)David Spickett
2023-04-25[lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex 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
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-05-23[lldb] Improve formatting of dlopen error messages (NFC)Dave Lee
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-03-17[LLDB] Modifying expression code in MakeLoadImageUtilityFunction to be more c...Shafik Yaghmour
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-02-22[lldb] Fix race condition between lldb-vscode and stop hooks executorIlya Nozhkin
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
2021-12-07Fix error reporting for "process load" and add a test for it.Jim Ingham
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel 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
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-03-19[lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY (reapply)Vedant Kumar
2021-03-19Revert "[lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY"Vedant Kumar
2021-03-19[lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZYVedant Kumar
2021-03-14[lldb] Move PlatformPOSIX::ConnectToWaitingProcesses to RemoteAwarePlatformPavel Labath
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-12-07[lldb] [Platform/POSIX] Use gdb-remote plugin when attachingMichał Górny
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere
2020-10-06[lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIXMichał Górny
2020-05-13[lldb] Merge PlatformXXX::ResolveExecutablePavel Labath
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
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
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-12-04[lldb] Remove FileSpec(FileSpec*) constructorPavel Labath
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-09-10[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere