[all-commits] [llvm/llvm-project] 841b26: Don't flag memory-only mach-o corefiles as invalid

Jason Molenda via All-commits all-commits at lists.llvm.org
Fri Jan 27 09:41:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 841b26f1d80f69c45bbf2426761f3e3b9c927d86
      https://github.com/llvm/llvm-project/commit/841b26f1d80f69c45bbf2426761f3e3b9c927d86
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp

  Log Message:
  -----------
  Don't flag memory-only mach-o corefiles as invalid

It is possible to have a memory-only mach-o corefile, with the
threads provided by an os-plugin thread provider, or a scripted
process, in Python.

Differential Revision: https://reviews.llvm.org/D142662
rdar://102579544


  Commit: 8112bd2cb4845e0449088c764ad36748514259b8
      https://github.com/llvm/llvm-project/commit/8112bd2cb4845e0449088c764ad36748514259b8
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M lldb/source/Target/TargetProperties.td

  Log Message:
  -----------
  disable-language-runtime-unwindplans desc rewrite to be searchable

The description for disable-language-runtime-unwindplans did not
include likely search terms ("backtrace", "stack"), rewrite it
to include those so it is more easily discoverable with apropos.
The text is still not the clearest description of what a language
runtime is / what it might do, but this is better.

Differential Revision: https://reviews.llvm.org/D142663


Compare: https://github.com/llvm/llvm-project/compare/4f9964738b9c...8112bd2cb484


More information about the All-commits mailing list