[all-commits] [llvm/llvm-project] e880cf: Reland "[lldb][target] Add progress report for wai...
Chelsea Cassanova via All-commits
all-commits at lists.llvm.org
Thu Jun 26 10:45:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e880cf74217d8b925f923185994dc8fe6f69a551
https://github.com/llvm/llvm-project/commit/e880cf74217d8b925f923185994dc8fe6f69a551
Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M lldb/source/Target/Target.cpp
M lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py
Log Message:
-----------
Reland "[lldb][target] Add progress report for wait-attaching to proc… (#145111)
…ess" (#144810)
This relands commit e0933ab5ae4856c4aa188a5ea16716b3a8d0840b. The
original commit was causing the test TestCreateAfterAttach.py to fail on
ARM Ubuntu bots. It's possible that this could've been happening because
the test for wait-attach progress reporting is waiting on a process
named "a.out" which could be too generic as multiple other tests (when
run in parallel on the bots) could also be using processes named
"a.out". This commit changes the wait-attach progress report test to
wait on a unique process name.
Original PR description:
This commit adds a progress report when wait-attaching to a process as
well as a test for this.
Original PR link: https://github.com/llvm/llvm-project/pull/144768
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