[Lldb-commits] [lldb] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (PR #112062)

2024-10-21 Thread Carlos Alberto Enciso via lldb-commits
CarlosAlbertoEnciso wrote: > @JDevlieghere fixed this in > [40ea92c](https://github.com/llvm/llvm-project/commit/40ea92c859234d536553cf26650e89d6e52071c6) @adrian-prantl, @JDevlieghere Thanks for the fix. https://github.com/llvm/llvm-project/pull/112062

[Lldb-commits] [lldb] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (PR #112062)

2024-10-21 Thread Carlos Alberto Enciso via lldb-commits
CarlosAlbertoEnciso wrote: @adrian-prantl It seems that this change is causing the 'lldb/unittests/ScriptInterpreter/Lua/ScriptInterpreterTests.cpp' to fail when building using GCC. c2750807ba2a [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062) ``` ../llvm-project/lldb/uni

[Lldb-commits] [lldb] [llvm] [lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (PR #110058)

2024-10-02 Thread Carlos Alberto Enciso via lldb-commits
CarlosAlbertoEnciso wrote: > Hope > [e379b4b](https://github.com/llvm/llvm-project/commit/e379b4b67f760e743d8bc826cc6de00a27109dbd) > will fix it. @ZequanWu The problem is fixed. Thanks. https://github.com/llvm/llvm-project/pull/110058 ___ lldb-co

[Lldb-commits] [lldb] [llvm] [lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (PR #110058)

2024-10-02 Thread Carlos Alberto Enciso via lldb-commits
CarlosAlbertoEnciso wrote: On Ubuntu 22.04 with the latest official supported GCC 12.3.0, this commit breaks the `check-lldb` due to a failed compilation: ``` llvm-project/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp:95:33: error: class template placeholder 'llvm::ArrayRef' not perm

[Lldb-commits] [libc] [lldb] [libcxx] [compiler-rt] [lld] [clang-tools-extra] [clang] [flang] [llvm] [IPSCCP] Variable not visible at Og: (PR #77901)

2024-01-15 Thread Carlos Alberto Enciso via lldb-commits
https://github.com/CarlosAlbertoEnciso updated https://github.com/llvm/llvm-project/pull/77901 >From cea029185ad219a4a0b6d03be00b0612675933ab Mon Sep 17 00:00:00 2001 From: Carlos Alberto Enciso Date: Fri, 12 Jan 2024 09:27:53 + Subject: [PATCH] [IPSCCP] Variable not visible at Og: https:/

Re: [Lldb-commits] [PATCH] D39283: [lldb-dev] Update LLDB test cases for 'inlineStepping'

2018-07-06 Thread Carlos Alberto Enciso via lldb-commits
You are correct. Using the GUI interface to cmake, on those fields you add just "x86_64" or "i386". Thanks very much. On Tue, Jan 9, 2018 at 12:55 PM, Pavel Labath wrote: > On 4 January 2018 at 09:00, Carlos Alberto Enciso via Phabricator via > lldb-commits wrote: > > CarlosAlbertoEnciso added