[Lldb-commits] [lldb] Add warning message to `session save` when transcript isn't saved. (PR #109020)

2024-10-05 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running on `linaro-lldb-arm-ubuntu` while building `lldb` at step 6 "test". Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/4965 Here is the relevant piece of the build log

[Lldb-commits] [lldb] Add warning message to `session save` when transcript isn't saved. (PR #109020)

2024-10-05 Thread Tom Yang via lldb-commits
https://github.com/zhyty closed https://github.com/llvm/llvm-project/pull/109020 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 835b5e2 - Add warning message to `session save` when transcript isn't saved. (#109020)

2024-10-05 Thread via lldb-commits
Author: Tom Yang Date: 2024-10-05T00:29:44-07:00 New Revision: 835b5e278e525dc628d4d0c085eb272996aed466 URL: https://github.com/llvm/llvm-project/commit/835b5e278e525dc628d4d0c085eb272996aed466 DIFF: https://github.com/llvm/llvm-project/commit/835b5e278e525dc628d4d0c085eb272996aed466.diff LOG:

[Lldb-commits] [lldb] Add warning message to `session save` when transcript isn't saved. (PR #109020)

2024-10-05 Thread Tom Yang via lldb-commits
https://github.com/zhyty updated https://github.com/llvm/llvm-project/pull/109020 >From e94f734b09c79845bd29903af42a6d39d7149bf4 Mon Sep 17 00:00:00 2001 From: Tom Yang Date: Tue, 17 Sep 2024 09:56:09 -0700 Subject: [PATCH 1/2] Add warning message to `session save` when transcript isn't saved.