[Lldb-commits] [lldb] SBDebugger: define callback_token_t for win32 (PR #92870)

2024-05-21 Thread antoine moynault via lldb-commits
antmox wrote: fixed elsewhere https://github.com/llvm/llvm-project/pull/92870 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] SBDebugger: define callback_token_t for win32 (PR #92870)

2024-05-21 Thread antoine moynault via lldb-commits
https://github.com/antmox closed https://github.com/llvm/llvm-project/pull/92870 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (PR #89868)

2024-05-21 Thread antoine moynault via lldb-commits
antmox wrote: @royitaqi @clayborg I proposed a fix here : https://github.com/llvm/llvm-project/pull/92870 https://github.com/llvm/llvm-project/pull/89868 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] SBDebugger: define callback_token_t for win32 (PR #92870)

2024-05-21 Thread antoine moynault via lldb-commits
https://github.com/antmox created https://github.com/llvm/llvm-project/pull/92870 fix lldb-aarch64-windows bot failure introduced by #89868 https://lab.llvm.org/buildbot/#/builders/219/builds/11583 >From 83ac7ff11a694795dccf3fa09c82ddab5d0096f3 Mon Sep 17 00:00:00 2001 From: Antoine Moynault

[Lldb-commits] [lldb] SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (PR #89868)

2024-05-21 Thread antoine moynault via lldb-commits
antmox wrote: Hi @royitaqi , This commit broke lldb-aarch64-windows buildbot : https://lab.llvm.org/buildbot/#/builders/219/builds/11564 Looks like callback_token_t is not defined for WIN32 in lldb-types.h Could you please look at this ? https://github.com/llvm/llvm-project/pull/89868

[Lldb-commits] [flang] [lldb] [openmp] [mlir] [clang] [libc] [libcxx] [compiler-rt] [llvm] [hwasan] Classify stack overflow, and use after scope (PR #76133)

2023-12-22 Thread antoine moynault via lldb-commits
antmox wrote: Hi, looks like patch broke 2 aarch64 bots: https://lab.llvm.org/buildbot/#/builders/185/builds/5675 https://lab.llvm.org/buildbot/#/builders/179/builds/8880 Could you please look at this? https://github.com/llvm/llvm-project/pull/76133

[Lldb-commits] [mlir] [compiler-rt] [libc] [clang] [flang] [llvm] [openmp] [lldb] [hwasan] Respect strip_path_prefix printing locals (PR #76132)

2023-12-21 Thread antoine moynault via lldb-commits
antmox wrote: Hello, this patch broke several aarch64 bots: https://lab.llvm.org/buildbot/#/builders/198/builds/7522 https://lab.llvm.org/buildbot/#/builders/176/builds/7521 https://lab.llvm.org/buildbot/#/builders/197/builds/11545 https://lab.llvm.org/buildbot/#/builders/184/builds/8762

[Lldb-commits] [lldb] [lldb] Fix a quirk in SBValue::GetDescription (PR #75793)

2023-12-19 Thread antoine moynault via lldb-commits
antmox wrote: Hello! Looks like this broke a bot: lldb-aarch64-windows https://lab.llvm.org/buildbot/#/builders/219/builds/7630 Could you please look at this ? https://github.com/llvm/llvm-project/pull/75793 ___ lldb-commits mailing list

[Lldb-commits] [lldb] Add support for arm64 registers in minidump core file saving. (PR #72315)

2023-11-15 Thread antoine moynault via lldb-commits
antmox wrote: Thanks @clayborg, the buildbot is now green again : https://lab.llvm.org/buildbot/#/builders/219/builds/6947 https://github.com/llvm/llvm-project/pull/72315 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] Add support for arm64 registers in minidump core file saving. (PR #72315)

2023-11-14 Thread antoine moynault via lldb-commits
https://github.com/antmox approved this pull request. https://github.com/llvm/llvm-project/pull/72315 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Add support for arm64 registers in minidump core file saving. (PR #72315)

2023-11-14 Thread antoine moynault via lldb-commits
antmox wrote: LGTM. minidump tests are now OK on linaro-armv8-windows-msvc machine. https://github.com/llvm/llvm-project/pull/72315 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Centralize the code that figures out which memory ranges to save into core files (PR #71772)

2023-11-14 Thread antoine moynault via lldb-commits
antmox wrote: @clayborg yes sure I will test this on the same machine https://github.com/llvm/llvm-project/pull/71772 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Centralize the code that figures out which memory ranges to save into core files (PR #71772)

2023-11-14 Thread antoine moynault via lldb-commits
antmox wrote: [core_dmps.tar.gz](https://github.com/llvm/llvm-project/files/13355872/core_dmps.tar.gz) here is an archive with the 2 core.dmp files https://github.com/llvm/llvm-project/pull/71772 ___ lldb-commits mailing list

[Lldb-commits] [lldb] Centralize the code that figures out which memory ranges to save into core files (PR #71772)

2023-11-14 Thread antoine moynault via lldb-commits
antmox wrote: @clayborg I will try to reproduce on the buildbot windows machine. build ongoing https://github.com/llvm/llvm-project/pull/71772 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] Centralize the code that figures out which memory ranges to save into core files (PR #71772)

2023-11-13 Thread antoine moynault via lldb-commits
antmox wrote: Hello @clayborg ! Looks like this patch broke lldb-aarch64-windows bot: https://lab.llvm.org/buildbot/#/builders/219/builds/6868 Could you please look at this ? https://github.com/llvm/llvm-project/pull/71772 ___ lldb-commits mailing

[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Check DW_AT_declaration to determine static data members (PR #68300)

2023-10-06 Thread antoine moynault via lldb-commits
antmox wrote: Hello! It looks like this broke lldb-aarch64-windows bot: https://lab.llvm.org/buildbot/#/builders/219/builds/6130 Could you please look at this ? https://github.com/llvm/llvm-project/pull/68300 ___ lldb-commits mailing list

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-04 Thread antoine moynault via lldb-commits
antmox wrote: Yes, thanks @DavidSpickett https://github.com/llvm/llvm-project/pull/68050 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Remove expected failure marker for TestPlatformAttach on windows (PR #68193)

2023-10-04 Thread antoine moynault via lldb-commits
https://github.com/antmox closed https://github.com/llvm/llvm-project/pull/68193 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Remove expected failure marker for TestPlatformAttach on windows (PR #68193)

2023-10-04 Thread antoine moynault via lldb-commits
https://github.com/antmox edited https://github.com/llvm/llvm-project/pull/68193 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Remove expected failure marker for TestPlatformAttach on windows (PR #68193)

2023-10-04 Thread antoine moynault via lldb-commits
https://github.com/antmox created https://github.com/llvm/llvm-project/pull/68193 Looks like this test pass since #68050. >From 24ae4ebf70c2b6884b31ca99a72eb0ba16bddf33 Mon Sep 17 00:00:00 2001 From: Antoine Moynault Date: Wed, 4 Oct 2023 09:27:46 + Subject: [PATCH] [lldb][test] Remove

[Lldb-commits] [lldb] [lldb] Expose Platform::Attach through the SB API (PR #68050)

2023-10-04 Thread antoine moynault via lldb-commits
antmox wrote: Hi! Could this commit cause the lldb-aarch64-windows bot failure ? https://lab.llvm.org/buildbot/#/builders/219/builds/6086 https://lab.llvm.org/buildbot/#/builders/219/builds/6076 Not sure if it's an unexpected pass or a timeout. Could you please take a look ?

[Lldb-commits] [lldb] Implement data formatters for LibStdC++ std::variant (PR #68012)

2023-10-03 Thread antoine moynault via lldb-commits
antmox wrote: Hello, It looks like this broke 2 bots: lldb-aarch64-ubuntu : https://lab.llvm.org/buildbot/#/builders/96/builds/46436 lldb-arm-ubuntu : https://lab.llvm.org/buildbot/#/builders/17/builds/44011 Could you please take a look ? https://github.com/llvm/llvm-project/pull/68012