Files
rust/src
Jonathan Brouwer 6aa3c7ef30 Rollup merge of #156899 - Walnut356:lldb_batchmode, r=jieyouxu
fix breakpoint callback registration in `lldb_batchmode`

We'd been failing to register the callback for a while now, because it couldn't find the specified function. This change imports `lldb_batchmode` and uses the namespaced name of the function.

As an aside, I'm relatively sure this breakpoint callback isn't necessary anymore. Whenever lldb stops at a breakpoint, it updates the selected thread/frame automatically. I don't want to remove it quite yet because I *might* need it for some bookkeeping with the `lldb-repr` directive (and `--bless` behavior)
2026-05-26 13:42:19 +02:00
..
2026-05-25 01:32:05 -05:00
2026-04-29 23:30:49 +02:00
2026-05-20 13:07:43 +08:00
2026-04-16 19:30:56 -04:00
2026-05-22 00:33:25 -07:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.