- 15b7df4 [lldb] [Host/Terminal] Remove stale Config.h include from the header by Michał Górny · 3 years, 5 months ago
- e50f02b [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse by Michał Górny · 3 years, 5 months ago
- 073c5d0 [lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct by Michał Górny · 3 years, 5 months ago
- 8dbbe33 Revert "[lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse" by Med Ismail Bennani · 3 years, 5 months ago
- e1acadb [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse by Michał Górny · 3 years, 5 months ago
- 4373f35 [lldb] [Host] Move port predicate-related logic to gdb-remote by Michał Górny · 3 years, 5 months ago
- 58d28b9 [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor by Michał Górny · 3 years, 5 months ago
- 0a39a9c Modernize and simplify HostInfo::GetOSKernelDescription by Pavel Labath · 3 years, 5 months ago
- 21bb808 [lldb] Support serial port parity checking by Michał Górny · 3 years, 5 months ago
- 8b8070e Host::GetOSBuildString by Pavel Labath · 3 years, 5 months ago
- 4a7b4be [lldb] Add serial:// protocol for connecting to serial port by Michał Górny · 3 years, 5 months ago
- 92fb574 [lldb] [Host] Add setters for common teletype properties to Terminal by Michał Górny · 3 years, 5 months ago
- 39f2b05 [lldb] [Host] Make Terminal methods return llvm::Error by Michał Górny · 3 years, 5 months ago
- fee461b [lldb] [ConnectionFileDescriptorPosix] Combine m_read_sp & m_write_sp by Michał Górny · 3 years, 5 months ago
- 4b46a41 [lldb] [ConnectionFileDescriptorPosix] Refactor scheme matching by Michał Górny · 3 years, 5 months ago
- f853789 [lldb] [Host] Sync TerminalState::Data to struct type by Michał Górny · 3 years, 5 months ago
- 58b4501 [lldb] [Host] Refactor TerminalState by Michał Górny · 3 years, 6 months ago
- 52b04ef [lldb] [Host] Remove TerminalStateSwitcher by Michał Górny · 3 years, 6 months ago
- 9da2fa2 [lldb] Move StringConvert inside debugserver by Michał Górny · 3 years, 6 months ago
- 5f1c8d8 [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API by Michał Górny · 3 years, 6 months ago
- c1af84c Revert "[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API" by Michał Górny · 3 years, 6 months ago
- a6daf99 [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API by Michał Górny · 3 years, 6 months ago
- 37cbd817 [lldb] [llgs server] Support creating core dumps on NetBSD by Michał Górny · 3 years, 11 months ago
- 8bbef4f [lldb] [gdb-remote] Sync vFile:open mode constants with GDB by Michał Górny · 3 years, 8 months ago
- 14735ca [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat by Michał Górny · 3 years, 8 months ago
- 55fd6f2 Revert "D106035: Remove conditional compilation for WCHAR support in libedit" by Neal Sidhwaney · 3 years, 7 months ago
- 7529f0e D106035: Remove conditional compilation for WCHAR support in libedit by Neal Sidhwaney · 3 years, 10 months ago
- bf33835 [lldb] Get rid of HAVE_SYS_TYPES_H by Nico Weber · 3 years, 7 months ago
- 82dc463 [lldb] Get rid of HAVE_SIGACTION by Nico Weber · 3 years, 8 months ago
- 7d27230 [lldb][AArch64] Add memory tag writing to lldb-server by David Spickett · 4 years ago
- fd2433e [lldb] Replace default bodies of special member functions with = default; by Jonas Devlieghere · 3 years, 9 months ago
- da2e614 [lldb][AArch64] Add memory tag reading to lldb-server by David Spickett · 4 years, 1 month ago
- 8d58fbd [lldb][AArch64] Add memory-tagging qSupported feature by David Spickett · 4 years, 1 month ago
- 7f20e6a [lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses by Raphael Isemann · 3 years, 9 months ago
- f3f9045 [lldb] Fix leak in test by Vitaly Buka · 3 years, 9 months ago
- 9494c51 [lldb] Use C++11 default member initializers by Jonas Devlieghere · 3 years, 9 months ago
- 76e47d4 [lldb][NFC] Use C++ versions of the deprecated C standard library headers by Raphael Isemann · 3 years, 10 months ago
- 5af3a66 Remove Windows editline from LLDB by Neal (nealsid) · 3 years, 10 months ago
- fd89af6 Wrap edit line configuration calls into helper functions by Neal (nealsid) · 3 years, 11 months ago
- ca7824c [lldb] [gdb-remote] Report QPassSignals and qXfer via extensions API by Michał Górny · 3 years, 11 months ago
- bbae0c1 [lldb] [llgs] Support owning and detaching extra processes by Michał Górny · 4 years ago
- 6c37984 [lldb] [gdb-remote server] Introduce new stop reasons for fork and vfork by Michał Górny · 4 years ago
- 3122576 [lldb] [Process] Introduce protocol extension support API by Michał Górny · 4 years ago
- 08ce2ba [lldb] [MainLoop] Support multiple callbacks per signal by Michał Górny · 4 years ago
- a401870 [lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC. by Martin Storsjö · 4 years ago
- c8d18cb Reland "[lldb] [Process] Watch for fork/vfork notifications" for Linux by Michał Górny · 4 years ago
- 121cff7 Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated followups by Pavel Labath · 4 years ago
- c9cf394 [lldb] Replace NativeProcess delegate list with a single delegate by Pavel Labath · 4 years ago
- a345419 [lldb] [Process] Watch for fork/vfork notifications by Michał Górny · 4 years ago
- 0b69756 [trace][intel-pt] Implement trace start and trace stop by Walter Erquinigo · 4 years, 4 months ago
- a0793cb Update SafeMachO.h to #undefine more names by Jason Molenda · 4 years ago
- 3e0ad11 [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch by Med Ismail Bennani · 4 years ago
- 5826aa4 Migrate to llvm::unique_function instead of static member functions for callbacks by Neal (nealsid) · 4 years ago
- 36254f1 [lldb] Revert ScriptedProcess patches by Med Ismail Bennani · 4 years ago
- d62a53a [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch by Med Ismail Bennani · 4 years, 1 month ago
- 004a264 [lldb] Fix shared library directory computation on windows by Pavel Labath · 4 years, 1 month ago
- 78cb456 Make offset field optional in RegisterInfo packet for Arm64 by Muhammad Omair Javaid · 4 years, 3 months ago
- b69c09b Support custom expedited register set in gdb-remote by Muhammad Omair Javaid · 4 years, 4 months ago
- 21555ff [intel-pt][trace] Implement a "get supported trace type" packet by Walter Erquinigo · 4 years, 5 months ago
- 45c3fc9 [lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned. by Raphael Isemann · 4 years, 5 months ago
- e4cc6e9 [lldb] Modernize PseudoTerminal::Fork by Pavel Labath · 4 years, 5 months ago
- 73811d3 [lldb] Move copying of files into reproducer out of process by Jonas Devlieghere · 4 years, 5 months ago
- dae7b10 [lldb] Split out NetBSD/x86 watchpoint impl for unification by Michał Górny · 4 years, 5 months ago
- daae4a8 [lldb] Modernize PseudoTerminal::OpenSecondary by Pavel Labath · 4 years, 5 months ago
- 2c4226f [lldb-server][linux] Add ability to allocate memory by Pavel Labath · 4 years, 5 months ago
- 6bb123b [lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimary by Pavel Labath · 4 years, 5 months ago
- f21fccc [LLDB] Fix 37 tests on Windows by Adrian McCarthy · 4 years, 5 months ago
- abaca23 [lldb] [Windows] Add missing 'override', silencing warnings. NFC. by Martin Storsjö · 4 years, 5 months ago
- 3dfb949 [lldb] Check for and use ptsname_r if available by Pavel Labath · 4 years, 5 months ago
- addb514 [lldb/Target] Add custom interpreter option to `platform shell` by Med Ismail Bennani · 4 years, 7 months ago
- 73af341 [lldb] Capture and load home directory from the reproducer. by Jonas Devlieghere · 4 years, 7 months ago
- 921c1b7 [lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC) by Jonas Devlieghere · 4 years, 7 months ago
- de9e850 [lldb] Display autosuggestion part in gray if there is one possible suggestion by Shu Anzai · 4 years, 7 months ago
- cff880b Revert "[lldb] Display autosuggestion part in gray if there is one possible suggestion" by Raphael Isemann · 4 years, 7 months ago
- 246afe0 [lldb] Display autosuggestion part in gray if there is one possible suggestion by Shu Anzai · 4 years, 7 months ago
- 51117e3 [lldb][NFC] Remove unused custom reimplementation of realpath for Windows by Raphael Isemann · 4 years, 7 months ago
- c4701c9 [lldb] Add missings moves where appropiate (NFC) by Jonas Devlieghere · 4 years, 7 months ago
- c952ec1 [lldb] fix building with panel.h being in /usr/include/ncurses/ by Luboš Luňák · 4 years, 7 months ago
- 8113a8b [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache by Fred Riss · 4 years, 8 months ago
- c1709e5 Set appropriate host defines for building under emscripten by Derek Schuff · 4 years, 9 months ago
- 388afd8 [lldb] Remove redundant access specifiers (NFC) by Jonas Devlieghere · 4 years, 9 months ago
- 64ec505 [lldb] Rename Master/Slave to Primary/Secondary (NFC) by Jonas Devlieghere · 4 years, 9 months ago
- 3d7b926 Move GetXcode*Directory into HostInfo (NFC) by Adrian Prantl · 4 years, 9 months ago
- eaebcbc [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN by Konrad Kleine · 4 years, 10 months ago
- d9166ad [lldb/Driver] Support terminal resizing by Fred Riss · 4 years, 10 months ago
- f0c08b7 Move the Xcode SDK path caching to HostInfo by Adrian Prantl · 4 years, 10 months ago
- c9e6b70 [lldb/Host] Modernize some socket functions by Pavel Labath · 5 years ago
- e57361c [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool by Jonas Devlieghere · 5 years ago
- 1e05d7b Remap the target (Xcode) SDK directory to the host SDK directory. by Adrian Prantl · 5 years ago
- 1f80e51 [lldb/Reproducers] Collect files imported by command script import by Jonas Devlieghere · 5 years ago
- 2451cbf [lldb/Reproducers] Intercept the FindProcesses API by Jonas Devlieghere · 5 years ago
- 638b06c [lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI) by Jonas Devlieghere · 5 years ago
- 2affdce [lldb][NFC] Fix several -Wdocumentation warnings by Raphael Isemann · 5 years ago
- 3ec3f62f Allow customized relative PYTHONHOME (Attemp 1) by Haibo Huang · 5 years ago
- 215a311 Revert "Allow customized relative PYTHONHOME" by Stella Stamenova · 5 years ago
- 0bb9062 Allow customized relative PYTHONHOME by Haibo Huang · 5 years ago
- ffd78a0 [lldb] Replace #pragma once with header guard by Jonas Devlieghere · 5 years ago
- cdc514e [lldb] Update header guards to be consistent and compliant with LLVM (NFC) by Jonas Devlieghere · 5 years ago
- 4c2b0a6 [lldb/Utility] Don't forward directories to the file collector by Jonas Devlieghere · 5 years ago
- d364815 [lldb][NFC] Take a llvm::Triple in ClangASTContext constructor by Raphael Isemann · 5 years ago