[Lldb-commits] [lldb] [lldb/aarch64] Fix unwinding when signal interrupts a leaf function (PR #91321)

2024-05-09 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: I think that would be a good start. Also tagging @jasonmolenda for advice. https://github.com/llvm/llvm-project/pull/91321 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)

2024-05-09 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: If this turns out to be necessary, one way to rate-limit them would be to have a nesting depth counter. Assuming that these imports happen recursively we could create only Progress objects for the top n layers. https://github.com/llvm/llvm-project/pull/91452 __

[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)

2024-05-10 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: Could this commit have broken the bots? https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/1897/ https://github.com/llvm/llvm-project/pull/90663 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.

[Lldb-commits] [lldb] [lldb] Add CMake dependency tracking for SBLanguages generation script (PR #91686)

2024-05-10 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/91686 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 82d6a96 - disable test on older compilers

2021-12-13 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-13T11:59:05-08:00 New Revision: 82d6a96e129e959f78173a4ad5d165380f98d3f5 URL: https://github.com/llvm/llvm-project/commit/82d6a96e129e959f78173a4ad5d165380f98d3f5 DIFF: https://github.com/llvm/llvm-project/commit/82d6a96e129e959f78173a4ad5d165380f98d3f5.diff

[Lldb-commits] [lldb] 8b62429 - Use StringRef instead of char* (NFC)

2021-12-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-15T14:48:39-08:00 New Revision: 8b624290635fea64dfa14587b650dbb5077879a2 URL: https://github.com/llvm/llvm-project/commit/8b624290635fea64dfa14587b650dbb5077879a2 DIFF: https://github.com/llvm/llvm-project/commit/8b624290635fea64dfa14587b650dbb5077879a2.diff

[Lldb-commits] [lldb] 11c2af0 - Remove redundant check (NFC)

2021-12-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-12-15T14:54:03-08:00 New Revision: 11c2af04f27a293de974ffdfc8faefe247a4e722 URL: https://github.com/llvm/llvm-project/commit/11c2af04f27a293de974ffdfc8faefe247a4e722 DIFF: https://github.com/llvm/llvm-project/commit/11c2af04f27a293de974ffdfc8faefe247a4e722.diff

[Lldb-commits] [lldb] c0957bd - Add missing include to fix modular build

2022-01-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-01-20T08:35:33-08:00 New Revision: c0957bd61794cc37012e7a5f7d89f00fe02ff2ef URL: https://github.com/llvm/llvm-project/commit/c0957bd61794cc37012e7a5f7d89f00fe02ff2ef DIFF: https://github.com/llvm/llvm-project/commit/c0957bd61794cc37012e7a5f7d89f00fe02ff2ef.diff

[Lldb-commits] [lldb] 36cb29c - Work around a module build failure on the bots.

2022-01-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-01-20T13:39:48-08:00 New Revision: 36cb29cbbe1b22dcd298ad65e1fabe899b7d7249 URL: https://github.com/llvm/llvm-project/commit/36cb29cbbe1b22dcd298ad65e1fabe899b7d7249 DIFF: https://github.com/llvm/llvm-project/commit/36cb29cbbe1b22dcd298ad65e1fabe899b7d7249.diff

[Lldb-commits] [lldb] a701dc8 - Revert "Fixed typos in TestLldbGdbServer.py"

2022-02-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-05T14:54:37-08:00 New Revision: a701dc8edae6886da0f5b3de793a23d6afeb0a01 URL: https://github.com/llvm/llvm-project/commit/a701dc8edae6886da0f5b3de793a23d6afeb0a01 DIFF: https://github.com/llvm/llvm-project/commit/a701dc8edae6886da0f5b3de793a23d6afeb0a01.diff

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

2022-02-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-05T14:54:41-08:00 New Revision: 11d64edbf92861cc7957cea6dc01fbf11f8c955b URL: https://github.com/llvm/llvm-project/commit/11d64edbf92861cc7957cea6dc01fbf11f8c955b DIFF: https://github.com/llvm/llvm-project/commit/11d64edbf92861cc7957cea6dc01fbf11f8c955b.diff

[Lldb-commits] [lldb] d42765b - Add llgs category to all tests in TestLldbGdbServer that attach to the process.

2022-02-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-07T08:26:48-08:00 New Revision: d42765b3bea5ee90426c49f35b0b5654de82a4f9 URL: https://github.com/llvm/llvm-project/commit/d42765b3bea5ee90426c49f35b0b5654de82a4f9 DIFF: https://github.com/llvm/llvm-project/commit/d42765b3bea5ee90426c49f35b0b5654de82a4f9.diff

[Lldb-commits] [lldb] 677182f - Revert "Add llgs category to all tests in TestLldbGdbServer that attach to the process."

2022-02-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-07T09:42:07-08:00 New Revision: 677182fe98d147d3a36cf3d35c1cbbce909c9c30 URL: https://github.com/llvm/llvm-project/commit/677182fe98d147d3a36cf3d35c1cbbce909c9c30 DIFF: https://github.com/llvm/llvm-project/commit/677182fe98d147d3a36cf3d35c1cbbce909c9c30.diff

[Lldb-commits] [lldb] 547a667 - Add -fmodules-local-submodule-visibility to MANDATORY_MODULE_BUILD_CFLAGS

2022-02-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-10T11:11:50-08:00 New Revision: 547a667ceeb60dca5447e5bc09165a52b22925eb URL: https://github.com/llvm/llvm-project/commit/547a667ceeb60dca5447e5bc09165a52b22925eb DIFF: https://github.com/llvm/llvm-project/commit/547a667ceeb60dca5447e5bc09165a52b22925eb.diff

[Lldb-commits] [lldb] 4ef02cb - Revert "Add -fmodules-local-submodule-visibility to MANDATORY_MODULE_BUILD_CFLAGS"

2022-02-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-10T15:37:11-08:00 New Revision: 4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb URL: https://github.com/llvm/llvm-project/commit/4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb DIFF: https://github.com/llvm/llvm-project/commit/4ef02cba2ef3fdb49c33d014dd8f4034ef9cb4cb.diff

[Lldb-commits] [lldb] ca7f06f - add missing include

2022-02-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-02-17T09:02:29-08:00 New Revision: ca7f06fcb60ce7730e7768aa3409387e6aa4efaf URL: https://github.com/llvm/llvm-project/commit/ca7f06fcb60ce7730e7768aa3409387e6aa4efaf DIFF: https://github.com/llvm/llvm-project/commit/ca7f06fcb60ce7730e7768aa3409387e6aa4efaf.diff

[Lldb-commits] [lldb] 11e5275 - Document why test is disabled on macOS Ventura

2022-08-03 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-03T13:05:21-07:00 New Revision: 11e5275cc266ab5ff07e3685935cebf6e09372f7 URL: https://github.com/llvm/llvm-project/commit/11e5275cc266ab5ff07e3685935cebf6e09372f7 DIFF: https://github.com/llvm/llvm-project/commit/11e5275cc266ab5ff07e3685935cebf6e09372f7.diff

[Lldb-commits] [lldb] fe0f72d - Revert "[lldb] [test] Add synchronization to TestContinue"

2022-08-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-19T09:23:18-07:00 New Revision: fe0f72d5c55a9b95c5564089e946e8f08112e995 URL: https://github.com/llvm/llvm-project/commit/fe0f72d5c55a9b95c5564089e946e8f08112e995 DIFF: https://github.com/llvm/llvm-project/commit/fe0f72d5c55a9b95c5564089e946e8f08112e995.diff

[Lldb-commits] [lldb] 00c4852 - Revert "[lldb] [test] Disable new CommunicationTests on Windows"

2022-08-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-08-19T09:23:17-07:00 New Revision: 00c4852561a7ea51e0514759efd745ff01137b4c URL: https://github.com/llvm/llvm-project/commit/00c4852561a7ea51e0514759efd745ff01137b4c DIFF: https://github.com/llvm/llvm-project/commit/00c4852561a7ea51e0514759efd745ff01137b4c.diff

[Lldb-commits] [clang] [llvm] [clang-tools-extra] [lldb] [lldb][test] Add tests for target.max-string-summary-length setting (PR #77920)

2024-01-12 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/77920 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Store SupportFile in LineEntry (NFC) (PR #77999)

2024-01-12 Thread Adrian Prantl via lldb-commits
@@ -20,7 +20,7 @@ LineEntry::LineEntry() void LineEntry::Clear() { range.Clear(); file.Clear(); - original_file.Clear(); + original_file = std::make_shared(); adrian-prantl wrote: Is this default-constructing an empty object? Should it be a null shared_p

[Lldb-commits] [lldb] [lldb] Store SupportFile in LineEntry (NFC) (PR #77999)

2024-01-12 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/77999 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove redundant severity substring within a diagnostic message. (PR #76111)

2024-01-18 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/76111 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFUnit] Implement PeekDIEName query (PR #78486)

2024-01-18 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/78486 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFUnit] Implement PeekDIEName query (PR #78486)

2024-01-18 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl edited https://github.com/llvm/llvm-project/pull/78486 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFUnit] Implement PeekDIEName query (PR #78486)

2024-01-18 Thread Adrian Prantl via lldb-commits
@@ -663,6 +663,30 @@ DWARFUnit::GetDIE(dw_offset_t die_offset) { return DWARFDIE(); // Not found } +llvm::StringRef DWARFUnit::PeekDIEName(dw_offset_t die_offset) { + DWARFDebugInfoEntry die; + if (!die.Extract(GetData(), this, &die_offset)) +return llvm::StringRef();

[Lldb-commits] [lldb] [lldb] Improve maintainability and readability for ValueObject methods (PR #75865)

2024-01-23 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/75865 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix progress reporting for SymbolLocatorDebugSymbols (PR #79624)

2024-01-26 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl edited https://github.com/llvm/llvm-project/pull/79624 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix progress reporting for SymbolLocatorDebugSymbols (PR #79624)

2024-01-26 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/79624 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix progress reporting for SymbolLocatorDebugSymbols (PR #79624)

2024-01-26 Thread Adrian Prantl via lldb-commits
@@ -1050,28 +1054,25 @@ bool SymbolLocatorDebugSymbols::DownloadObjectAndSymbolFile( const std::string file_path_str = file_spec_ptr ? file_spec_ptr->GetPath() : ""; - Log *log = GetLog(LLDBLog::Host); + if (uuid_str.empty() && file_path_str.empty()) +return fal

[Lldb-commits] [lldb] [lldb] Fix progress reporting for SymbolLocatorDebugSymbols (PR #79624)

2024-01-26 Thread Adrian Prantl via lldb-commits
@@ -776,6 +776,10 @@ std::optional SymbolLocatorDebugSymbols::LocateExecutableSymbolFile( exec_fspec ? exec_fspec->GetFilename().AsCString("") : "", arch ? arch->GetArchitectureName() : "", (const void *)uuid); + Progress progress( + "Locating external symbo

[Lldb-commits] [lldb] 5dce635 - Add missing includes

2024-01-29 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2024-01-29T11:00:49-08:00 New Revision: 5dce6353b5e42248c7271f7694613831a6d427de URL: https://github.com/llvm/llvm-project/commit/5dce6353b5e42248c7271f7694613831a6d427de DIFF: https://github.com/llvm/llvm-project/commit/5dce6353b5e42248c7271f7694613831a6d427de.diff

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-30 Thread Adrian Prantl via lldb-commits
@@ -218,6 +219,104 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass( m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); } +namespace { +using Entry = llvm::DWARFDebugNames::Entry; + +/// If `entry` and all of its parents have an `IDX_parent`, u

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-30 Thread Adrian Prantl via lldb-commits
@@ -218,6 +219,104 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass( m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); } +namespace { +using Entry = llvm::DWARFDebugNames::Entry; + +/// If `entry` and all of its parents have an `IDX_parent`, u

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-30 Thread Adrian Prantl via lldb-commits
@@ -218,6 +219,104 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass( m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); } +namespace { +using Entry = llvm::DWARFDebugNames::Entry; + +/// If `entry` and all of its parents have an `IDX_parent`, u

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-30 Thread Adrian Prantl via lldb-commits
@@ -218,6 +219,104 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass( m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); } +namespace { +using Entry = llvm::DWARFDebugNames::Entry; + +/// If `entry` and all of its parents have an `IDX_parent`, u

[Lldb-commits] [lldb] [lldb] Fix a crash when using .dwp files and make type lookup reliable with the index cache (PR #79544)

2024-01-31 Thread Adrian Prantl via lldb-commits
@@ -81,27 +81,88 @@ void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { : m_context.getOrLoadDebugInfoData(); lldb::offset_t offset = 0; while (data.ValidOffset(offset)) { -llvm::Expected unit_sp = DWARFUnit::extract( -

[Lldb-commits] [lldb] [lldb] Fix a crash when using .dwp files and make type lookup reliable with the index cache (PR #79544)

2024-01-31 Thread Adrian Prantl via lldb-commits
@@ -1,15 +1,88 @@ // REQUIRES: lld -// RUN: %clang -target x86_64-pc-linux -gsplit-dwarf -g -c %s -o %t.o -// RUN: ld.lld %t.o -o %t -// RUN: llvm-dwp %t.dwo -o %t.dwp -// RUN: rm %t.dwo -// RUN: llvm-objcopy --only-keep-debug %t %t.debug -// RUN: llvm-objcopy --strip-all --add

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-31 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl edited https://github.com/llvm/llvm-project/pull/79932 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-31 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/79932 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-01-31 Thread Adrian Prantl via lldb-commits
@@ -218,6 +219,106 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass( m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); } +namespace { +using Entry = llvm::DWARFDebugNames::Entry; + +/// If `entry` and all of its parents have an `IDX_parent`, u

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

2024-01-31 Thread Adrian Prantl 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] Fix debug info size statistics for split dwarf (PR #80218)

2024-01-31 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,132 @@ +""" +Test SBTarget.GetStatistics() reporting for dwo files. +""" + +import json +import os + +from lldbsuite.test import lldbtest, lldbutil +from lldbsuite.test.decorators import * +from lldbsuite.test_event.build_exception import BuildError + + +SKELETON_DEBUGI

[Lldb-commits] [lldb] Don't cause a premature UpdateIfNeeded when checking in SBValue::GetSP (PR #80222)

2024-02-01 Thread Adrian Prantl via lldb-commits
@@ -114,21 +114,26 @@ class ValueImpl { lldb::ValueObjectSP value_sp = m_valobj_sp; Target *target = value_sp->GetTargetSP().get(); -// If this ValueObject holds an error, then it is valuable for that. -if (value_sp->GetError().Fail()) - return value_sp; -

[Lldb-commits] [lldb] Don't cause a premature UpdateIfNeeded when checking in SBValue::GetSP (PR #80222)

2024-02-01 Thread Adrian Prantl via lldb-commits
@@ -458,7 +458,12 @@ class ValueObject { virtual bool GetDeclaration(Declaration &decl); // The functions below should NOT be modified by subclasses + // This gets the current error for this ValueObject, it may update the value + // to ensure that the error is up to date

[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

2024-02-01 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: > I've added a log message with the `Error` itself being logged as well Thanks! I wasted half a day stepping through the DWARF parser recently, thinking I'm debugging a parser bug, when it was really invalid DWARF produced by an older version of dsymutil, so even just the

[Lldb-commits] [lldb] [lldb] Add frame recognizer for __builtin_verbose_trap (PR #80368)

2024-02-02 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: What will happen in an Objective-C++ frame then? Will there be two C runtimes because we have both a C++ and an ObjC runtime? https://github.com/llvm/llvm-project/pull/80368 ___ lldb-commits mailing list lldb-commits@lists.llvm.or

[Lldb-commits] [lldb] [lldb] Add frame recognizer for __builtin_verbose_trap (PR #80368)

2024-02-02 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,9 @@ +# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap.cpp -o %t.out +# RUN: %lldb -b -s %s %t.out | FileCheck %s +run +# CHECK: thread #{{.*}}stop reason = __llvm_verbose_trap: Function is not implemented adrian-prantl wrote: Should we hide the `__ll

[Lldb-commits] [lldb] [lldb] Add frame recognizer for __builtin_verbose_trap (PR #80368)

2024-02-02 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,85 @@ +#include "lldb/Target/VerboseTrapFrameRecognizer.h" + +#include "lldb/Core/Module.h" +#include "lldb/Symbol/Function.h" +#include "lldb/Symbol/SymbolContext.h" +#include "lldb/Target/Process.h" +#include "lldb/Target/Target.h" + +#include "lldb/Utility/LLDBLog.h"

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

2024-02-05 Thread Adrian Prantl via lldb-commits
@@ -45,15 +45,12 @@ class FormatCache { void Set(lldb::TypeSummaryImplSP); void Set(lldb::SyntheticChildrenSP); }; - typedef std::map CacheMap; - CacheMap m_map; + std::map m_entries; adrian-prantl wrote: Could this be a StringMap, or if we benefi

[Lldb-commits] [lldb] Don't count all the frames just to skip the current inlined ones. (PR #80918)

2024-02-07 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: Should the Doxygen comment of GetStackFrameCount warn that this is an expensive operation? https://lldb.llvm.org/cpp_reference/classlldb__private_1_1Thread.html#afc54feef950a58b625bbb198dc4cf57c https://github.com/llvm/llvm-project/pull/80918 ___

[Lldb-commits] [lldb] Don't search for separate debug files for mach-o object files (PR #81041)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -118,7 +118,13 @@ SymbolVendorMacOSX::CreateInstance(const lldb::ModuleSP &module_sp, FileSpec dsym_fspec(module_sp->GetSymbolFileFileSpec()); ObjectFileSP dsym_objfile_sp; -if (!dsym_fspec) { +// On Darwin, we store the debug information either in object f

[Lldb-commits] [lldb] Don't search for separate debug files for mach-o object files (PR #81041)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -118,7 +118,13 @@ SymbolVendorMacOSX::CreateInstance(const lldb::ModuleSP &module_sp, FileSpec dsym_fspec(module_sp->GetSymbolFileFileSpec()); ObjectFileSP dsym_objfile_sp; -if (!dsym_fspec) { +// On Darwin, we store the debug information either in object f

[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -4349,26 +4349,53 @@ SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { const std::shared_ptr &SymbolFileDWARF::GetDwpSymbolFile() { llvm::call_once(m_dwp_symfile_once_flag, [this]() { +// Create a list of files to try and append .dwp to --

[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -4349,26 +4349,53 @@ SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { const std::shared_ptr &SymbolFileDWARF::GetDwpSymbolFile() { llvm::call_once(m_dwp_symfile_once_flag, [this]() { +// Create a list of files to try and append .dwp to +FileSpecL

[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -4349,26 +4349,53 @@ SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { const std::shared_ptr &SymbolFileDWARF::GetDwpSymbolFile() { llvm::call_once(m_dwp_symfile_once_flag, [this]() { +// Create a list of files to try and append .dwp to +FileSpecL

[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -69,6 +83,19 @@ // RUN: -o "statistics dump" \ // RUN: %t.dwarf4 -b | FileCheck %s -check-prefix=CACHED +// Make sure that if we load the "%t.dwarf4.debug" file, that we can find and +// load the .dwo file from the .dwp when it is "%t.dwarf4.dwp" +// RUN: %lldb %t.dwarf

[Lldb-commits] [lldb] [lldb] Fix printf formatting of std::time_t seconds (PR #81078)

2024-02-08 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. If we switched to a streamstring or a raw_svector_ostream we could avoid having to deal with the printf specifiers altogether... https://github.com/llvm/llvm-project/pull/81078 ___ lldb-comm

[Lldb-commits] [lldb] 750981f - Fix a truly strange triple in testcase

2024-02-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2024-02-08T09:03:47-08:00 New Revision: 750981f1a2c6069cded709b75cc87d7abd05277a URL: https://github.com/llvm/llvm-project/commit/750981f1a2c6069cded709b75cc87d7abd05277a DIFF: https://github.com/llvm/llvm-project/commit/750981f1a2c6069cded709b75cc87d7abd05277a.diff

[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -99,6 +105,10 @@ class Progress { private: void ReportProgress(); static std::atomic g_id; + static std::atomic g_refcount; + /// Map that tracks each progress object and if we've seen its start and stop + /// events + static std::unordered_map g_map; ---

[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -12,6 +12,7 @@ #include "lldb/Utility/ConstString.h" #include "lldb/lldb-types.h" #include +#include adrian-prantl wrote: Unless you need the sorted iteration property you probably want to use something more efficient instead. https://github.com/llvm/ll

[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)

2024-02-08 Thread Adrian Prantl via lldb-commits
@@ -99,6 +105,10 @@ class Progress { private: void ReportProgress(); static std::atomic g_id; + static std::atomic g_refcount; + /// Map that tracks each progress object and if we've seen its start and stop + /// events + static std::unordered_map g_map; ---

[Lldb-commits] [lldb] 99446df - Bump the minimum LLVM version for chrono datatformatters tests

2024-02-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2024-02-09T08:13:24-08:00 New Revision: 99446df3f5357b327b3884adf6465999ea60 URL: https://github.com/llvm/llvm-project/commit/99446df3f5357b327b3884adf6465999ea60 DIFF: https://github.com/llvm/llvm-project/commit/99446df3f5357b327b3884adf6465999ea60.diff

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

2024-02-14 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: Should this be documented in `lldb/docs/use/variable.rst` or a similar place on the website? 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] [lldb] Detect a Darwin kernel issue and work around it (PR #81573)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -825,6 +806,56 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( break; } - return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, - exc_code, exc_sub_code)); + return std::ma

[Lldb-commits] [lldb] [lldb] Detect a Darwin kernel issue and work around it (PR #81573)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -825,6 +806,56 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( break; } - return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, - exc_code, exc_sub_code)); + return std::ma

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -119,6 +120,32 @@ class Progress { bool m_complete = false; }; +/// A class used to group progress reports by category. This is done by using a +/// map that maintains a refcount of each category of progress reports that have +/// come in. Keeping track of progress repor

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -119,6 +120,32 @@ class Progress { bool m_complete = false; }; +/// A class used to group progress reports by category. This is done by using a +/// map that maintains a refcount of each category of progress reports that have +/// come in. Keeping track of progress repor

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -119,6 +120,32 @@ class Progress { bool m_complete = false; }; +/// A class used to group progress reports by category. This is done by using a +/// map that maintains a refcount of each category of progress reports that have +/// come in. Keeping track of progress repor

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -66,3 +67,41 @@ void Progress::ReportProgress() { m_debugger_id); } } + +ProgressManager &ProgressManager::InstanceImpl() { + static std::once_flag g_once_flag; + static ProgressManager *g_progress_manager = nullptr; + std::call_once(g_once_

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -66,3 +67,41 @@ void Progress::ReportProgress() { m_debugger_id); } } + +ProgressManager &ProgressManager::InstanceImpl() { + static std::once_flag g_once_flag; + static ProgressManager *g_progress_manager = nullptr; + std::call_once(g_once_

[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -66,3 +67,41 @@ void Progress::ReportProgress() { m_debugger_id); } } + +ProgressManager &ProgressManager::InstanceImpl() { + static std::once_flag g_once_flag; + static ProgressManager *g_progress_manager = nullptr; + std::call_once(g_once_

[Lldb-commits] [lldb] [lldb] Store proper integer bitwidth in Scalar Type (PR #81451)

2024-02-14 Thread Adrian Prantl via lldb-commits
@@ -857,10 +857,18 @@ static Scalar DerefSizeExtractDataHelper(uint8_t *addr_bytes, DataExtractor addr_data(addr_bytes, size_addr_bytes, byte_order, size); lldb::offset_t addr_data_offset = 0; - if (size <= 8) -return addr_data.GetMaxU64(&addr_data_offset, size); -

[Lldb-commits] [lldb] [llvm] [ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (PR #82272)

2024-02-19 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/82272 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 7504dd5 - Expose GetAddressingBits() in the Process API.

2022-03-23 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-03-23T14:22:26-07:00 New Revision: 7504dd5e00f514628614db8ee07514c73220e597 URL: https://github.com/llvm/llvm-project/commit/7504dd5e00f514628614db8ee07514c73220e597 DIFF: https://github.com/llvm/llvm-project/commit/7504dd5e00f514628614db8ee07514c73220e597.diff

[Lldb-commits] [lldb] 12606d1 - Revert "Expose GetAddressingBits() in the Process API."

2022-03-23 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-03-23T15:28:34-07:00 New Revision: 12606d16bc3e1c75eefc781863b199b930137068 URL: https://github.com/llvm/llvm-project/commit/12606d16bc3e1c75eefc781863b199b930137068 DIFF: https://github.com/llvm/llvm-project/commit/12606d16bc3e1c75eefc781863b199b930137068.diff

[Lldb-commits] [lldb] 942c21e - Simplify ArchSpec::IsFullySpecifiedTriple() (NFC)

2022-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-01T14:16:36-07:00 New Revision: 942c21ed23dcba11a156cbaad4a74348dc6fdcff URL: https://github.com/llvm/llvm-project/commit/942c21ed23dcba11a156cbaad4a74348dc6fdcff DIFF: https://github.com/llvm/llvm-project/commit/942c21ed23dcba11a156cbaad4a74348dc6fdcff.diff

[Lldb-commits] [lldb] b5900e6 - clang-format HostInfoBase.cpp

2022-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-01T15:55:23-07:00 New Revision: b5900e64c2db41acd230522c02d0845c7e443c21 URL: https://github.com/llvm/llvm-project/commit/b5900e64c2db41acd230522c02d0845c7e443c21 DIFF: https://github.com/llvm/llvm-project/commit/b5900e64c2db41acd230522c02d0845c7e443c21.diff

[Lldb-commits] [lldb] cf3e401 - Prevent GetAugmentedArchSpec() from attaching "unknown" environments

2022-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-04T08:56:58-07:00 New Revision: cf3e4011b57b07d88e3e577295c3327b07c15922 URL: https://github.com/llvm/llvm-project/commit/cf3e4011b57b07d88e3e577295c3327b07c15922 DIFF: https://github.com/llvm/llvm-project/commit/cf3e4011b57b07d88e3e577295c3327b07c15922.diff

[Lldb-commits] [lldb] 0bc9372 - Skip test on earlier clang versions

2022-04-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-04-08T15:40:57-07:00 New Revision: 0bc9372fa74ad0cd4789b4485bade86570909718 URL: https://github.com/llvm/llvm-project/commit/0bc9372fa74ad0cd4789b4485bade86570909718 DIFF: https://github.com/llvm/llvm-project/commit/0bc9372fa74ad0cd4789b4485bade86570909718.diff

[Lldb-commits] [lldb] f4570ce - Adapt C++ std::string dataformatter for D125496

2022-05-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-05-20T11:25:42-07:00 New Revision: f4570ce442b492d436a0e314c6ea14bf299af0d3 URL: https://github.com/llvm/llvm-project/commit/f4570ce442b492d436a0e314c6ea14bf299af0d3 DIFF: https://github.com/llvm/llvm-project/commit/f4570ce442b492d436a0e314c6ea14bf299af0d3.diff

[Lldb-commits] [lldb] ca73de4 - Adapt LLDB for D120540.

2022-05-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-05-31T16:56:37-07:00 New Revision: ca73de43744503a557b1f3709c0ff4751798702f URL: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f DIFF: https://github.com/llvm/llvm-project/commit/ca73de43744503a557b1f3709c0ff4751798702f.diff

[Lldb-commits] [lldb] 62b4482 - Revert "Adapt LLDB for D120540."

2022-06-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-01T10:33:53-07:00 New Revision: 62b448217595c33788693f4b682ea5a84d9e2005 URL: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005 DIFF: https://github.com/llvm/llvm-project/commit/62b448217595c33788693f4b682ea5a84d9e2005.diff

[Lldb-commits] [lldb] 8eed95c - Adapt IRForTarget::RewriteObjCSelector() for D126689.

2022-06-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-02T11:42:28-07:00 New Revision: 8eed95c83ecd0e42eaaca4f6591faafa4dad0d88 URL: https://github.com/llvm/llvm-project/commit/8eed95c83ecd0e42eaaca4f6591faafa4dad0d88 DIFF: https://github.com/llvm/llvm-project/commit/8eed95c83ecd0e42eaaca4f6591faafa4dad0d88.diff

[Lldb-commits] [lldb] e7b929d - Adapt IRForTarget::RewriteObjCConstStrings() for D126689.

2022-06-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-02T13:06:40-07:00 New Revision: e7b929d756504c70d3ab0d0ba82f28eec7f7b363 URL: https://github.com/llvm/llvm-project/commit/e7b929d756504c70d3ab0d0ba82f28eec7f7b363 DIFF: https://github.com/llvm/llvm-project/commit/e7b929d756504c70d3ab0d0ba82f28eec7f7b363.diff

[Lldb-commits] [lldb] d36757b - [LLDB][Docs] Fix formatting of example code-block

2022-06-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-10T08:17:08-07:00 New Revision: d36757b511ea6ef466a8ce608a5431a5e6173632 URL: https://github.com/llvm/llvm-project/commit/d36757b511ea6ef466a8ce608a5431a5e6173632 DIFF: https://github.com/llvm/llvm-project/commit/d36757b511ea6ef466a8ce608a5431a5e6173632.diff

[Lldb-commits] [lldb] ea9ff9f - [LLDB][formatters] Add formatter for libc++'s std::span

2022-06-13 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-13T12:59:38-07:00 New Revision: ea9ff9fac3a6ea77b488081dd9faabc8fe334b46 URL: https://github.com/llvm/llvm-project/commit/ea9ff9fac3a6ea77b488081dd9faabc8fe334b46 DIFF: https://github.com/llvm/llvm-project/commit/ea9ff9fac3a6ea77b488081dd9faabc8fe334b46.diff

[Lldb-commits] [lldb] f000de8 - [LLDB][ExpressionParser] Fix indices inside format-strings passed to LLDB_LOG

2022-06-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-06-17T09:26:01-07:00 New Revision: f000de8760c112ead0487a020c3849c6280f2a57 URL: https://github.com/llvm/llvm-project/commit/f000de8760c112ead0487a020c3849c6280f2a57 DIFF: https://github.com/llvm/llvm-project/commit/f000de8760c112ead0487a020c3849c6280f2a57.diff

[Lldb-commits] [lldb] 320b29e - Fix a syntax error

2022-12-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-12-16T13:03:45-08:00 New Revision: 320b29e7ed64c37560c263d4d4eeaa9dad87cb43 URL: https://github.com/llvm/llvm-project/commit/320b29e7ed64c37560c263d4d4eeaa9dad87cb43 DIFF: https://github.com/llvm/llvm-project/commit/320b29e7ed64c37560c263d4d4eeaa9dad87cb43.diff

[Lldb-commits] [lldb] 27249c0 - Temporarily skip test under ASAN

2022-12-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2022-12-16T13:50:21-08:00 New Revision: 27249c06b775c73b7fa9f2d8e48cac1a85169481 URL: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481 DIFF: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481.diff

[Lldb-commits] [lldb] 69f2b5f - Revert an unintentional API ABI break

2023-01-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-05T13:43:12-08:00 New Revision: 69f2b5fcf1be2226181cce21066f072279ba5d14 URL: https://github.com/llvm/llvm-project/commit/69f2b5fcf1be2226181cce21066f072279ba5d14 DIFF: https://github.com/llvm/llvm-project/commit/69f2b5fcf1be2226181cce21066f072279ba5d14.diff

[Lldb-commits] [lldb] f8d7ab8 - Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()

2023-01-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-09T15:04:53-08:00 New Revision: f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a URL: https://github.com/llvm/llvm-project/commit/f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a DIFF: https://github.com/llvm/llvm-project/commit/f8d7ab8cf8e859dcc7f696e8d01ed6fca502446a.diff

[Lldb-commits] [lldb] 9000a36 - Manual DWARF index: don't skip over -gmodules debug info

2023-01-27 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-01-27T15:59:46-08:00 New Revision: 9000a36f5cbd2993cd9c746610f7666ed173991a URL: https://github.com/llvm/llvm-project/commit/9000a36f5cbd2993cd9c746610f7666ed173991a DIFF: https://github.com/llvm/llvm-project/commit/9000a36f5cbd2993cd9c746610f7666ed173991a.diff

[Lldb-commits] [lldb] 5d77344 - Simplify test script

2023-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-04T15:08:57-07:00 New Revision: 5d77344d9d52a623de93563d9fae47cb0634d699 URL: https://github.com/llvm/llvm-project/commit/5d77344d9d52a623de93563d9fae47cb0634d699 DIFF: https://github.com/llvm/llvm-project/commit/5d77344d9d52a623de93563d9fae47cb0634d699.diff

[Lldb-commits] [lldb] a78997e - Simplify test.

2023-04-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-04T15:16:01-07:00 New Revision: a78997e0aa89250a193ff036e7c6e71562e03222 URL: https://github.com/llvm/llvm-project/commit/a78997e0aa89250a193ff036e7c6e71562e03222 DIFF: https://github.com/llvm/llvm-project/commit/a78997e0aa89250a193ff036e7c6e71562e03222.diff

[Lldb-commits] [lldb] 7e28a2c - Skip tests under asan

2023-04-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-05T09:00:55-07:00 New Revision: 7e28a2c9f49d74b0dde02fd81b40f837f6140083 URL: https://github.com/llvm/llvm-project/commit/7e28a2c9f49d74b0dde02fd81b40f837f6140083 DIFF: https://github.com/llvm/llvm-project/commit/7e28a2c9f49d74b0dde02fd81b40f837f6140083.diff

[Lldb-commits] [lldb] 737820e - Make diagnostics API safer to use

2023-04-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-04-21T08:21:56-07:00 New Revision: 737820e6d6e2df50f2ddf522a0db9ffb794ff749 URL: https://github.com/llvm/llvm-project/commit/737820e6d6e2df50f2ddf522a0db9ffb794ff749 DIFF: https://github.com/llvm/llvm-project/commit/737820e6d6e2df50f2ddf522a0db9ffb794ff749.diff

[Lldb-commits] [lldb] 1f74964 - Add amissing REQUIRES: to test

2023-05-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-02T11:16:04-07:00 New Revision: 1f74964b403c615c121c0adbd06661adaae14667 URL: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667 DIFF: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667.diff

[Lldb-commits] [lldb] 419bc85 - Revert "Add amissing REQUIRES: to test"

2023-05-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-02T11:41:58-07:00 New Revision: 419bc85675fe73f2d19cd3f756cf029248fb4295 URL: https://github.com/llvm/llvm-project/commit/419bc85675fe73f2d19cd3f756cf029248fb4295 DIFF: https://github.com/llvm/llvm-project/commit/419bc85675fe73f2d19cd3f756cf029248fb4295.diff

[Lldb-commits] [lldb] ba902ef - Skip test when compiling with older versions of clang

2023-05-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2023-05-08T09:24:40-07:00 New Revision: ba902efa499a092405c207d71a98af1e38853d7b URL: https://github.com/llvm/llvm-project/commit/ba902efa499a092405c207d71a98af1e38853d7b DIFF: https://github.com/llvm/llvm-project/commit/ba902efa499a092405c207d71a98af1e38853d7b.diff

<    4   5   6   7   8   9   10   11   12   13   >