[all-commits] [llvm/llvm-project] a30e9a: [Dexter] Add timestamps to DAP logging (#193705)

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed May 6 03:21:15 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a30e9a4a8e74381d989dc7bfd2ae2880905b5bac
      https://github.com/llvm/llvm-project/commit/a30e9a4a8e74381d989dc7bfd2ae2880905b5bac
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py

  Log Message:
  -----------
  [Dexter] Add timestamps to DAP logging (#193705)

DAP logs are currently optionally output by Dexter to assist in
debugging or analyzing Dexter sessions. The output currently includes
the contents of every DAP message sent to/from the debug adapter, but
for some long-running programs it can also be useful to know when
messages have been sent and received; to assist, this patch adds
timestamps to DAP messages in the log.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list