summaryrefslogtreecommitdiff
path: root/lldb/source/Host/macosx
AgeCommit message (Expand)Author
2025-10-15[LLDB][Darwin] Clarify which API call enables memory taggingJulian Lettner
2025-10-14[lldb][Darwin] Add `process launch --memory-tagging` option (#162944)Julian Lettner
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-06-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-06[lldb/Host] Enable inheriting "non-inheritable" FDs (#126935)Pavel Labath
2025-03-19[lldb] Move two methods from Platfrom -> Host (NFC) (#132119)Jonas Devlieghere
2025-03-10[lldb] Remove an extraneous `printf` statement. (#130453)John Harrison
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-03-05[lldb-dap] Implement a MemoryMonitor (#129332)Jonas Devlieghere
2025-02-05[lldb/Host] Add ability to open URLs on macOS (#125893)Med Ismail Bennani
2024-11-14[lldb] Fix cast-function-type-mismatch warning in Host.mm (NFC)Jonas Devlieghere
2024-10-17[lldb] Narrow scope of -Wno-deprecated-declarations (NFC) (#112276)Jonas Devlieghere
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-27[lldb] Cleanup dyld_process_t after constructing SharedCacheInfo (#106157)Alex Langford
2024-08-15[LLDB][OSX] Removed semi colon generating a warning during build (#104398)Daniel Wedzicha
2024-08-14[LLDB][OSX] Add a fallback support exe directory (#103458)Walter Erquinigo
2024-05-14[lldb] Allow env override for LLDB_ARGDUMPER_PATH (#91688)Keith Smiley
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-05-02[lldb] Add a log level to Host::SystemLog (#90904)Jonas Devlieghere
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2023-10-31Also log the error output from xcrun, if it fails. (#70716)Adrian Prantl
2023-10-30Fix the DEVELOPER_DIR computation (#70528)Adrian Prantl
2023-10-25Fix log format stringsAdrian Prantl
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-10[lldb][NFCI] Remove use of ifdef __cpluplus where unneededAlex Langford
2023-08-02[lldb] Re-add compile-time checks for SPI in HosInfoMacOSXAlex Langford
2023-07-31[lldb] Clean up uses of UuidCompatibility.hAlex Langford
2023-06-06[lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)Jonas Devlieghere
2023-05-31HostInfoMacOS: Add a utility function for finding an SDK-specific toolAdrian Prantl
2023-05-31Factor out xcrun into a function (NFC)Adrian Prantl
2023-05-29Revert "Revert "Host: generalise `GetXcodeSDKPath`""Saleem Abdulrasool
2023-05-26Revert "Factor out xcrun into a function (NFC)"Adrian Prantl
2023-05-26Revert "Make function static (NFC)"Adrian Prantl
2023-05-26Make function static (NFC)Adrian Prantl
2023-05-26Factor out xcrun into a function (NFC)Adrian Prantl
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere
2023-05-01Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung
2023-04-28[lldb] Refactor host::OpenFileInExternalEditorJonas Devlieghere
2023-04-28Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool
2023-03-30[lldb] Replace sprintf with snprintf (NFC)Dave Lee
2023-03-30[lldb] Replace deprecated CFPropertyListWriteToStream (NFC)Dave Lee
2023-03-21[lldb][CMake] Enforce not linking against plugin libs in core libsAlex Langford
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
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-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata