[all-commits] [llvm/llvm-project] b07803: [lldb] [Process/FreeBSD] Support SaveCore() using ...

Michał Górny via All-commits all-commits at lists.llvm.org
Wed Sep 8 02:01:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b07803ee2a97fdcf4ed6494d8d6593bf985a5150
      https://github.com/llvm/llvm-project/commit/b07803ee2a97fdcf4ed6494d8d6593bf985a5150
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.h
    M lldb/test/API/functionalities/process_save_core/TestProcessSaveCore.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteSaveCore.py

  Log Message:
  -----------
  [lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMP

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


  Commit: 39a2449ea1333886a9c9104b5afb4ff9c4932403
      https://github.com/llvm/llvm-project/commit/39a2449ea1333886a9c9104b5afb4ff9c4932403
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemotePlatformFile.py

  Log Message:
  -----------
  [lldb] [Commands] Fix reporting errors in 'platform file read/write'

Fix 'platform file read' and 'platform file write' commands to correctly
detect erraneous return and report it as such.  Currently, errors were
implicitly printed as a return value of -1, and the commands were
assumed to be successful.

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


  Commit: 8872c9d1ca2189c55fda0246890b42f67a460598
      https://github.com/llvm/llvm-project/commit/8872c9d1ca2189c55fda0246890b42f67a460598
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M lldb/test/API/tools/lldb-server/TestGdbRemotePlatformFile.py

  Log Message:
  -----------
  [lldb] [gdb-server] Add tests for more vFile packets

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


Compare: https://github.com/llvm/llvm-project/compare/a42bc456c180...8872c9d1ca21


More information about the All-commits mailing list