[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-24 Thread Alexander M. via lldb-commits
amordo wrote: @DavidSpickett I have no write privilege, so, please, merge it:) https://github.com/llvm/llvm-project/pull/89037 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-24 Thread Alexander M. via lldb-commits
https://github.com/amordo updated https://github.com/llvm/llvm-project/pull/89037 >From 3711ce61bf34bae7e9f4e614692978e0cd3e2d94 Mon Sep 17 00:00:00 2001 From: Alexander Mordovskiy Date: Wed, 24 Apr 2024 15:48:41 +0200 Subject: [PATCH] [lldb] check python extension debug suffix on Win ae389b24

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-24 Thread Alexander M. via lldb-commits
https://github.com/amordo updated https://github.com/llvm/llvm-project/pull/89037 >From afb03ec26f847a03d0a4439f49c4ae99f2a08f0a Mon Sep 17 00:00:00 2001 From: Alexander Mordovskiy Date: Wed, 24 Apr 2024 15:47:40 +0200 Subject: [PATCH] [lldb] check python extension debug suffix on Win ae389b24

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-19 Thread Alexander M. via lldb-commits
amordo wrote: Applied @DavidSpickett's remark https://github.com/llvm/llvm-project/pull/89037 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-19 Thread Alexander M. via lldb-commits
https://github.com/amordo updated https://github.com/llvm/llvm-project/pull/89037 >From 1a2ae41cf5004439c534bc71eb6b8911f7bf0a0a Mon Sep 17 00:00:00 2001 From: Alexander Mordovskiy Date: Fri, 19 Apr 2024 17:21:05 +0200 Subject: [PATCH] [lldb] check python extension debug suffix on Win ae389b24

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-17 Thread Alexander M. via lldb-commits
amordo wrote: > Looks fine but can you just confirm what > > https://github.com/llvm/llvm-project/blob/d1a69e4a6ee0b04778da7728123c47eef2290564/lldb/bindings/python/get-python-config.py#L70 > > reports? > I assume this does not include `_d`, otherwise there would be no need for > this fix? ``

[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)

2024-04-17 Thread Alexander M. via lldb-commits
https://github.com/amordo created https://github.com/llvm/llvm-project/pull/89037 ae389b2450bd604a3f3bbe5b09b333b2d99801dd change doesn't cover "_d" suffix for Debug build on Windows. Fixed #87381. >From f9aa0192bb43e15ceab107b2beb0d2d50f1f8150 Mon Sep 17 00:00:00 2001 From: Alexander Mordovs

[Lldb-commits] [lldb] Add support for inline DWARF source files. (PR #75880)

2024-04-02 Thread Alexander M. via lldb-commits
amordo wrote: Hi again! Some notes about Win test fail I discovered: Setting function breakpoints on binary with `-gdwarf-5` on Windows doesn't work; the case is rased https://github.com/llvm/llvm-project/issues/87327 The next analysis was done from repo based on b4001e32b1aa4df07dc6babefba19

[Lldb-commits] [lldb] [lldb/lua] Fix Lua building on Windows (PR #83871)

2024-03-04 Thread Alexander M. via lldb-commits
amordo wrote: @JDevlieghere I have no write access, looking for help:) https://github.com/llvm/llvm-project/pull/83871 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/lua] Fix Lua building on Windows (PR #83871)

2024-03-04 Thread Alexander M. via lldb-commits
https://github.com/amordo created https://github.com/llvm/llvm-project/pull/83871 Add `liblldb` dependency and use correct extension for compiled Lua module. Replace 'Python' with 'Lua' in install path name. Fixes #55075. >From 678ea6f6e6234b72c93f2c5e5323f76cdf252377 Mon Sep 17 00:00:00 2001

[Lldb-commits] [lldb] Revert "XFAIL TestLocalVariables.py on Windows" (PR #83454)

2024-02-29 Thread Alexander M. via lldb-commits
https://github.com/amordo created https://github.com/llvm/llvm-project/pull/83454 This reverts commit 3434472ed74141848634b5eb3cd625d651e22562. Closes #43097. >From 05d72acd675d343ad844b93a2a18e7da9c6d7980 Mon Sep 17 00:00:00 2001 From: Alexander Mordovskiy Date: Thu, 29 Feb 2024 18:58:28 +01

[Lldb-commits] [lldb] Add support for inline DWARF source files. (PR #75880)

2024-02-29 Thread Alexander M. via lldb-commits
amordo wrote: @adrian-prantl, I'll be glad to help:) dwarf on Win has warnings like `objdump: Warning: DW_FORM_line_strp offset too big: 0x4008a16c` and no inlined source here is a part of `$ objdump --dwarf a.out` ([full](https://github.com/amordo/TestInlineSourceFiles.test_dwarf/blob/main/obj