Skip to content

Commit

Permalink
devlog: LLDB Fork for Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 23, 2025
1 parent f1237af commit ab8faeb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/en-US/devlog/2024/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
// an example of a correct date string.
---

# LLDB Fork for Zig

Author: Alex Rønne Petersen

One of the major things [Jacob](https://github.com/jacobly0) has been working on is good debugging support for Zig. This
includes an [LLDB fork](https://github.com/jacobly0/llvm-project/tree/lldb-zig) with enhancements for the Zig language,
and is primarily intended for use with Zig's self-hosted backends. With the self-hosted x86_64 backend becoming much
more usable in the upcoming 0.14.0 release, I decided to type up a
[wiki page](https://github.com/ziglang/zig/wiki/LLDB-for-Zig) with instructions for building and using the fork.

If you're already trying out Zig's self-hosted backend in your workflow, please take the LLDB fork for a spin and see
how it works for you.

# [For Christmas: Self-Referential Global Values]($section.id('2024-12-25'))

Author: Matthew Lugg
Expand Down

0 comments on commit ab8faeb

Please sign in to comment.