summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/Host.cpp
AgeCommit message (Expand)Author
2025-07-31[windows][lldb] implement system logging on Windows (#150213)Charles Zablit
2025-03-25[lldb][AIX] Minor AIX specific changes (#132718)Dhruv Srivastava
2025-03-24[lldb][AIX] clang-format for common Host.cpp (#132712)Dhruv Srivastava
2025-01-27[lldb] Android 9 has added the spawn.h header (#124452)Brad Smith
2025-01-27[lldb] Simplify preprocessor conditional (#124522)Pavel Labath
2025-01-24[lldb] Enable the use of dladdr() on Android (#124187)Brad Smith
2025-01-09[lldb] Move GetEnvironment function into common code (#122173)Brad Smith
2024-10-15[lldb] Make the system log a NOOP on non-Darwin platformsJonas Devlieghere
2024-10-14[lldb] Make the system log a NOOP on Windows (#112052)Jonas Devlieghere
2024-10-10[lldb] Introduce an always-on system log category/channel (#108495)Jonas Devlieghere
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-23[lldb] Drop LOG_CONS from openlog call.Jonas Devlieghere
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-03-05[lldb] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere
2024-02-08Revert "[lldb] Expand background symbol lookup" (#81182)Jonas Devlieghere
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-30[lldb] Remove pre GCC 4.8 workaround (#73981)Brad Smith
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere
2023-04-28[lldb] Refactor host::OpenFileInExternalEditorJonas Devlieghere
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-07-24[lldb] Use true instead of 0 (NFC)Kazu Hirata
2022-06-27[lldb] Add a log dump commandJonas Devlieghere
2022-06-24[lldb] Move Host::SystemLog out of !defined(_WIN32)Jonas Devlieghere
2022-06-24[lldb] Add SystemLogHandler for emitting log messages to the system logJonas Devlieghere
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere
2022-05-03[lldb] Add a function to check if lldb is running in an interactive sessionJonas Devlieghere
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-01[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-23[lldb] Modernize ThreadLauncherPavel 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-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere
2020-06-18Set appropriate host defines for building under emscriptenDerek Schuff
2020-04-28[lldb/Host] Pass a StringRef to the FileSpec ctorJonas Devlieghere
2020-04-01[lldb] Inherit host environment when running shell commandsPavel Labath
2020-03-13[lldb/Reproducers] Intercept the FindProcesses APIJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-15[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-08Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song