lldb-commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/04/04
[Lldb-commits] [lldb] [lldb][debugserver] Interrupt should reset outstanding SIGSTOP (PR #132128)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][debugserver] Fix an off-by-one error in watchpoint identification (PR #134314)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] 12cf6d3 - [lldb] Fix missing semicolon in lldbassert macro
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] add --platform-available-ports option to the dotest.py (PR #112555)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependencies and reduce lldb-server size (PR #131645)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [llvm] [lldb][lldb-dap] Implement jump to cursor (PR #130503)
Greg Clayton via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Add a {ObjectFile, SymbolFile}::GetObjectName method (PR #133370)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Add a {ObjectFile, SymbolFile}::GetObjectName method (PR #133370)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Show the path to the .o instead of the containing .a in progress events (PR #133370)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] 03604a7 - [lldb] Make lldbassert fire only once per instance (#134343)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Make lldbassert fire only once per instance (PR #134343)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb/DWARF] Remove "range lower than function low_pc" check (PR #132395)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (PR #134160)
via lldb-commits
2025/04/04
[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] Fix typos: paramter, parametr, parametere (PR #134092)
Jay Foad via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Enable runInTerminal tests on macOS. (PR #133824)
John Harrison via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Fix plugin manager test failure on windows (PR #134173)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Revert "[LLDB] Expose checking if the symbol file exists/is loaded via SBModule" (PR #134341)
Jacob Lalonde via lldb-commits
2025/04/04
[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132234)
Matheus Izvekov via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (PR #129092)
Mikhail Zakharov via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Make ELF files able to load section headers from memory. (PR #129166)
Greg Clayton via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (PR #132043)
Vy Nguyen via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Change test paths to resolve symlinks (PR #132053)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][debugserver] Save and restore the SVE/SME register state (PR #134184)
Jason Molenda via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb/gdb-remote] Do not crash on an invalid server response (PR #131979)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132234)
Matheus Izvekov via lldb-commits
2025/04/04
[Lldb-commits] [lldb] 52de49e - [lldb][debugserver][MacOSX] Work around sanitizer misaligned address errors when reading exception data (#132193)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Remove raw access to PluginInstances vector (PR #132884)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Migrating DAP 'initialize' to new typed RequestHandler. (PR #133007)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)
Aleksandr Korepanov via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][Telemetry] Collect telemetry from client when allowed. (PR #129728)
Vy Nguyen via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
Tom Yang via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
Tom Yang via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
via lldb-commits
2025/04/04
[Lldb-commits] [clang] [clang-tools-extra] [lldb] Reland: [clang] preserve class type sugar when taking pointer to member (PR #132401)
Matheus Izvekov via lldb-commits
2025/04/04
[Lldb-commits] [lldb] control Darwin parallel image loading with target.parallel-module-load (PR #134437)
Tom Yang via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (PR #127505)
Alex Bradbury via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] dca7e03 - [lldb] add --platform-available-ports option to the dotest.py (#112555)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [llvm] [lldb] Implement CLI support for reverse-continue (PR #132783)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Use correct path for debugserver (PR #131609)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][debugserver] Save and restore the SVE/SME register state (PR #134184)
Jason Molenda via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add enable/disable api for SystemRuntime plugins (PR #133794)
LLVM Continuous Integration via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Fix use-after-free in SBMutexTest (PR #133840)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread name container before writing UTF8 bytes (PR #134150)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] ff21b50 - Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [SBProgress] Add swig support for `with` statement in Python (PR #133527)
Jacob Lalonde via lldb-commits
2025/04/04
[Lldb-commits] [lldb] 87bebd3 - [LLDB][NFC]Move fields that might be referenced in scope-exit to beginning (#133785)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Parallelize module loading in POSIX dyld code (PR #130912)
Tom Yang via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (PR #134160)
Felipe de Azevedo Piovezan via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Creating a common configuration structure for launch and attach requests. (PR #133960)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Use correct path for debugserver (PR #131609)
Yuval Deutscher via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB] Add unary operators Dereference and AddressOf to DIL (PR #134428)
Ilia Kuklin via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB] Add unary operators Dereference and AddressOf to DIL (PR #134428)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB] Add unary operators Dereference and AddressOf to DIL (PR #134428)
Ilia Kuklin via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Make lldbassert fire only once per instance (PR #134343)
Adrian Prantl via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [lldb] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (PR #134246)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
Felipe de Azevedo Piovezan via lldb-commits
2025/04/04
[Lldb-commits] [lldb] 232525f - [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (#134397)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add commands to list/enable/disable plugins (PR #134418)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
David Spickett via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][lldb-dap] Added support for "WriteMemory" request. (PR #131820)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb-dap] Add a -v/--version command line argument (PR #134114)
John Harrison via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] add --platform-available-ports option to the dotest.py (PR #112555)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][Telemetry] Collect telemetry from client when allowed. (PR #129728)
Vy Nguyen via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Remove raw access to PluginInstances vector (PR #132884)
David Peixotto via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Use correct path for lldb-server executable (PR #131519)
Yuval Deutscher via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Convert Breakpoint & Watchpoints structs to classes (NFC) (PR #133780)
John Harrison via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Jonas Devlieghere via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [lldb] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][lldb-dap] Added support for "WriteMemory" request. (PR #131820)
via lldb-commits
2025/04/04
[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [WIP][lldb] Alternative implementation of more reliable function call infrastructure (PR #115245)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
Felipe de Azevedo Piovezan via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
Felipe de Azevedo Piovezan via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (PR #134397)
Felipe de Azevedo Piovezan via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [WIP: DO NOT MERGE] [lldb][Format] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [lldb] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [lldb][Format] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [libcxxabi] [lldb] [llvm] [WIP: DO NOT MERGE] [lldb][Format] Add option to highlight function names in backtraces (PR #131836)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
David Spickett via lldb-commits
2025/04/04
[Lldb-commits] [lldb] d4002b4 - [lldb] Skip Expression NonZeroFrame test on Windows
David Spickett via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
David Spickett via lldb-commits
2025/04/04
[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [WIP][lldb] Alternative implementation of more reliable function call infrastructure (PR #115245)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (PR #134383)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC]Fix stack-use-after free bug. (PR #134296)
Vy Nguyen via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Add DAP tests for initialized event to be sure stats are present (PR #134266)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] a2e888f - [LLDB][NFC]Fix stack-use-after free bug. (#134296)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC]Fix stack-use-after free bug. (PR #134296)
Vy Nguyen via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Dhruv Srivastava via lldb-commits
2025/04/04
[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [WIP][lldb] Alternative implementation of more reliable function call infrastructure (PR #115245)
Michael Buch via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Dhruv Srivastava via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Dhruv Srivastava via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (PR #134246)
Pavel Labath via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Dhruv Srivastava via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Hemang Gadhavi via lldb-commits
2025/04/04
[Lldb-commits] [lldb] e4f76e3 - Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134246)
via lldb-commits
2025/04/04
[Lldb-commits] [lldb] Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (PR #134246)
Pavel Labath via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
LLVM Continuous Integration via lldb-commits
2025/04/03
[Lldb-commits] [lldb] 46e2c07 - [LLDB] Add DIL code for handling plain variable names. (#120971)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Make lldbassert fire only once per instance (PR #134343)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Make lldbassert fire only once per instance (PR #134343)
Jonas Devlieghere via lldb-commits
2025/04/03
[Lldb-commits] [lldb] Revert "[LLDB] Expose checking if the symbol file exists/is loaded via SBModule" (PR #134341)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] Revert "[LLDB] Expose checking if the symbol file exists/is loaded via SBModule" (PR #134341)
Jacob Lalonde via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Clear thread name container before writing UTF8 bytes (PR #134150)
Karl Traunmüller via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb][debugserver] Fix an off-by-one error in watchpoint identification (PR #134314)
Jason Molenda via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
Mariusz Borsa via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
Mariusz Borsa via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb][debugserver] Fix an off-by-one error in watchpoint identification (PR #134314)
Jason Molenda via lldb-commits
2025/04/03
[Lldb-commits] [lldb] Add DAP tests for initialized event to be sure stats are present (PR #134266)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add integration test for libsanitizers trace collection (PR #134323)
Julian Lettner via lldb-commits
2025/04/03
[Lldb-commits] [lldb] f1c6612 - [lldb][debugserver] Save and restore the SVE/SME register state (#134184)
Jason Molenda via lldb-commits
2025/04/03
[Lldb-commits] [lldb] bec5cfd - [lldb-dap] Protect SetBreakpoint with the API mutex (#134030)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] 5f99e0d - [lldb] Use the "reverse video" effect when colors are disabled. (#134203)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Expose checking if the symbol file exists/is loaded via SBModule (PR #134163)
Greg Clayton via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (PR #127505)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)
Hu Jialun via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Clear thread name container before writing UTF8 bytes (PR #134150)
Saleem Abdulrasool via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Use the "reverse video" effect when colors are disabled. (PR #134203)
Jonas Devlieghere via lldb-commits
2025/04/03
[Lldb-commits] [libcxxabi] [lldb] [llvm] [WIP] [ItaniumDemangle] Add infrastructure to track location information of parts of a demangled function name (PR #133249)
Richard Smith via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB][NFC]Fix stack-use-after free bug. (PR #134296)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB][NFC]Fix stack-use-after free bug. (PR #134296)
Vy Nguyen via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
Pavel Labath via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Clear thread name container before writing UTF8 bytes (PR #134150)
Jeremy Day via lldb-commits
2025/04/03
[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] Fix typos: paramter, parametr, parametere (PR #134092)
Jay Foad via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb] Use the "reverse video" effect when colors are disabled. (PR #134203)
via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap 'launch' request to use typed RequestHandler<>. (PR #133624)
John Harrison via lldb-commits
2025/04/03
[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap 'launch' request to use typed RequestHandler<>. (PR #133624)
John Harrison via lldb-commits
Earlier messages
Later messages