[Lldb-commits] [lldb] [lldb] Avoid force loading symbols in statistics collection (PR #136236)

2025-04-21 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Change reverted with 08b4c52540727455194b0cf0f6310f391e87c2a5 https://github.com/llvm/llvm-project/pull/136236 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 08b4c52 - Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"

2025-04-21 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2025-04-21T17:19:54-07:00 New Revision: 08b4c52540727455194b0cf0f6310f391e87c2a5 URL: https://github.com/llvm/llvm-project/commit/08b4c52540727455194b0cf0f6310f391e87c2a5 DIFF: https://github.com/llvm/llvm-project/commit/08b4c52540727455194b0cf0f6310f391e87

[Lldb-commits] [lldb] [lldb] Avoid force loading symbols in statistics collection (PR #136236)

2025-04-21 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Hi, this patch broke green dragon lldb tests https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/24375/changes#d5b40c71f6be972f677de5d9886f91866df007b5 Failed Tests (1): lldb-api :: commands/statistics/basic/TestStats.py I am reverting this change to ma

[Lldb-commits] [lldb] Disable test on older compilers. (PR #136322)

2025-04-18 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham closed https://github.com/llvm/llvm-project/pull/136322 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Disable test on older compilers. (PR #136322)

2025-04-18 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/136322 None >From f6fb1bcb7d6c05bc32a58d00f3bbdffb1c45ec94 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Fri, 18 Apr 2025 09:20:28 -0700 Subject: [PATCH] Disable test on older compilers. --- ..

[Lldb-commits] [lldb] disable test on older compilers (PR #136186)

2025-04-17 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham closed https://github.com/llvm/llvm-project/pull/136186 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] disable test on older compilers (PR #136186)

2025-04-17 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/136186 None >From fc70ee11fe2122c646ec20a61ae4b691902b1ce9 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Thu, 17 Apr 2025 12:31:03 -0700 Subject: [PATCH] disable test on older compilers --- ...

[Lldb-commits] [lldb] disable test on older compilers (PR #136037)

2025-04-16 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham closed https://github.com/llvm/llvm-project/pull/136037 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] disable test on older compilers (PR #136037)

2025-04-16 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/136037 None >From 58c4bcec97c984ba43a5d141d8a5bf0bb53714b5 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Wed, 16 Apr 2025 14:40:49 -0700 Subject: [PATCH] disable test on older compilers --- ...

[Lldb-commits] [lldb] f14e1a8 - Revert "Add support for reading the dynamic symbol table from PT_DYNAMIC (#112596)"

2024-11-18 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2024-11-18T11:09:58-08:00 New Revision: f14e1a8597f83fa5bbc78befcb7059144d58ff5c URL: https://github.com/llvm/llvm-project/commit/f14e1a8597f83fa5bbc78befcb7059144d58ff5c DIFF: https://github.com/llvm/llvm-project/commit/f14e1a8597f83fa5bbc78befcb7059144d58

[Lldb-commits] [lldb] Add support for reading the dynamic symbol table from PT_DYNAMIC (PR #112596)

2024-11-18 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: I have reverted this change with f14e1a8597f83fa5bbc78befcb7059144d58ff5c https://github.com/llvm/llvm-project/pull/112596 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[Lldb-commits] [lldb] Add support for reading the dynamic symbol table from PT_DYNAMIC (PR #112596)

2024-11-18 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: It seems like this patch is responsible for breaking greendragon https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/15470/ https://github.com/llvm/llvm-project/pull/112596 ___ lldb-commits mailing list lldb-comm

[Lldb-commits] [lldb] [lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows (PR #112928)

2024-10-24 Thread Shubham Sandeep Rastogi via lldb-commits
Stefan =?utf-8?q?Gränitz?= , Stefan =?utf-8?q?Gränitz?= , Stefan =?utf-8?q?Gränitz?= , Stefan =?utf-8?q?Gränitz?= , Stefan =?utf-8?q?Gränitz?= , Stefan =?utf-8?q?Gränitz?= Message-ID: In-Reply-To: rastogishubham wrote: @weliveindetail thanks for the fix! I was at the llvm dev meeting so I was

[Lldb-commits] [lldb] Revert "[lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows" (PR #113498)

2024-10-23 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/113498 Reverts llvm/llvm-project#112928 This is because it broke greendragon: SymbolFile/DWARF/x86/member-pointers.cpp >From 565b370162888c91e82bd5c9a8787bbc4942219c Mon Sep 17 00:00:00 2001 From: Shubham Sande

[Lldb-commits] [lldb] [lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows (PR #112928)

2024-10-23 Thread Shubham Sandeep Rastogi via lldb-commits
Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= Message-ID: In-Reply-To: rastogishubham wrote: I reverted this change with https://github.co

[Lldb-commits] [lldb] Revert "[lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows" (PR #113498)

2024-10-23 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham closed https://github.com/llvm/llvm-project/pull/113498 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows (PR #112928)

2024-10-23 Thread Shubham Sandeep Rastogi via lldb-commits
Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= , Stefan =?utf-8?q?Gr=C3=A4nitz?= Message-ID: In-Reply-To: rastogishubham wrote: Hi, this patch broke green dragon: https://gr

[Lldb-commits] [lldb] d8de239 - Revert "[lldb] Improve unwinding for discontinuous functions (#111409)"

2024-10-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2024-10-14T15:27:05-07:00 New Revision: d8de2391eb014fb3f750f4c38abc101edc1e2cc2 URL: https://github.com/llvm/llvm-project/commit/d8de2391eb014fb3f750f4c38abc101edc1e2cc2 DIFF: https://github.com/llvm/llvm-project/commit/d8de2391eb014fb3f750f4c38abc101edc1e

[Lldb-commits] [lldb] [lldb] Improve unwinding for discontinuous functions (PR #111409)

2024-10-14 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Hi this patch broke Unwind/trap_frame_sym_ctx.test in greendragon, you can see the link to the failing build here: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/6724/consoleFull#-1880437047d6fdb6cb-f376-4f2e-8bce-d31c7304698b I will be reverting this ch

[Lldb-commits] [lldb] Debuginfod Testing & fixes: 3rd times the charm? (PR #87676)

2024-04-04 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: To make sure green dragon stays green, I reverted this change with ca55ee88263e5b190965c3f14fd3b2647efab26a https://github.com/llvm/llvm-project/pull/87676 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.l

[Lldb-commits] [lldb] Debuginfod Testing & fixes: 3rd times the charm? (PR #87676)

2024-04-04 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Hi @kevinfrei it seems like this patch broke greendragon https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/812/ https://github.com/llvm/llvm-project/pull/87676 ___ lldb-commits mailing list lldb-commits@lists.llvm.

[Lldb-commits] [lldb] Increase timeout to reduce test failure rate. (PR #83312)

2024-02-29 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham closed https://github.com/llvm/llvm-project/pull/83312 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Increase timeout to reduce test failure rate. (PR #83312)

2024-02-29 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham updated https://github.com/llvm/llvm-project/pull/83312 >From cef723783edd5ba89fd5b9b0ec800fa1439ffb90 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Wed, 28 Feb 2024 10:28:55 -0800 Subject: [PATCH] Increase timeout to reduce test failure rate. T

[Lldb-commits] [lldb] Increase timeout to reduce test failure rate. (PR #83312)

2024-02-28 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham updated https://github.com/llvm/llvm-project/pull/83312 >From 563ef808aa3b06e97b89e7b52d518705e97d9e14 Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Wed, 28 Feb 2024 10:28:55 -0800 Subject: [PATCH] Increase timeout to reduce test failure rate. T

[Lldb-commits] [lldb] Increase timeout to reduce test failure rate. (PR #83312)

2024-02-28 Thread Shubham Sandeep Rastogi via lldb-commits
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/83312 The timeout for this test was set to 1.0s which is very low, it should be a default of 10s and be increased by a factor of 10 if ASAN is enabled. This will help reduce the falkiness of the test, especiall

[Lldb-commits] [lldb] c63e68b - Bump the minimum LLVM version for TestTypeList.py

2024-02-21 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2024-02-21T13:42:10-08:00 New Revision: c63e68ba5fb54b69521c4f010d1c5290856c6509 URL: https://github.com/llvm/llvm-project/commit/c63e68ba5fb54b69521c4f010d1c5290856c6509 DIFF: https://github.com/llvm/llvm-project/commit/c63e68ba5fb54b69521c4f010d1c5290856c

[Lldb-commits] [lldb] Centralize the handling of completion for simple argument lists. (PR #82085)

2024-02-19 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Reverted with 9ed8b272c30a01c450616f0ed8b2373d5d618ebb https://github.com/llvm/llvm-project/pull/82085 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 9ed8b27 - Revert "Centralize the handling of completion for simple argument lists. (#82085)"

2024-02-19 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2024-02-19T18:19:59-08:00 New Revision: 9ed8b272c30a01c450616f0ed8b2373d5d618ebb URL: https://github.com/llvm/llvm-project/commit/9ed8b272c30a01c450616f0ed8b2373d5d618ebb DIFF: https://github.com/llvm/llvm-project/commit/9ed8b272c30a01c450616f0ed8b2373d5d61

[Lldb-commits] [lldb] Centralize the handling of completion for simple argument lists. (PR #82085)

2024-02-19 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: @jimingham It seems like this change broke greendragon TestCompletion.py https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/66519/ https://github.com/llvm/llvm-project/pull/82085 ___ lldb-commits mailing list lldb-commits@

[Lldb-commits] [lldb] [lldb] Fix `FindDirectNestedType` not working with class templates (PR #81666)

2024-02-16 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Hi @Endilll this patch has been reverted with 831ba9540089350b740c5db61159fe23ab6872d3 to make sure the lldb bots are green. https://github.com/llvm/llvm-project/pull/81666 ___ lldb-commits mailing list lldb-commits@lists.llvm.or

[Lldb-commits] [lldb] 831ba95 - Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)"

2024-02-16 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2024-02-16T11:00:35-08:00 New Revision: 831ba9540089350b740c5db61159fe23ab6872d3 URL: https://github.com/llvm/llvm-project/commit/831ba9540089350b740c5db61159fe23ab6872d3 DIFF: https://github.com/llvm/llvm-project/commit/831ba9540089350b740c5db61159fe23ab68

[Lldb-commits] [lldb] [lldb] Fix `FindDirectNestedType` not working with class templates (PR #81666)

2024-02-16 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: I am going to revert this patch for now, to make sure that green dragon is up and running again https://github.com/llvm/llvm-project/pull/81666 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-

[Lldb-commits] [lldb] [lldb][test] Remove expectedFailureIfFn (PR #81703)

2024-02-15 Thread Shubham Sandeep Rastogi via lldb-commits
rastogishubham wrote: Hi @rupprecht, It seems like this patch has still not fixed the issue in greendragon and the test is still flaky https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/ https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/ https://green.lab.llvm.org/green/v

[Lldb-commits] [lldb] ce22598 - Disable GetOrCreateModuleWithCachedModule and GetOrCreateModuleWithCachedModuleAndSymbol tests on arm64, because of test failures

2023-07-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-14T13:41:27-04:00 New Revision: ce225982af734bdb68dc054017fc4411c179591c URL: https://github.com/llvm/llvm-project/commit/ce225982af734bdb68dc054017fc4411c179591c DIFF: https://github.com/llvm/llvm-project/commit/ce225982af734bdb68dc054017fc4411c179

[Lldb-commits] [lldb] 55147ce - Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""

2023-07-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-14T11:19:16-04:00 New Revision: 55147ceb62020633cd7e7d403120d3915f4be3b6 URL: https://github.com/llvm/llvm-project/commit/55147ceb62020633cd7e7d403120d3915f4be3b6 DIFF: https://github.com/llvm/llvm-project/commit/55147ceb62020633cd7e7d403120d3915f4b

[Lldb-commits] [lldb] a76b3be - Revert "Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest""

2023-07-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-14T11:19:16-04:00 New Revision: a76b3bec6c29f473fa0727c8aef01c7b31d400fd URL: https://github.com/llvm/llvm-project/commit/a76b3bec6c29f473fa0727c8aef01c7b31d400fd DIFF: https://github.com/llvm/llvm-project/commit/a76b3bec6c29f473fa0727c8aef01c7b31d4

[Lldb-commits] [lldb] 668a3ef - Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest"

2023-07-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-14T11:05:01-04:00 New Revision: 668a3efd42e7fea19a0d331f73345f2ac13cdf4f URL: https://github.com/llvm/llvm-project/commit/668a3efd42e7fea19a0d331f73345f2ac13cdf4f DIFF: https://github.com/llvm/llvm-project/commit/668a3efd42e7fea19a0d331f73345f2ac13c

[Lldb-commits] [lldb] df05449 - Revert "[lldb][LocateModuleCallback] Call locate module callback"

2023-07-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-14T11:05:01-04:00 New Revision: df054499c35cdda02b196b2ca5c0a326abdc0a29 URL: https://github.com/llvm/llvm-project/commit/df054499c35cdda02b196b2ca5c0a326abdc0a29 DIFF: https://github.com/llvm/llvm-project/commit/df054499c35cdda02b196b2ca5c0a326abdc

[Lldb-commits] [lldb] 78af051 - Revert "[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation repl expressions to allow users to more easily invoke lldb commands."

2023-07-11 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2023-07-11T15:16:03-07:00 New Revision: 78af051ff0e16db73201b1370e34206a6a4c1b93 URL: https://github.com/llvm/llvm-project/commit/78af051ff0e16db73201b1370e34206a6a4c1b93 DIFF: https://github.com/llvm/llvm-project/commit/78af051ff0e16db73201b1370e34206a6a4c

[Lldb-commits] [lldb] 617ed4f - Remove the dependency between lib/DebugInfoDWARF and MC.

2022-12-15 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-12-15T18:23:27-08:00 New Revision: 617ed4f061999025287b424c39fd99c5fe1e5126 URL: https://github.com/llvm/llvm-project/commit/617ed4f061999025287b424c39fd99c5fe1e5126 DIFF: https://github.com/llvm/llvm-project/commit/617ed4f061999025287b424c39fd99c5fe1e

[Lldb-commits] [lldb] 4283cfd - Revert "Remove the dependency between lib/DebugInfoDWARF and MC."

2022-12-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-12-14T18:32:18-08:00 New Revision: 4283cfdc1116725d951660a01104cf4cd98e8453 URL: https://github.com/llvm/llvm-project/commit/4283cfdc1116725d951660a01104cf4cd98e8453 DIFF: https://github.com/llvm/llvm-project/commit/4283cfdc1116725d951660a01104cf4cd98e

[Lldb-commits] [lldb] 7dde942 - Remove the dependency between lib/DebugInfoDWARF and MC.

2022-12-14 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-12-14T18:16:46-08:00 New Revision: 7dde94251e1c9e4634f5d51d41f2d4a191258fb3 URL: https://github.com/llvm/llvm-project/commit/7dde94251e1c9e4634f5d51d41f2d4a191258fb3 DIFF: https://github.com/llvm/llvm-project/commit/7dde94251e1c9e4634f5d51d41f2d4a19125

[Lldb-commits] [lldb] f491b89 - Revert "Remove the dependency between lib/DebugInfoDWARF and MC."

2022-10-06 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-10-06T14:58:34-07:00 New Revision: f491b898c5d1312112d14f02d9cbdea7a4b4dc9d URL: https://github.com/llvm/llvm-project/commit/f491b898c5d1312112d14f02d9cbdea7a4b4dc9d DIFF: https://github.com/llvm/llvm-project/commit/f491b898c5d1312112d14f02d9cbdea7a4b4

[Lldb-commits] [lldb] d96ade0 - Remove the dependency between lib/DebugInfoDWARF and MC.

2022-10-06 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-10-06T14:46:01-07:00 New Revision: d96ade00c3c96bd451c60e34a17e613cdd5fdc38 URL: https://github.com/llvm/llvm-project/commit/d96ade00c3c96bd451c60e34a17e613cdd5fdc38 DIFF: https://github.com/llvm/llvm-project/commit/d96ade00c3c96bd451c60e34a17e613cdd5f

[Lldb-commits] [lldb] 870b74d - Revert "Remove the dependency between lib/DebugInfoDWARF and MC."

2022-10-06 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-10-06T09:30:46-07:00 New Revision: 870b74d59052143c6e3a3e70d6e5c17cd43ff58f URL: https://github.com/llvm/llvm-project/commit/870b74d59052143c6e3a3e70d6e5c17cd43ff58f DIFF: https://github.com/llvm/llvm-project/commit/870b74d59052143c6e3a3e70d6e5c17cd43f

[Lldb-commits] [lldb] 0008990 - Remove the dependency between lib/DebugInfoDWARF and MC.

2022-10-06 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-10-06T09:25:57-07:00 New Revision: 0008990479a2daf587c2a4f274384b2fb87247fb URL: https://github.com/llvm/llvm-project/commit/0008990479a2daf587c2a4f274384b2fb87247fb DIFF: https://github.com/llvm/llvm-project/commit/0008990479a2daf587c2a4f274384b2fb872

[Lldb-commits] [lldb] cf93a08 - Fixed typos in TestLldbGdbServer.py

2022-01-27 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-01-27T14:12:24-08:00 New Revision: cf93a085754e221f73a2877c946dcb2beb6039d7 URL: https://github.com/llvm/llvm-project/commit/cf93a085754e221f73a2877c946dcb2beb6039d7 DIFF: https://github.com/llvm/llvm-project/commit/cf93a085754e221f73a2877c946dcb2beb60

[Lldb-commits] [lldb] 867fdec - Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-01-27 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-01-27T14:02:35-08:00 New Revision: 867fdec1945df3c1031d3cefdc97903131a3482b URL: https://github.com/llvm/llvm-project/commit/867fdec1945df3c1031d3cefdc97903131a3482b DIFF: https://github.com/llvm/llvm-project/commit/867fdec1945df3c1031d3cefdc97903131a3

[Lldb-commits] [lldb] ee54868 - Revert "Disable TestLldbGdbServer on Dwarf2 and clang versions below 14"

2022-01-27 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-01-27T13:36:21-08:00 New Revision: ee54868a76e32fdfa8d1efe5e418460e54246a4e URL: https://github.com/llvm/llvm-project/commit/ee54868a76e32fdfa8d1efe5e418460e54246a4e DIFF: https://github.com/llvm/llvm-project/commit/ee54868a76e32fdfa8d1efe5e418460e5424

[Lldb-commits] [lldb] cd31763 - Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-01-27 Thread Shubham Sandeep Rastogi via lldb-commits
Author: Shubham Sandeep Rastogi Date: 2022-01-27T13:29:34-08:00 New Revision: cd317637708decd8faf34dd9773a8b2dec424010 URL: https://github.com/llvm/llvm-project/commit/cd317637708decd8faf34dd9773a8b2dec424010 DIFF: https://github.com/llvm/llvm-project/commit/cd317637708decd8faf34dd9773a8b2dec42