#LLDB
learning a lot about thread stack sizes & using lldb today
October 16, 2024 at 11:08 PM
Bedwetter mornings #abdl #ageplay #lldb #bedwetter
September 14, 2026 at 10:00 PM
omg I've been chasing a good GDB/LLDB MCP server for a while and it turns out LLDB v21+ has it built-in!!

lldb.llvm.org/use/mcp.html
Model Context Protocol (MCP) - 🐛 LLDB
lldb.llvm.org
April 4, 2026 at 9:20 AM
okay well, my profiler only works if you run it inside of lldb

I guess lldb is a dependency now.
April 25, 2026 at 8:35 PM
alias --save laladubu lldb
May 6, 2026 at 3:58 AM
writing rust is a lot more exciting* since I brought cranelift (a JIT compiler) into the mix

*spending a lot more time in lldb, valgrind, etc.
December 21, 2025 at 11:52 PM
I shared this earlier on Twitter. Claude Code using TMUX to remote control LLDB to debug a bug. www.youtube.com/watch?v=tg61...
Claude Code Debugs with LLDB in TMUX
YouTube video by Armin Ronacher
www.youtube.com
August 12, 2025 at 3:01 PM
achievement unlocked: making a thing that generates executable code that LLDB can step through with full debuginfo so I can see my IR directly in the debugger
March 4, 2026 at 9:57 PM
friend of mine is now referring to lldb exclusively as laladubu in VC and I feel a bit guilty for unleashing this upon my friend group
alias --save laladubu lldb
May 17, 2026 at 8:10 PM
Great language support means nothing without great tooling. Watch Jonas Devlieghere show how LLDB brings first-class debugging to Swift on WebAssembly. fosdem.org/2026/schedul... #Wasm #FOSDEM
March 4, 2026 at 11:02 PM
Added some new commands to the GDB & LLDB plugin for V8..

`v8 source`: shows the JS source of the selected frame
`v8 isolate`: find the isolate address in the current thread, works from the coredump too (implementing that in LLDB was quite a bit of challenge!)
August 8, 2026 at 11:36 AM
i can reciprocate by teaching you:
- playing the tuba
- laser cutting
- using lldb
March 30, 2024 at 1:16 AM
oh mine's working (using lib.rs/crates/lldb — the SB interface) I'm just wondering if it's novel or if it's been done before
lldb
Rust-like bindings to the public LLDB API. LLDB is the debugger from the LLVM project and is the system debugger on macOS.
lib.rs
March 25, 2026 at 4:23 AM
hey is there any compiler out there that has tooling that steps through CFG-MIR in an interpreter AND machine code in LLDB in lockstep automatically to find where they diverge?
March 25, 2026 at 4:09 AM
I wrote about some Rust debuginfo tooling I've been working on recently:
Introducing Rudy: A Toolchain for Rust Debuginfo
Rudy provides libraries for working with Rust's DWARF debuginfo and an lldb extension built on top of them.
www.samjs.io
July 10, 2025 at 4:10 PM
I'm not even joking when I say Claude Code wrote over 50 lines of code while Xcode's debugger was hanging here waiting for my lldb command to resolve.
May 29, 2025 at 7:36 PM
lldb would never
February 19, 2025 at 8:28 PM
you can try lldb, which should be good enough for gdb usecases.
December 22, 2024 at 4:42 AM
Moving along with the debug_helper-based LLDB & GDB V8 plugins...this now supports basic object inspection! It was fun to write tests that deliberately corrupt the memory and make sure the plugin falls back gracefully, something I've never tried before when maintaining other plugins :D
June 6, 2026 at 5:05 PM
I think, as a JavaScript developer, when you need to reach for LLDB, you've gone to deep.
June 22, 2025 at 7:35 PM
Sure GDB is bad, but have you ever tried using LLDB? my word,
March 15, 2025 at 12:45 AM
now looking at my laptop: bun, clojure, croissant, conda, deft, docker, lean, elm, emacs, espup, factor, fzf, ghc, gradle, hoogle, hy, julia, juliaup, jupyter, lein, lldb, luarocks, ocaml, php, prettier, quicklisp, sbcl, stack, steel, texmacs, tmux, unison, vim, vscode, zsh
July 19, 2026 at 10:31 PM
One of the many joys of using AI for programming is the creation of huge PRs on complex topics that the authors barely understand, but still suggest "because they work". Here's a great example from #OCaml github.com/ocaml/ocaml/...

Kudos to OCaml's maintainers for handling this so gracefully.
DWARF support for macOS and Linux by joelreymont · Pull Request #14369 · ocaml/ocaml
DWARF v5 Debugging Support for OCaml Native Compiler This PR adds DWARF v5 debug information to the OCaml native compiler, allowing proper source-level debugging in GDB and LLDB. What's Impleme...
github.com
November 24, 2025 at 9:48 AM
I am so torn between wanting to share this with no context so that the reader can have the full experience of developing a relationship with each of the parties in the discussion to this PR, and with knowing that the full impact of what is happening here might evade many without more explanation
DWARF support for macOS and Linux by joelreymont · Pull Request #14369 · ocaml/ocaml
DWARF v5 Debugging Support for OCaml Native Compiler This PR adds DWARF v5 debug information to the OCaml native compiler, allowing proper source-level debugging in GDB and LLDB. What's Impleme...
github.com
November 27, 2025 at 7:01 PM
May 11, 2026 at 12:03 AM