LLVM/project 4b4cd2blldb/source/Plugins/Process/Windows/Common ProcessWindows.cpp

fixup! also change windows call to breakpointsiteneabled
DeltaFile
+1-1lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+1-11 files

LLVM/project a7c9725lldb/source/Plugins/DynamicLoader/MacOSX-DYLD DynamicLoaderDarwin.cpp

[lldb][Darwin] add 0x prefix on a hex value log message (#195223)
DeltaFile
+2-2lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
+2-21 files

LLVM/project 9f26ed4lldb/source/Target Process.cpp

fixup! Also delay initial breakpoint creation
DeltaFile
+9-1lldb/source/Target/Process.cpp
+9-11 files

LLVM/project c5a1f1alldb/test/API/functionalities/breakpoint/delayed_breakpoints TestDelayedBreakpoint.py main.c

fixup! Add test
DeltaFile
+41-0lldb/test/API/functionalities/breakpoint/delayed_breakpoints/TestDelayedBreakpoint.py
+7-0lldb/test/API/functionalities/breakpoint/delayed_breakpoints/main.c
+3-0lldb/test/API/functionalities/breakpoint/delayed_breakpoints/Makefile
+51-03 files

LLVM/project 965b4eblldb/source/Target Process.cpp

fixup! cosmetic changes
DeltaFile
+7-6lldb/source/Target/Process.cpp
+7-61 files

LLVM/project f00167flldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp

fixup! protect bp cache with a lock
DeltaFile
+7-0lldb/source/Target/Process.cpp
+1-0lldb/include/lldb/Target/Process.h
+8-02 files

LLVM/project ab70afalldb/source/Target Process.cpp

fixup! review comments
DeltaFile
+4-4lldb/source/Target/Process.cpp
+4-41 files

LLVM/project 223ed6elldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp ThreadPlanStepOverBreakpoint.cpp

fixup! use Error instead of Status
DeltaFile
+14-12lldb/source/Target/Process.cpp
+4-4lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
+2-2lldb/include/lldb/Target/Process.h
+20-183 files

LLVM/project 7d272a1lldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp

fixup! fix typos
DeltaFile
+1-1lldb/include/lldb/Target/Process.h
+1-1lldb/source/Target/Process.cpp
+2-22 files

LLVM/project 9c3469blldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp

fixup! Remove delayed breakpoints
DeltaFile
+7-11lldb/source/Target/Process.cpp
+2-4lldb/include/lldb/Target/Process.h
+9-152 files

LLVM/project 03271b2lldb/source/Target Process.cpp

fixup! don't enqueue actions that won't change the site status
DeltaFile
+7-1lldb/source/Target/Process.cpp
+7-11 files

LLVM/project d0940e9lldb/include/lldb/Target Process.h, lldb/source/Target Process.cpp

fixup! fix order of class declaration
DeltaFile
+14-12lldb/include/lldb/Target/Process.h
+2-3lldb/source/Target/Process.cpp
+16-152 files

LLVM/project e3ba307lldb/include/lldb/Target Process.h

fixup! make iteration order independent of pointers
DeltaFile
+10-1lldb/include/lldb/Target/Process.h
+10-11 files

LLVM/project bc745b3lldb/source/Target TargetProperties.td Process.cpp

fixup! review comments
DeltaFile
+2-2lldb/source/Target/TargetProperties.td
+1-0lldb/source/Target/Process.cpp
+3-22 files

LLVM/project a90e686lldb/include/lldb/Target Process.h, lldb/source/Plugins/Process/Utility StopInfoMachException.cpp

[lldb] Implement delayed breakpoints

This patch changes the Process class so that it delays *physically*
enabling/disabling breakpoints until the process is about to
resume/detach/be destroyed, potentially reducing the packets transmitted
by batching all breakpoints together.

Most classes only need to know whether a breakpoint is "logically"
enabled, as opposed to "physically" enabled (i.e. the remote server has
actually enabled the breakpoint). However, lower level classes like
derived Process classes, or StopInfo may actually need to know whether
the breakpoint was physically enabled. As such, this commit also adds a
"IsPhysicallyEnabled" API.

https://github.com/llvm/llvm-project/pull/192910
DeltaFile
+96-6lldb/source/Target/Process.cpp
+30-1lldb/include/lldb/Target/Process.h
+6-6lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+5-3lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
+4-2lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
+5-0lldb/source/Target/TargetProperties.td
+146-183 files not shown
+150-229 files

LLVM/project a43299dorc-rt/lib/executor NativeDylibManager.cpp

[orc-rt] Add missing #include <algorithm> (#195224)
DeltaFile
+1-0orc-rt/lib/executor/NativeDylibManager.cpp
+1-01 files

FreeBSD/ports f96ff43net/frr10 distinfo Makefile

net/frr10: Update to 10.6.1

Changelog: https://github.com/FRRouting/frr/releases/tag/frr-10.6.1
Reported by:    portscout
Sponsored by:   Netflix
DeltaFile
+3-3net/frr10/distinfo
+1-1net/frr10/Makefile
+4-42 files

FreeBSD/src 5877718release/pkg_repos release-dvd.conf, release/scripts pkg-stage.sh

Revert "release: Ship firmware from kmods repo on DVD"

As we did in 14.4, this needs to be backed out of 15.1 to fix the
build.  We're going to ship kmods built on 15.0 instead of 15.1 on
the DVD but hopefully those will work.

This reverts commit b0fbed20ceb9b899e7e20bf785e9d303608bc7a0.

Approved by:    re (cperciva)
DeltaFile
+7-18release/scripts/pkg-stage.sh
+0-7release/pkg_repos/release-dvd.conf
+7-252 files

FreeBSD/ports c5ba2c6math/symengine Makefile

math/symengine: fix build with LLVM 20+

PR:     294924
DeltaFile
+8-1math/symengine/Makefile
+8-11 files

FreeBSD/ports 06ec866misc/py-pytorch-lightning distinfo Makefile

misc/py-pytorch-lightning: fix fetch

PR:     294927
DeltaFile
+2-2misc/py-pytorch-lightning/distinfo
+1-0misc/py-pytorch-lightning/Makefile
+3-22 files

FreeBSD/ports 9833c1dnet/zapret2 distinfo Makefile

net/zapret2: update 0.9.5 → 0.9.5.2
DeltaFile
+3-3net/zapret2/distinfo
+2-2net/zapret2/Makefile
+5-52 files

FreeBSD/ports 7fdb218shells Makefile, shells/agsh distinfo Makefile

shells/agsh: New port: General-purpose AI agent runtime
DeltaFile
+975-0shells/agsh/distinfo
+510-0shells/agsh/Makefile
+16-0shells/agsh/files/patch-src_tools_shell.rs
+12-0shells/agsh/pkg-descr
+1-0shells/Makefile
+1,514-05 files

FreeBSD/ports b5eb377misc/ollama distinfo Makefile

misc/ollama: update 0.21.2 → 0.22.1
DeltaFile
+11-11misc/ollama/distinfo
+1-1misc/ollama/Makefile
+12-122 files

FreeBSD/ports 801c9f0www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.43.0 → 0.43.2
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

FreeBSD/ports f82fb54audio/samplv1-lv2 distinfo Makefile

audio/samplv1-lv2: update 1.4.1 → 1.4.2
DeltaFile
+3-3audio/samplv1-lv2/distinfo
+1-1audio/samplv1-lv2/Makefile
+4-42 files

FreeBSD/ports c54c873audio/drumkv1-lv2 distinfo Makefile

audio/drumkv1-lv2: update 1.4.1 → 1.4.2
DeltaFile
+3-3audio/drumkv1-lv2/distinfo
+1-1audio/drumkv1-lv2/Makefile
+4-42 files

FreeBSD/ports 082857dmath/gretl distinfo pkg-plist

math/gretl: update 2026a → 2026b
DeltaFile
+3-3math/gretl/distinfo
+2-2math/gretl/pkg-plist
+1-1math/gretl/Makefile
+6-63 files

FreeBSD/ports ef7294aaudio/qtractor distinfo Makefile

audio/qtractor: update 1.5.12 → 1.6.0
DeltaFile
+3-3audio/qtractor/distinfo
+2-2audio/qtractor/Makefile
+5-52 files

FreeBSD/ports 7d9fcb2audio/padthv1-lv2 distinfo Makefile

audio/padthv1-lv2: update 1.4.1 → 1.4.2
DeltaFile
+3-3audio/padthv1-lv2/distinfo
+1-1audio/padthv1-lv2/Makefile
+4-42 files

FreeBSD/ports 41b2512audio/synthv1-lv2 distinfo Makefile

audio/synthv1-lv2: update 1.4.1 → 1.4.2
DeltaFile
+3-3audio/synthv1-lv2/distinfo
+1-1audio/synthv1-lv2/Makefile
+4-42 files