[Lldb-commits] [lldb] [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (PR #80167)

2024-01-31 Thread Dave Lee via lldb-commits
@@ -49,14 +49,17 @@ class SyntheticChildrenFrontEnd { virtual size_t GetIndexOfChildWithName(ConstString name) = 0; - // this function is assumed to always succeed and it if fails, the front-end - // should know to deal with it in the correct way (most probably, by refusi

[Lldb-commits] [lldb] [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (PR #80167)

2024-02-01 Thread Dave Lee via lldb-commits
@@ -1305,6 +1305,14 @@ enum CompletionType { eTerminatorCompletion = (1ul << 27) }; +/// Specifies if children need to be re-computed +/// after a call to \ref SyntheticChildrenFrontEnd::Update. +enum class ChildCacheState { + eDynamic = 0, ///< Children need to be recomput

[Lldb-commits] [lldb] [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (PR #80167)

2024-02-01 Thread Dave Lee via lldb-commits
@@ -1305,6 +1305,13 @@ enum CompletionType { eTerminatorCompletion = (1ul << 27) }; +/// Specifies if children need to be re-computed +/// after a call to \ref SyntheticChildrenFrontEnd::Update. +enum class ChildCacheState { + eRefetch = 0, ///< Children need to be recomput

[Lldb-commits] [lldb] [lldb] Remove unused private TypeCategoryMap methods (NFC) (PR #80602)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/80602 None >From 8f2a96e57efb6b073c12903abbe4846f9be4e2ea Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Fri, 30 Jun 2023 17:02:02 -0700 Subject: [PATCH] [lldb] Remove unused private TypeCategoryMap methods (NFC)

[Lldb-commits] [lldb] [lldb] Remove unnecessary FormatCache::GetEntry (NFC) (PR #80603)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/80603 None >From 28553f88104374a14858451858ef034f4298faae Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 1 Jun 2023 16:57:04 -0700 Subject: [PATCH] [lldb] Remove unnecessary FormatCache::GetEntry (NFC) --- l

[Lldb-commits] [lldb] [lldb] Remove unnecessary FormatCache::GetEntry (NFC) (PR #80603)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/80603 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove unnecessary FormatCache::GetEntry (NFC) (PR #80603)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/80603 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Cleanup regex in libcxx formatters (NFC) (PR #80618)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/80618 None >From 9381ad39a74ed10446d1832813dfb1d5cfb24758 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Sun, 4 Feb 2024 13:15:58 -0800 Subject: [PATCH] [lldb] Cleanup regex in libcxx formatters (NFC) --- .../Plu

[Lldb-commits] [lldb] [lldb] Cleanup regex in libcxx formatters (NFC) (PR #80618)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/80618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][libc++] Adds valarray data formatters. (PR #80609)

2024-02-04 Thread Dave Lee via lldb-commits
@@ -750,6 +750,11 @@ static void LoadLibCxxFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { lldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCreator, "libc++ std::vector synthetic children", "^std::__[[:alnum:]]+::vector<.+>$", stl_deref_flags,

[Lldb-commits] [lldb] [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (PR #80167)

2024-02-04 Thread Dave Lee via lldb-commits
https://github.com/kastiglione approved this pull request. 🚢 https://github.com/llvm/llvm-project/pull/80167 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove unused private TypeCategoryMap methods (NFC) (PR #80602)

2024-02-05 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/80602 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Cleanup regex in libcxx formatters (NFC) (PR #80618)

2024-02-05 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/80618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/81018 None >From 4f5b30fcb038c942df6a2fce975678c5b7ee1725 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Wed, 7 Feb 2024 08:43:14 -0800 Subject: [PATCH] [lldb] Remove duplicate else-if branch (NFC) --- lldb/sourc

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
kastiglione wrote: never mind, I see the slight difference https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione reopened https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove duplicate else-if branch (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81018 >From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Wed, 7 Feb 2024 10:17:51 -0800 Subject: [PATCH] [lldb] Add comment to ParseInternal in FormatEntity --- lldb/sour

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format, Entry &parent_entry, return error; } } else if (FormatManager::GetFormatFromCString( - entry.printf_format.c_str(), true, entr

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format, Entry &parent_entry, return error; } } else if (FormatManager::GetFormatFromCString( - entry.printf_format.c_str(), true, entr

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format, Entry &parent_entry, return error; } } else if (FormatManager::GetFormatFromCString( - entry.printf_format.c_str(), true, entr

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81018 >From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Wed, 7 Feb 2024 10:17:51 -0800 Subject: [PATCH 1/2] [lldb] Add comment to ParseInternal in FormatEntity --- lldb/

[Lldb-commits] [lldb] [lldb] Add comment to ParseInternal in FormatEntity (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81018 >From f9d4abddb0f93d27ed14278566796babad9f7f4e Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Wed, 7 Feb 2024 10:17:51 -0800 Subject: [PATCH 1/3] [lldb] Add comment to ParseInternal in FormatEntity --- lldb/

[Lldb-commits] [lldb] [lldb] Refactor GetFormatFromCString to always check for partial matches (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Refactor GetFormatFromCString to always check for partial matches (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Refactor GetFormatFromCString to always check for partial matches (NFC) (PR #81018)

2024-02-07 Thread Dave Lee via lldb-commits
@@ -2204,7 +2204,9 @@ static Status ParseInternal(llvm::StringRef &format, Entry &parent_entry, return error; } } else if (FormatManager::GetFormatFromCString( - entry.printf_format.c_str(), true, entr

[Lldb-commits] [lldb] [lldb] Refactor GetFormatFromCString to always check for partial matches (NFC) (PR #81018)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/81018 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/81196 None >From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 8 Feb 2024 13:59:12 -0800 Subject: [PATCH] [lldb] Support custom printf formatting for variables --- l

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione converted_to_draft https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
kastiglione wrote: Note that the implementation here is a draft for illustration. I am first interested in high level agreement that allowing custom printf formatting of variables is good. https://github.com/llvm/llvm-project/pull/81196 ___ lldb-comm

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-08 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81196 >From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 8 Feb 2024 13:59:12 -0800 Subject: [PATCH 1/2] [lldb] Support custom printf formatting for variables --- lld

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione ready_for_review https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81196 >From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 8 Feb 2024 13:59:12 -0800 Subject: [PATCH 1/3] [lldb] Support custom printf formatting for variables --- lld

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/81681 None >From 35a48898e20ba45db829dbf137d88a8417dd4d7c Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 13 Feb 2024 14:43:33 -0800 Subject: [PATCH] [lldb] Add comment on cross printing of summary/value ---

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-13 Thread Dave Lee via lldb-commits
kastiglione wrote: I'll fine tune the wording to match the code. https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-14 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81196 >From 81a2034ff2b41e30a1f5b82c86b4d5d4c429ed52 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 8 Feb 2024 13:59:12 -0800 Subject: [PATCH 1/4] [lldb] Support custom printf formatting for variables --- lld

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-14 Thread Dave Lee via lldb-commits
kastiglione wrote: @adrian-prantl good call, done. https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-14 Thread Dave Lee via lldb-commits
https://github.com/kastiglione updated https://github.com/llvm/llvm-project/pull/81681 >From 35a48898e20ba45db829dbf137d88a8417dd4d7c Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 13 Feb 2024 14:43:33 -0800 Subject: [PATCH 1/2] [lldb] Add comment on cross printing of summary/value --- ll

[Lldb-commits] [lldb] [lldb] Add comment on cross printing of summary/value (PR #81681)

2024-02-14 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/81681 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Support custom printf formatting for variables (PR #81196)

2024-02-14 Thread Dave Lee via lldb-commits
kastiglione wrote: @jimingham I've updated the PR to a non-draft form if you want to check out the implementation. https://github.com/llvm/llvm-project/pull/81196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[Lldb-commits] [lldb] 2f9fc57 - [lldb] Add setting for max depth of value object printing (NFC)

2022-05-03 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-05-03T10:39:42-07:00 New Revision: 2f9fc576be206bd5c4fddfec5f89fceb3554a8d6 URL: https://github.com/llvm/llvm-project/commit/2f9fc576be206bd5c4fddfec5f89fceb3554a8d6 DIFF: https://github.com/llvm/llvm-project/commit/2f9fc576be206bd5c4fddfec5f89fceb3554a8d6.diff LOG:

[Lldb-commits] [lldb] 0da230f - [lldb] Improve formatting of dlopen error messages (NFC)

2022-05-23 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-05-23T10:57:40-07:00 New Revision: 0da230ff44399f74dc9bf05c8f212e7fc22079fa URL: https://github.com/llvm/llvm-project/commit/0da230ff44399f74dc9bf05c8f212e7fc22079fa DIFF: https://github.com/llvm/llvm-project/commit/0da230ff44399f74dc9bf05c8f212e7fc22079fa.diff LOG:

[Lldb-commits] [lldb] 760298a - [lldb] Specify aguments of `image list`

2022-05-23 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-05-23T11:00:48-07:00 New Revision: 760298adc264f9c1029d93ab38711c131e19a2f4 URL: https://github.com/llvm/llvm-project/commit/760298adc264f9c1029d93ab38711c131e19a2f4 DIFF: https://github.com/llvm/llvm-project/commit/760298adc264f9c1029d93ab38711c131e19a2f4.diff LOG:

[Lldb-commits] [lldb] 47c4c6a - [lldb] Use assertState in more tests (NFC)

2022-06-09 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-06-09T16:18:07-07:00 New Revision: 47c4c6a7469f3fd3e364a9b3669838686d4f1de6 URL: https://github.com/llvm/llvm-project/commit/47c4c6a7469f3fd3e364a9b3669838686d4f1de6 DIFF: https://github.com/llvm/llvm-project/commit/47c4c6a7469f3fd3e364a9b3669838686d4f1de6.diff LOG:

[Lldb-commits] [lldb] c7a56af - [lldb][bindings] Implement __repr__ instead of __str__

2022-06-11 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-06-11T10:19:51-07:00 New Revision: c7a56af3072c2fa89f0968d7f00b22f7bff0812b URL: https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b DIFF: https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b.diff LOG:

[Lldb-commits] [lldb] e30c493 - [lldb] Support non-pointer implicit this/self in GetValueForVariableExpressionPath

2022-06-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-06-15T22:04:02-07:00 New Revision: e30c493894c410825ad7467f4996aca7f613ce81 URL: https://github.com/llvm/llvm-project/commit/e30c493894c410825ad7467f4996aca7f613ce81 DIFF: https://github.com/llvm/llvm-project/commit/e30c493894c410825ad7467f4996aca7f613ce81.diff LOG:

[Lldb-commits] [lldb] e9349ef - Fix `script -lpython` to handle control flow in one-line commands.

2022-06-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-06-15T22:20:48-07:00 New Revision: e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c URL: https://github.com/llvm/llvm-project/commit/e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c DIFF: https://github.com/llvm/llvm-project/commit/e9349ef9e6d83aa8900b5e534f1d15fb4d44a33c.diff LOG:

[Lldb-commits] [lldb] f54497f - [lldb] Remove basestring references in examples (NFC)

2022-12-13 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-12-13T11:10:11-08:00 New Revision: f54497f114b9b5acaa8ebff296594b2cd7e437dd URL: https://github.com/llvm/llvm-project/commit/f54497f114b9b5acaa8ebff296594b2cd7e437dd DIFF: https://github.com/llvm/llvm-project/commit/f54497f114b9b5acaa8ebff296594b2cd7e437dd.diff LOG:

[Lldb-commits] [lldb] 9c5b975 - [lldb] Report clang module build remarks

2022-12-16 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-12-16T13:49:17-08:00 New Revision: 9c5b97570502c5c6648730f75d097910ae2faa22 URL: https://github.com/llvm/llvm-project/commit/9c5b97570502c5c6648730f75d097910ae2faa22 DIFF: https://github.com/llvm/llvm-project/commit/9c5b97570502c5c6648730f75d097910ae2faa22.diff LOG:

[Lldb-commits] [lldb] cd4180d - [lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04

2023-01-20 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-01-20T07:54:32-08:00 New Revision: cd4180dbf90b04014b65ff69c33002806680ced9 URL: https://github.com/llvm/llvm-project/commit/cd4180dbf90b04014b65ff69c33002806680ced9 DIFF: https://github.com/llvm/llvm-project/commit/cd4180dbf90b04014b65ff69c33002806680ced9.diff LOG:

[Lldb-commits] [lldb] 84c6129 - [lldb] Remove timer from SBModule copy ctor

2023-01-20 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-01-20T12:59:51-08:00 New Revision: 84c6129c943135e2c32b9254f08d0a2e7b21116a URL: https://github.com/llvm/llvm-project/commit/84c6129c943135e2c32b9254f08d0a2e7b21116a DIFF: https://github.com/llvm/llvm-project/commit/84c6129c943135e2c32b9254f08d0a2e7b21116a.diff LOG:

[Lldb-commits] [lldb] 9bf0318 - Revert "[lldb] Remove timer from SBModule copy ctor"

2023-01-23 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-01-23T09:52:11-08:00 New Revision: 9bf03187bd29f42902183e4bdac9b7f2d3008d00 URL: https://github.com/llvm/llvm-project/commit/9bf03187bd29f42902183e4bdac9b7f2d3008d00 DIFF: https://github.com/llvm/llvm-project/commit/9bf03187bd29f42902183e4bdac9b7f2d3008d00.diff LOG:

[Lldb-commits] [lldb] 4076664 - [lldb][test] Replace use of p with expression (NFC)

2023-01-25 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-01-25T11:03:58-08:00 New Revision: 40766642283854d035a992513e314d59c1b4ca53 URL: https://github.com/llvm/llvm-project/commit/40766642283854d035a992513e314d59c1b4ca53 DIFF: https://github.com/llvm/llvm-project/commit/40766642283854d035a992513e314d59c1b4ca53.diff LOG:

[Lldb-commits] [lldb] 47f0384 - [lldb][test] Set minimum compiler_versions

2023-01-27 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-01-27T14:29:45-08:00 New Revision: 47f0384bb96964e1416a52fc03b184a37fe05588 URL: https://github.com/llvm/llvm-project/commit/47f0384bb96964e1416a52fc03b184a37fe05588 DIFF: https://github.com/llvm/llvm-project/commit/47f0384bb96964e1416a52fc03b184a37fe05588.diff LOG:

[Lldb-commits] [lldb] 3ff6367 - [lldb] Accept negative indexes in __getitem__

2023-02-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-08T10:46:26-08:00 New Revision: 3ff636729d067801039b3a37618f6ce0dd1c3d24 URL: https://github.com/llvm/llvm-project/commit/3ff636729d067801039b3a37618f6ce0dd1c3d24 DIFF: https://github.com/llvm/llvm-project/commit/3ff636729d067801039b3a37618f6ce0dd1c3d24.diff LOG:

[Lldb-commits] [lldb] 785009e - [lldb][test] Fix function references to function calls (NFC)

2023-02-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-08T12:12:33-08:00 New Revision: 785009e19fbcbeaca206f7e5a786cb034a374e19 URL: https://github.com/llvm/llvm-project/commit/785009e19fbcbeaca206f7e5a786cb034a374e19 DIFF: https://github.com/llvm/llvm-project/commit/785009e19fbcbeaca206f7e5a786cb034a374e19.diff LOG:

[Lldb-commits] [lldb] d160873 - [lldb] Add --gdb-format flag to dwim-print

2023-02-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-08T19:16:20-08:00 New Revision: d160873c03aedfcd201851829aa423cc10ef593a URL: https://github.com/llvm/llvm-project/commit/d160873c03aedfcd201851829aa423cc10ef593a DIFF: https://github.com/llvm/llvm-project/commit/d160873c03aedfcd201851829aa423cc10ef593a.diff LOG:

[Lldb-commits] [lldb] 8235253 - [lldb] Remove unused CommandObjectRegexCommand::m_max_matches (NFC)

2023-02-09 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-09T19:35:00-08:00 New Revision: 82352538576a67d746ae2c0ba4ec5453839e70cd URL: https://github.com/llvm/llvm-project/commit/82352538576a67d746ae2c0ba4ec5453839e70cd DIFF: https://github.com/llvm/llvm-project/commit/82352538576a67d746ae2c0ba4ec5453839e70cd.diff LOG:

[Lldb-commits] [lldb] f1ddfa6 - [lldb] Remove pydoc import during script interpreter init

2023-02-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-15T15:25:59-08:00 New Revision: f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475 URL: https://github.com/llvm/llvm-project/commit/f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475 DIFF: https://github.com/llvm/llvm-project/commit/f1ddfa6d8a72bcc89e01ab8f73bbe5ae5a0dc475.diff LOG:

[Lldb-commits] [lldb] b3215c8 - [lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)

2023-02-16 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-16T21:04:23-08:00 New Revision: b3215c8106170e586c59cc66a118329108cb72a4 URL: https://github.com/llvm/llvm-project/commit/b3215c8106170e586c59cc66a118329108cb72a4 DIFF: https://github.com/llvm/llvm-project/commit/b3215c8106170e586c59cc66a118329108cb72a4.diff LOG:

[Lldb-commits] [lldb] 3328ee5 - [lldb] Suppress persistent result when running po

2023-02-16 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-16T21:05:19-08:00 New Revision: 3328ee550c86458ade5b3daf5fb4ad97b6a99e6c URL: https://github.com/llvm/llvm-project/commit/3328ee550c86458ade5b3daf5fb4ad97b6a99e6c DIFF: https://github.com/llvm/llvm-project/commit/3328ee550c86458ade5b3daf5fb4ad97b6a99e6c.diff LOG:

[Lldb-commits] [lldb] 5552c4d - [lldb] Limit TestPoPersistentResult to darwin

2023-02-16 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-16T21:11:48-08:00 New Revision: 5552c4ddd76de2447a86ab4b99506bd30590d36f URL: https://github.com/llvm/llvm-project/commit/5552c4ddd76de2447a86ab4b99506bd30590d36f DIFF: https://github.com/llvm/llvm-project/commit/5552c4ddd76de2447a86ab4b99506bd30590d36f.diff LOG:

[Lldb-commits] [lldb] e052838 - [lldb] Add missing decorators import in TestPoPersistentResult.py

2023-02-16 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-16T21:45:56-08:00 New Revision: e0528382b570bb18b438c20eadad34f8857a69a8 URL: https://github.com/llvm/llvm-project/commit/e0528382b570bb18b438c20eadad34f8857a69a8 DIFF: https://github.com/llvm/llvm-project/commit/e0528382b570bb18b438c20eadad34f8857a69a8.diff LOG:

[Lldb-commits] [lldb] 920b46e - [lldb] Add expression command options in dwim-print

2023-02-17 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-17T17:50:08-08:00 New Revision: 920b46e108b23454e6827ed0fa5e0a69fcb4a6e6 URL: https://github.com/llvm/llvm-project/commit/920b46e108b23454e6827ed0fa5e0a69fcb4a6e6 DIFF: https://github.com/llvm/llvm-project/commit/920b46e108b23454e6827ed0fa5e0a69fcb4a6e6.diff LOG:

[Lldb-commits] [lldb] 63c77bf - [lldb] Make persisting result variables configurable

2023-02-17 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-02-17T17:50:43-08:00 New Revision: 63c77bf71d80b24df377fc45c80bfa1904ee849e URL: https://github.com/llvm/llvm-project/commit/63c77bf71d80b24df377fc45c80bfa1904ee849e DIFF: https://github.com/llvm/llvm-project/commit/63c77bf71d80b24df377fc45c80bfa1904ee849e.diff LOG:

[Lldb-commits] [lldb] 77d2f26 - [lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)

2023-03-04 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-04T19:35:57-08:00 New Revision: 77d2f263c0f3d9c2e7064c6317d41e18aff14289 URL: https://github.com/llvm/llvm-project/commit/77d2f263c0f3d9c2e7064c6317d41e18aff14289 DIFF: https://github.com/llvm/llvm-project/commit/77d2f263c0f3d9c2e7064c6317d41e18aff14289.diff LOG:

[Lldb-commits] [lldb] 03e5c46 - [lldb] Test 'v' support for direct ivar access (NFC)

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T10:41:51-08:00 New Revision: 03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1 URL: https://github.com/llvm/llvm-project/commit/03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1 DIFF: https://github.com/llvm/llvm-project/commit/03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1.diff LOG:

[Lldb-commits] [lldb] 8794712 - [lldb] Add variable completion to dwim-print

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T10:42:32-08:00 New Revision: 8794712e8877ed366542c32e28abe40d0a9ced6d URL: https://github.com/llvm/llvm-project/commit/8794712e8877ed366542c32e28abe40d0a9ced6d DIFF: https://github.com/llvm/llvm-project/commit/8794712e8877ed366542c32e28abe40d0a9ced6d.diff LOG:

[Lldb-commits] [lldb] 3df28ef - Revert "[lldb] Test 'v' support for direct ivar access (NFC)"

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T11:12:28-08:00 New Revision: 3df28efaa0d2611e033a5fdce8e369446da9d3dc URL: https://github.com/llvm/llvm-project/commit/3df28efaa0d2611e033a5fdce8e369446da9d3dc DIFF: https://github.com/llvm/llvm-project/commit/3df28efaa0d2611e033a5fdce8e369446da9d3dc.diff LOG:

[Lldb-commits] [lldb] 23ee705 - Recommit [lldb] Test 'v' support for direct ivar access (NFC)

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T11:52:41-08:00 New Revision: 23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08 URL: https://github.com/llvm/llvm-project/commit/23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08 DIFF: https://github.com/llvm/llvm-project/commit/23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08.diff LOG:

[Lldb-commits] [lldb] a00801d - [lldb] Redefine p alias to dwim-print command

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T12:27:15-08:00 New Revision: a00801d94b02eaebd1385b03fb9e549c07cc8585 URL: https://github.com/llvm/llvm-project/commit/a00801d94b02eaebd1385b03fb9e549c07cc8585 DIFF: https://github.com/llvm/llvm-project/commit/a00801d94b02eaebd1385b03fb9e549c07cc8585.diff LOG:

[Lldb-commits] [lldb] 7975e3b - Revert "[lldb] Redefine p alias to dwim-print command"

2023-03-06 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-06T15:05:15-08:00 New Revision: 7975e3b1255d8506b7a4c9a33ab91c39291996ba URL: https://github.com/llvm/llvm-project/commit/7975e3b1255d8506b7a4c9a33ab91c39291996ba DIFF: https://github.com/llvm/llvm-project/commit/7975e3b1255d8506b7a4c9a33ab91c39291996ba.diff LOG:

[Lldb-commits] [lldb] e221dab - [lldb-vscode] Use `expression` command for completion

2023-03-07 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-07T11:13:25-08:00 New Revision: e221dab07815016fb04deb5d38441e77d1cd300a URL: https://github.com/llvm/llvm-project/commit/e221dab07815016fb04deb5d38441e77d1cd300a DIFF: https://github.com/llvm/llvm-project/commit/e221dab07815016fb04deb5d38441e77d1cd300a.diff LOG:

[Lldb-commits] [lldb] 9584ef1 - Recommit "[lldb] Redefine p alias to dwim-print command"

2023-03-07 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-07T13:08:08-08:00 New Revision: 9584ef1b02c0c2f77454c15008cb4a047a91a348 URL: https://github.com/llvm/llvm-project/commit/9584ef1b02c0c2f77454c15008cb4a047a91a348 DIFF: https://github.com/llvm/llvm-project/commit/9584ef1b02c0c2f77454c15008cb4a047a91a348.diff LOG:

[Lldb-commits] [lldb] 632c396 - [lldb] Change default value of dwim-print-verbosity setting

2023-03-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-08T11:10:50-08:00 New Revision: 632c396499eb4f6f7a36ba0246ba57e011357a55 URL: https://github.com/llvm/llvm-project/commit/632c396499eb4f6f7a36ba0246ba57e011357a55 DIFF: https://github.com/llvm/llvm-project/commit/632c396499eb4f6f7a36ba0246ba57e011357a55.diff LOG:

[Lldb-commits] [lldb] 6c599b1 - [lldb] Let 'v' command directly access ivars of _any_ self/this

2023-03-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-08T11:19:43-08:00 New Revision: 6c599b1e9b7e1b57952565468aed2de16af21082 URL: https://github.com/llvm/llvm-project/commit/6c599b1e9b7e1b57952565468aed2de16af21082 DIFF: https://github.com/llvm/llvm-project/commit/6c599b1e9b7e1b57952565468aed2de16af21082.diff LOG:

[Lldb-commits] [lldb] 5e0ee1b - [lldb] Make repeat commands work for regex commands

2023-03-08 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-08T16:21:42-08:00 New Revision: 5e0ee1b395fa6fca9f23f278885c5949277de666 URL: https://github.com/llvm/llvm-project/commit/5e0ee1b395fa6fca9f23f278885c5949277de666 DIFF: https://github.com/llvm/llvm-project/commit/5e0ee1b395fa6fca9f23f278885c5949277de666.diff LOG:

[Lldb-commits] [lldb] 8bad4ae - [lldb] Change dwim-print to default to disabled persistent results

2023-03-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-15T13:34:19-07:00 New Revision: 8bad4ae679df6fc7dbd016dccbd3da34206e836b URL: https://github.com/llvm/llvm-project/commit/8bad4ae679df6fc7dbd016dccbd3da34206e836b DIFF: https://github.com/llvm/llvm-project/commit/8bad4ae679df6fc7dbd016dccbd3da34206e836b.diff LOG:

[Lldb-commits] [lldb] 9e6a65f - Revert "[lldb] Change dwim-print to default to disabled persistent results"

2023-03-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-15T14:00:00-07:00 New Revision: 9e6a65f52ca6263795d81bde220fb4c80b7b05ec URL: https://github.com/llvm/llvm-project/commit/9e6a65f52ca6263795d81bde220fb4c80b7b05ec DIFF: https://github.com/llvm/llvm-project/commit/9e6a65f52ca6263795d81bde220fb4c80b7b05ec.diff LOG:

[Lldb-commits] [lldb] d875838 - [lldb][test] Replace use of p with expression in Shell tests (NFC)

2023-03-17 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-17T10:29:24-07:00 New Revision: d875838e8b45cb0da5070298d0c1a2d1ee78ce7e URL: https://github.com/llvm/llvm-project/commit/d875838e8b45cb0da5070298d0c1a2d1ee78ce7e DIFF: https://github.com/llvm/llvm-project/commit/d875838e8b45cb0da5070298d0c1a2d1ee78ce7e.diff LOG:

[Lldb-commits] [lldb] 8c040d0 - [lldb] Fix d875838e8b45cb0da5070298d0c1a2d1ee78ce7e

2023-03-17 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-17T10:45:46-07:00 New Revision: 8c040d0f4941d3557affda3550428b8712b69c92 URL: https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92 DIFF: https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92.diff LOG:

[Lldb-commits] [lldb] 75fdf7f - [lldb] Test direct ivar access in objc++ (NFC)

2023-03-21 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-21T10:14:42-07:00 New Revision: 75fdf7fd1516090651c0c3ffba4869cba9f3a879 URL: https://github.com/llvm/llvm-project/commit/75fdf7fd1516090651c0c3ffba4869cba9f3a879 DIFF: https://github.com/llvm/llvm-project/commit/75fdf7fd1516090651c0c3ffba4869cba9f3a879.diff LOG:

[Lldb-commits] [lldb] 3854963 - Recommit [lldb] Change dwim-print to default to disabled persistent results

2023-03-21 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-21T10:42:24-07:00 New Revision: 385496385476fc9735da5fa4acabc34654e8b30d URL: https://github.com/llvm/llvm-project/commit/385496385476fc9735da5fa4acabc34654e8b30d DIFF: https://github.com/llvm/llvm-project/commit/385496385476fc9735da5fa4acabc34654e8b30d.diff LOG:

[Lldb-commits] [lldb] c327f99 - [lldb] Refactor deduction of the instance variable's name (NFC)

2023-03-21 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-21T15:22:07-07:00 New Revision: c327f9925428870e6288fa65bb709dcc3c0a0f31 URL: https://github.com/llvm/llvm-project/commit/c327f9925428870e6288fa65bb709dcc3c0a0f31 DIFF: https://github.com/llvm/llvm-project/commit/c327f9925428870e6288fa65bb709dcc3c0a0f31.diff LOG:

[Lldb-commits] [lldb] 4d18d97 - [lldb] Fix dwim-print error message for missing expr

2023-03-22 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-22T14:25:32-07:00 New Revision: 4d18d97b594ccaa3cbd79beb4afef45e4156dc8d URL: https://github.com/llvm/llvm-project/commit/4d18d97b594ccaa3cbd79beb4afef45e4156dc8d DIFF: https://github.com/llvm/llvm-project/commit/4d18d97b594ccaa3cbd79beb4afef45e4156dc8d.diff LOG:

[Lldb-commits] [lldb] abddb83 - [lldb] Fix type of --apply-fixits (NFC)

2023-03-23 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-23T22:49:29-07:00 New Revision: abddb8359895a2040a3439850f5c8c9c61123947 URL: https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947 DIFF: https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947.diff LOG:

[Lldb-commits] [lldb] 23349d8 - [lldb] Add ability to hide the root name of a value

2023-03-24 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2023-03-24T14:07:31-07:00 New Revision: 23349d83a98f23e67ff0321dad7c378b117ce6aa URL: https://github.com/llvm/llvm-project/commit/23349d83a98f23e67ff0321dad7c378b117ce6aa DIFF: https://github.com/llvm/llvm-project/commit/23349d83a98f23e67ff0321dad7c378b117ce6aa.diff LOG:

<    1   2   3   4   5   6   7   >