@@ -246,13 +246,14 @@ Changes to the LLVM tools
246246Changes to LLDB
247247---------------
248248
249+ * A new `` webinspector-wasm `` platform was added to list and attach to WebAssembly processes in Safari.
250+ * The default for ` load-script-from-symbol-file ` was changed from ` warn ` to ` trusted ` . This means that scripts from
251+ code signed dSYM bundles are now loaded automatically, while untrusted bundles continue to produce a warning.
252+
249253### Deprecated APIs
250254
251255* `` SBTarget::GetDataByteSize() `` , `` SBTarget::GetCodeByteSize() `` , and `` SBSection::GetTargetByteSize() ``
252- have been deprecated. They always return 1, as before.
253- * A new `` webinspector-wasm `` platform was added to list and attach to WebAssebly processes in Safari.
254- * The default for ` load-script-from-symbol-file ` was changed from ` warn ` to ` trusted ` . This means that scripts from
255- code signed dSYM bundles are now loaded automatically, while untrusted bundles continue to produce a warning.
256+ have been deprecated. They always return ` 1 ` , as before.
256257
257258### FreeBSD
258259
@@ -272,16 +273,15 @@ Changes to LLDB
272273* Support for ARM, PPC64le, and RISCV64 has been added.
273274* The crashed thread is now automatically selected on start.
274275* Threads are listed in incrmental order by pid then by tid.
275- * Unread kernel messages saved in msgbufp are now printed when lldb starts. This information is printed only
276- when lldb is in the interactive mode (i.e. not in batch mode).
276+ * Unread kernel messages saved in ` msgbufp ` are now printed when LLDB starts.
277277* Writing to the core is now supported. For safety reasons, this feature is off by default. To enable it,
278278 ` plugin.process.freebsd-kernel-core.read-only ` must be set to ` false ` . This setting is available when
279279 using ` /dev/mem ` or a kernel dump. However, since ` kvm_write() ` does not support writing to kernel dumps,
280280 writes to a kernel dump will still fail when the setting is false.
281281
282282### Linux
283283
284- * On Arm Linux, the tpidruro register can now be read. Writing to this register is not supported.
284+ * On Arm Linux, the ` tpidruro ` register can now be read. Writing to this register is not supported.
285285* Thread local variables are now supported on Arm Linux if the program being debugged is using glibc.
286286* LLDB now supports AArch64 Linux systems that only have SME (as opposed to
287287 SVE and SME). Prior to this version of LLDB, there was a bug that caused LLDB
0 commit comments