[Lldb-commits] [lldb] Make stop-hooks fire when lldb first gains control of a process. (PR #137410)

2025-06-02 Thread Prabhu Rajasekaran via lldb-commits
Prabhuk wrote: My team builds lldb on linux X64 and running into a test failure since this patch had landed. Builder link: https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/lldb-linux-x64/b8713139267610948369/overview I am taking a closer look. CC: @mysterymath ``` FAIL: lldb

[Lldb-commits] [lldb] Make stop-hooks fire when lldb first gains control of a process. (PR #137410)

2025-06-04 Thread Prabhu Rajasekaran via lldb-commits
Prabhuk wrote: @jimingham The suggested fix did not address the test failures. Log file: https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket/8712946848893941121/+/u/test_lldb/check_lldb/stdout The builder attempted this run from here: The builder ran the tests from here: https:

[Lldb-commits] [lldb] [lldb] Fix linux x64 test (PR #143048)

2025-06-05 Thread Prabhu Rajasekaran via lldb-commits
https://github.com/Prabhuk closed https://github.com/llvm/llvm-project/pull/143048 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix linux x64 test (PR #143048)

2025-06-05 Thread Prabhu Rajasekaran via lldb-commits
Prabhuk wrote: > I still don't understand the failures that triggered this patch - stopping at > the entry point somehow is at a place where both the function name filter for > `main` and `step_into_me` pass - even though that should be the same > stop-point for both checks. That seems quite o

[Lldb-commits] [lldb] [lldb] Fix linux x64 test (PR #143048)

2025-06-05 Thread Prabhu Rajasekaran via lldb-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/143048 >From d1371371fbcfd6f8113e2d04707f80a7c439d287 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Thu, 5 Jun 2025 22:52:24 + Subject: [PATCH 1/2] [lldb] Fix linux x64 test Test was failing for cases where -I 0 w

[Lldb-commits] [lldb] [lldb] Fix linux x64 test (PR #143048)

2025-06-05 Thread Prabhu Rajasekaran via lldb-commits
https://github.com/Prabhuk created https://github.com/llvm/llvm-project/pull/143048 `TestStopHookScripted.py` Was failing for cases where -I 0 was not passed to stop-hook add calls. >From caba21d891cf799aecd98a038dc74458e6078867 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Thu, 5 Jun 2025 2

[Lldb-commits] [lldb] Make stop-hooks fire when lldb first gains control of a process. (PR #137410)

2025-06-05 Thread Prabhu Rajasekaran via lldb-commits
Prabhuk wrote: > Two things. First off, adding the -I 0 option did indeed fix a failure. > > In the first run you cited, three tests failed: > > FAIL: LLDB (/b/s/w/ir/x/w/cipd/clang/bin/clang-x86_64) :: > test_stop_hooks_scripted_auto_continue > (TestStopHookScripted.TestStopHooks.test_stop_h