[Lldb-commits] [lldb] [lldb/crashlog] Fix breaking changes in textual report format (PR #83861)

2024-03-04 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/83861 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Show module name in progress update for downloading symbols (PR #85342)

2024-03-15 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: LGTM! https://github.com/llvm/llvm-project/pull/85342 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove process restart prompt from TestSourceManager (PR #85861)

2024-03-19 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM! https://github.com/llvm/llvm-project/pull/85861 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/API] Add missing `eBroadcastBitSymbolsChanged` to SBTarget (NFC) (PR #85883)

2024-03-19 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/85883 This patch exposes the missing `eBroadcastBitSymbolsChanged` event bit in `SBTarget`. >From f3c88d52cb72082d070a68822f0d1aad94ce306a Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Wed, 20 Mar 2024

[Lldb-commits] [lldb] [lldb/API] Add missing `eBroadcastBitSymbolsChanged` to SBTarget (NFC) (PR #85883)

2024-03-19 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/85883 >From 2d6450747584c99a0b40706e04cb7feee9297ad0 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Wed, 20 Mar 2024 00:39:47 + Subject: [PATCH] [lldb/API] Add missing `eBroadcastBitSymbolsChanged` to

[Lldb-commits] [lldb] [lldb/API] Add missing `eBroadcastBitSymbolsChanged` to SBTarget (NFC) (PR #85883)

2024-03-19 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/85883 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)

2024-04-05 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: Why don't we just remove the enum from SBDebugger and use the one from Debugger instead, this will ensure the offsets are always the same. https://github.com/llvm/llvm-project/pull/87409 ___ lldb-commits mailing list lldb-commits@

[Lldb-commits] [lldb] Fix error in unrecognized register name handling for "SBFrame.register" (PR #88047)

2024-04-10 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. https://github.com/llvm/llvm-project/pull/88047 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix error in unrecognized register name handling for "SBFrame.register" (PR #88047)

2024-04-10 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: LGTM https://github.com/llvm/llvm-project/pull/88047 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)

2024-04-10 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben edited https://github.com/llvm/llvm-project/pull/87409 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)

2024-04-10 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM if you address the comment and rewrite the PR description and title :) https://github.com/llvm/llvm-project/pull/87409 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://l

[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)

2024-04-10 Thread Med Ismail Bennani via lldb-commits
@@ -1339,6 +1339,14 @@ enum AddressMaskRange { eAddressMaskRangeAll = eAddressMaskRangeAny, }; +/// Used by the debugger to indicate which events are being broadcasted. +enum DebuggerBroadcastBit { + eBroadcastBitProgress = (1 << 0), + eBroadcastBitWarning = (1 << 1), + e

[Lldb-commits] [lldb] Reland "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into ll… (PR #88331)

2024-04-11 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM! https://github.com/llvm/llvm-project/pull/88331 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds (PR #88431)

2024-04-11 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM! It would be nice to may be put a link to a bot that shows those warnings https://github.com/llvm/llvm-project/pull/88431 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https:/

[Lldb-commits] [libcxx] [lldb] [libc++][CI] Tests LLDB libc++ data formatters. (PR #88312)

2024-04-13 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: LGTM! Thanks! https://github.com/llvm/llvm-project/pull/88312 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][docs] Update instructions for debugging API tests (PR #89979)

2024-04-24 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: LGTM, although it would be good to mention that this could also be used for any LLDB python script, not only API tests. https://github.com/llvm/llvm-project/pull/89979 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https

[Lldb-commits] [lldb] [lldb][docs] Update instructions for debugging API tests (PR #89979)

2024-04-24 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. https://github.com/llvm/llvm-project/pull/89979 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][docs] Update instructions for debugging API tests (PR #89979)

2024-04-24 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. https://github.com/llvm/llvm-project/pull/89979 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add register field enum class (PR #90063)

2024-04-25 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. Pretty cool! LGTM! https://github.com/llvm/llvm-project/pull/90063 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Consult Language plugin in GetDisplayDemangledName (PR #90294)

2024-04-26 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. https://github.com/llvm/llvm-project/pull/90294 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Display breakpoint locations using display name (PR #90297)

2024-04-26 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. Nice! LGTM! https://github.com/llvm/llvm-project/pull/90297 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][Docs] Various style improvements to the tutorial (PR #90594)

2024-04-30 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: LGTM! https://github.com/llvm/llvm-project/pull/90594 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][Docs] Various style improvements to the tutorial (PR #90594)

2024-04-30 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. https://github.com/llvm/llvm-project/pull/90594 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: I think you forgot to include the implementation. https://github.com/llvm/llvm-project/pull/90703 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -571,6 +571,17 @@ SBStructuredData SBCommandInterpreter::GetStatistics() { return data; } +SBStructuredData SBCommandInterpreter::GetTranscript() { + LLDB_INSTRUMENT_VA(this); + + SBStructuredData data; + if (!IsValid()) +return data; + + data.m_impl_up->SetObject

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -2044,6 +2050,15 @@ bool CommandInterpreter::HandleCommand(const char *command_line, m_transcript_stream << result.GetOutputData(); m_transcript_stream << result.GetErrorData(); + // Add output and error to the transcript item after splitting lines. In the + // futur

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -289,3 +292,35 @@ void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { s.Printf("%p", m_object); } + +/// This is the same implementation as `StringRef::split`. Not dependi

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -289,3 +292,35 @@ void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { s.Printf("%p", m_object); } + +/// This is the same implementation as `StringRef::split`. Not dependi

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -289,3 +292,35 @@ void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { void StructuredData::Generic::GetDescription(lldb_private::Stream &s) const { s.Printf("%p", m_object); } + +/// This is the same implementation as `StringRef::split`. Not dependi

[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

2024-05-01 Thread Med Ismail Bennani via lldb-commits
@@ -290,6 +290,9 @@ class StructuredData { void GetDescription(lldb_private::Stream &s) const override; +static ArraySP SplitString(llvm::StringRef s, char separator, int maxSplit, + bool keepEmpty); medismailben wrote:

[Lldb-commits] [lldb] [lldb] Add a log level to Host::SystemLog (PR #90904)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
@@ -91,15 +91,37 @@ using namespace lldb_private; #if !defined(__APPLE__) #if !defined(_WIN32) #include -void Host::SystemLog(llvm::StringRef message) { +void Host::SystemLog(SystemLogLevel log_level, llvm::StringRef message) { static llvm::once_flag g_openlog_once; llvm

[Lldb-commits] [lldb] [lldb] Add a log level to Host::SystemLog (PR #90904)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben deleted https://github.com/llvm/llvm-project/pull/90904 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add a log level to Host::SystemLog (PR #90904)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
@@ -91,15 +91,37 @@ using namespace lldb_private; #if !defined(__APPLE__) #if !defined(_WIN32) #include -void Host::SystemLog(llvm::StringRef message) { +void Host::SystemLog(SystemLogLevel log_level, llvm::StringRef message) { static llvm::once_flag g_openlog_once; llvm

[Lldb-commits] [lldb] [lldb] Add a log level to Host::SystemLog (PR #90904)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM! https://github.com/llvm/llvm-project/pull/90904 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Always emit diagnostic events to the system log (PR #90913)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
@@ -1512,7 +1512,22 @@ void Debugger::ReportDiagnosticImpl(DiagnosticEventData::Type type, std::string message, std::optional debugger_id, std::once_flag *once) { + aut

[Lldb-commits] [lldb] [lldb] Always emit diagnostic events to the system log (PR #90913)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben edited https://github.com/llvm/llvm-project/pull/90913 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Always emit diagnostic events to the system log (PR #90913)

2024-05-02 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM with comment https://github.com/llvm/llvm-project/pull/90913 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Verify target stop-hooks support with scripted process (PR #91107)

2024-05-04 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/91107 This patch makes sure that scripted process are compatible with target stop-hooks. This wasn't tested in the past, but it turned out to be working out of the box. rdar://124396534 >From 8b1e84b14e33a0a95e

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-04 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/91109 Starting `27f27d1`, we changed the image loading logic to conform to the various options (`-a|--load-all` & `-c|--crashed-only`) and set the `resolve` attribute of the matching images. Then, we would try t

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-05 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91109 >From d732da2c059657e2f0acca402e24788bc40a57ef Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Sun, 5 May 2024 20:18:22 -0700 Subject: [PATCH] [lldb/crashlog] Enforce image loading policy In `27f27d

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-05 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben edited https://github.com/llvm/llvm-project/pull/91109 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/crashlog] Update incorrect help message for `--no-crashed-only` option (PR #91162)

2024-05-05 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/91162 This patch rephrases the crashlog `--no-crashed-only` option help message. This option is mainly used in batch mode to symbolicate and dump all the threads backtraces, instead of only doing it for the crash

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-05 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91109 >From 7b85cc474b55db9394fd9353e5cb0c7b32cd821c Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Sun, 5 May 2024 22:14:42 -0700 Subject: [PATCH] [lldb/crashlog] Enforce image loading policy In `27f27d

[Lldb-commits] [lldb] [lldb] Verify target stop-hooks support with scripted process (PR #91107)

2024-05-06 Thread Med Ismail Bennani via lldb-commits
@@ -100,6 +111,10 @@ def get_register_context(self) -> str: def __lldb_init_module(debugger, dict): if not "SKIP_SCRIPTED_PROCESS_LAUNCH" in os.environ: +debugger.HandleCommand( medismailben wrote: I added this for when loading the file it by hand

[Lldb-commits] [lldb] [lldb/crashlog] Update incorrect help message for `--no-crashed-only` option (PR #91162)

2024-05-06 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: > Since we're already using `argparse`, can we use the `BooleanOptionalAction` > to make this work automatically with the affirmative option? > https://docs.python.org/3.9/library/argparse.html#action I did that originally but I had to comment it out in 446abb5 because some

[Lldb-commits] [lldb] [lldb][breakpointoptions] Make disabled keyword red (PR #91404)

2024-05-08 Thread Med Ismail Bennani via lldb-commits
medismailben wrote: More of a styling preference, but I wouldn't use red as the color for disabled breakpoint, I think it would be more suited for unresolved ones (that could be done in a follow-up). Instead, I'd use the `ANSI_CTRL_FAINT` escape code to match what you can find in many IDEs. h

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-08 Thread Med Ismail Bennani via lldb-commits
@@ -526,6 +526,47 @@ def create_target(self): def get_target(self): return self.target +def load_images(self, options, loaded_images=[]): medismailben wrote: Good point https://github.com/llvm/llvm-project/pull/91109 _

[Lldb-commits] [lldb] [lldb][enums] Remove broadcast bits from debugger (PR #91618)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/91618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91109 >From 625245737c31ac4e2cf04417bc8457caa461ef31 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 9 May 2024 10:02:50 -0700 Subject: [PATCH] [lldb/crashlog] Enforce image loading policy In `27f27d

[Lldb-commits] [lldb] [lldb/crashlog] Enforce image loading policy (PR #91109)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/91109 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/crashlog] Update incorrect help message for `--no-crashed-only` option (PR #91162)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/91162 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Verify target stop-hooks support with scripted process (PR #91107)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91107 >From d34abd53e2cd8484299516f8c7f01fe45e58e07c Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 9 May 2024 10:35:33 -0700 Subject: [PATCH] [lldb] Verify target stop-hooks support with scripted pr

[Lldb-commits] [lldb] [lldb] Verify target stop-hooks support with scripted process (PR #91107)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/91107 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/91631 This patch fixes a bug in when resolving and loading modules from the binary image list. When loading a module, we would first use the UUID from the binary image list with `dsymForUUID` to fetch the dSYM b

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91631 >From e2cd9670c20daac3f6a5f75806c7f48ed7b2ccd9 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 9 May 2024 11:38:03 -0700 Subject: [PATCH] [lldb/crashlog] Fix module binary resolution This patch

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91631 >From b849720f6559392f91c54be5987beeb8c8c3fe21 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 9 May 2024 12:39:01 -0700 Subject: [PATCH] [lldb/crashlog] Fix module binary resolution This patch

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
@@ -418,9 +418,20 @@ def locate_module_and_debug_symbols(self): with print_lock: print('falling back to binary inside "%s"' % dsym) self.symfile = dsym -for filename in os.listdi

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben updated https://github.com/llvm/llvm-project/pull/91631 >From 1f63d6807bc8a6b1e04cb96cbc7e4fd1572553e4 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 9 May 2024 12:51:39 -0700 Subject: [PATCH] [lldb/crashlog] Fix module binary resolution This patch

[Lldb-commits] [lldb] [lldb/crashlog] Fix module binary resolution (PR #91631)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/91631 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb/crashlog] Fix test failure when creating a target using command options (PR #91653)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben created https://github.com/llvm/llvm-project/pull/91653 This should fix the various crashlog test failures on the bots: ``` lldb-shell :: ScriptInterpreter/Python/Crashlog/app_specific_backtrace_crashlog.test lldb-shell :: ScriptInterpreter/Python/Crashlog/i

[Lldb-commits] [lldb] [lldb/crashlog] Fix test failure when creating a target using command options (PR #91653)

2024-05-09 Thread Med Ismail Bennani via lldb-commits
https://github.com/medismailben closed https://github.com/llvm/llvm-project/pull/91653 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] caea440 - [lldb/plugins] Add arm64(e) support to ScriptedProcess

2021-12-06 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-06T16:11:59-08:00 New Revision: caea440a11e47bf86b0e43feb28a9287e4fbe3f8 URL: https://github.com/llvm/llvm-project/commit/caea440a11e47bf86b0e43feb28a9287e4fbe3f8 DIFF: https://github.com/llvm/llvm-project/commit/caea440a11e47bf86b0e43feb28a9287e4fbe3f8.

[Lldb-commits] [lldb] 9c144b3 - [lldb/test] Fix InvalidScriptedThread windows test failure

2021-12-06 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-06T17:59:29-08:00 New Revision: 9c144b3b0d6a995c2a1eecb53db06f3896e878ff URL: https://github.com/llvm/llvm-project/commit/9c144b3b0d6a995c2a1eecb53db06f3896e878ff DIFF: https://github.com/llvm/llvm-project/commit/9c144b3b0d6a995c2a1eecb53db06f3896e878ff.

[Lldb-commits] [lldb] edf410e - [lldb/Target] Slide source display for artificial locations at function start

2021-12-08 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-08T15:25:29-08:00 New Revision: edf410e48f5b5ec8e5f7b4cb6c9b578c1e0a067f URL: https://github.com/llvm/llvm-project/commit/edf410e48f5b5ec8e5f7b4cb6c9b578c1e0a067f DIFF: https://github.com/llvm/llvm-project/commit/edf410e48f5b5ec8e5f7b4cb6c9b578c1e0a067f.

[Lldb-commits] [lldb] 20db8e0 - [lldb/Target] Refine source display warning for artificial locations (NFC)

2021-12-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-09T14:38:14-08:00 New Revision: 20db8e07f9d5e4378839602752099e0ff2f703a9 URL: https://github.com/llvm/llvm-project/commit/20db8e07f9d5e4378839602752099e0ff2f703a9 DIFF: https://github.com/llvm/llvm-project/commit/20db8e07f9d5e4378839602752099e0ff2f703a9.

[Lldb-commits] [lldb] 72e2597 - [lldb/API] Add SetDataWithOwnership method to SBData

2021-12-13 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-13T11:05:06-08:00 New Revision: 72e25978f93f0bf7577593aba9591c727526423c URL: https://github.com/llvm/llvm-project/commit/72e25978f93f0bf7577593aba9591c727526423c DIFF: https://github.com/llvm/llvm-project/commit/72e25978f93f0bf7577593aba9591c727526423c.

[Lldb-commits] [lldb] ef74c80 - [lldb/plugin] Fix heap-use-after-free in ScriptedProcess::ReadMemory

2021-12-13 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2021-12-13T11:05:07-08:00 New Revision: ef74c8002ae86d95fd9d1927233102aac52d769c URL: https://github.com/llvm/llvm-project/commit/ef74c8002ae86d95fd9d1927233102aac52d769c DIFF: https://github.com/llvm/llvm-project/commit/ef74c8002ae86d95fd9d1927233102aac52d769c.

[Lldb-commits] [lldb] 258cd02 - [lldb/doc] Rephrase tutorial paragraph (NFC)

2022-01-14 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-14T16:23:26-08:00 New Revision: 258cd02c6a7aa71945a89b8d0d07e1eac49b5868 URL: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868 DIFF: https://github.com/llvm/llvm-project/commit/258cd02c6a7aa71945a89b8d0d07e1eac49b5868.

[Lldb-commits] [lldb] 4858fe0 - [lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interface

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:53+01:00 New Revision: 4858fe04a1571e78ff97b778c0fb6a46855c3d6a URL: https://github.com/llvm/llvm-project/commit/4858fe04a1571e78ff97b778c0fb6a46855c3d6a DIFF: https://github.com/llvm/llvm-project/commit/4858fe04a1571e78ff97b778c0fb6a46855c3d6a.

[Lldb-commits] [lldb] 1b86344 - [lldb/Plugins] Move ScriptedThreadInterface to ScriptedThread

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:53+01:00 New Revision: 1b86344fa80bd11853e0347ea33dc6cb5a460c4f URL: https://github.com/llvm/llvm-project/commit/1b86344fa80bd11853e0347ea33dc6cb5a460c4f DIFF: https://github.com/llvm/llvm-project/commit/1b86344fa80bd11853e0347ea33dc6cb5a460c4f.

[Lldb-commits] [lldb] d3e0f7e - [lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcess

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:53+01:00 New Revision: d3e0f7e1503b1bca8baa6483d3b5c452a91f60a6 URL: https://github.com/llvm/llvm-project/commit/d3e0f7e1503b1bca8baa6483d3b5c452a91f60a6 DIFF: https://github.com/llvm/llvm-project/commit/d3e0f7e1503b1bca8baa6483d3b5c452a91f60a6.

[Lldb-commits] [lldb] cfa55bf - [lldb/Plugins] Enrich ScriptedThreads Stop Reasons with Exceptions

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:54+01:00 New Revision: cfa55bfe781474a30467b1bbf2e7874985171196 URL: https://github.com/llvm/llvm-project/commit/cfa55bfe781474a30467b1bbf2e7874985171196 DIFF: https://github.com/llvm/llvm-project/commit/cfa55bfe781474a30467b1bbf2e7874985171196.

[Lldb-commits] [lldb] 45148bf - [lldb/Plugins] Fix ScriptedThread IndexID reporting

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:54+01:00 New Revision: 45148bfe8aece6ca319dcc32351e20bba26b2ea7 URL: https://github.com/llvm/llvm-project/commit/45148bfe8aece6ca319dcc32351e20bba26b2ea7 DIFF: https://github.com/llvm/llvm-project/commit/45148bfe8aece6ca319dcc32351e20bba26b2ea7.

[Lldb-commits] [lldb] 91bb116 - [lldb/Interpreter] Make `ScriptedInterface::ErrorWithMessage` static (NFC)

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T20:25:54+01:00 New Revision: 91bb116190cdc598863a7a3fda57e431dd832449 URL: https://github.com/llvm/llvm-project/commit/91bb116190cdc598863a7a3fda57e431dd832449 DIFF: https://github.com/llvm/llvm-project/commit/91bb116190cdc598863a7a3fda57e431dd832449.

[Lldb-commits] [lldb] c3ca2c6 - [lldb/test] Fix `TestScriptedProcess.test_scripted_process_and_scripted_thread`

2022-01-24 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-24T21:48:31+01:00 New Revision: c3ca2c6b14f91f8232525373c4f5b1dc504a39a1 URL: https://github.com/llvm/llvm-project/commit/c3ca2c6b14f91f8232525373c4f5b1dc504a39a1 DIFF: https://github.com/llvm/llvm-project/commit/c3ca2c6b14f91f8232525373c4f5b1dc504a39a1.

[Lldb-commits] [lldb] ff52ef3 - [lldb/API] Add ability to check if module is backed by a file on disk

2022-01-26 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-26T20:40:24+01:00 New Revision: ff52ef334beb20a90bdb438419000dce4aacba9d URL: https://github.com/llvm/llvm-project/commit/ff52ef334beb20a90bdb438419000dce4aacba9d DIFF: https://github.com/llvm/llvm-project/commit/ff52ef334beb20a90bdb438419000dce4aacba9d.

[Lldb-commits] [lldb] 3265164 - [lldb/test] Try to fix TestSBModule failure

2022-01-26 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-27T01:00:29+01:00 New Revision: 326516448c839d8f9cc515b20a34d0f3a6ee2374 URL: https://github.com/llvm/llvm-project/commit/326516448c839d8f9cc515b20a34d0f3a6ee2374 DIFF: https://github.com/llvm/llvm-project/commit/326516448c839d8f9cc515b20a34d0f3a6ee2374.

[Lldb-commits] [lldb] aae3c4f - [lldb/test] Skip TestSBModule unless darwin

2022-01-26 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-27T01:05:12+01:00 New Revision: aae3c4f2b46d33b00420f2d2541cb6daebf2f872 URL: https://github.com/llvm/llvm-project/commit/aae3c4f2b46d33b00420f2d2541cb6daebf2f872 DIFF: https://github.com/llvm/llvm-project/commit/aae3c4f2b46d33b00420f2d2541cb6daebf2f872.

[Lldb-commits] [lldb] a6b5624 - Revert "[lldb/test] Try to fix TestSBModule failure"

2022-01-26 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-27T01:04:38+01:00 New Revision: a6b5624372a652b18633704e7a5732e292f2f61b URL: https://github.com/llvm/llvm-project/commit/a6b5624372a652b18633704e7a5732e292f2f61b DIFF: https://github.com/llvm/llvm-project/commit/a6b5624372a652b18633704e7a5732e292f2f61b.

[Lldb-commits] [lldb] 48c36a1 - [lldb/test] Disable test_launch_scripted_process_stack_frames on x86_64

2022-01-27 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-01-27T18:42:08+01:00 New Revision: 48c36a15a363e32757c51aa69de7adf88c143c37 URL: https://github.com/llvm/llvm-project/commit/48c36a15a363e32757c51aa69de7adf88c143c37 DIFF: https://github.com/llvm/llvm-project/commit/48c36a15a363e32757c51aa69de7adf88c143c37.

[Lldb-commits] [lldb] f5e5074 - [lldb/test] Fix TestScriptedProcess.py timeout on x86_64

2022-02-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-09T13:28:20-08:00 New Revision: f5e5074c40be29d3a0c5d4ac616df8e61e4ddc63 URL: https://github.com/llvm/llvm-project/commit/f5e5074c40be29d3a0c5d4ac616df8e61e4ddc63 DIFF: https://github.com/llvm/llvm-project/commit/f5e5074c40be29d3a0c5d4ac616df8e61e4ddc63.

[Lldb-commits] [lldb] 9a9bf12 - [lldb/crashlog] Fix arm64 register parsing on crashlog.py

2022-02-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-09T13:28:20-08:00 New Revision: 9a9bf12c4a10aa87f15463fbe0021f99012a88df URL: https://github.com/llvm/llvm-project/commit/9a9bf12c4a10aa87f15463fbe0021f99012a88df DIFF: https://github.com/llvm/llvm-project/commit/9a9bf12c4a10aa87f15463fbe0021f99012a88df.

[Lldb-commits] [lldb] d327108 - [lldb/test] Split Scripted Process test in multiple tests (NFC)

2022-02-09 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-09T13:28:20-08:00 New Revision: d327108d175fc5d1d4f5c018d129e337d162810c URL: https://github.com/llvm/llvm-project/commit/d327108d175fc5d1d4f5c018d129e337d162810c DIFF: https://github.com/llvm/llvm-project/commit/d327108d175fc5d1d4f5c018d129e337d162810c.

[Lldb-commits] [lldb] c30742b - [lldb/Plugins] Clean-up ScriptedProcess python script (NFC)

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T11:44:07-08:00 New Revision: c30742ba73816ca61926121c82b81a766ebe1a6e URL: https://github.com/llvm/llvm-project/commit/c30742ba73816ca61926121c82b81a766ebe1a6e DIFF: https://github.com/llvm/llvm-project/commit/c30742ba73816ca61926121c82b81a766ebe1a6e.

[Lldb-commits] [lldb] 7066584 - [lldb/Plugin] Add artificial stackframe loading in ScriptedThread

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T11:44:07-08:00 New Revision: 70665844915eeb66273a84f131ffc33a202539d5 URL: https://github.com/llvm/llvm-project/commit/70665844915eeb66273a84f131ffc33a202539d5 DIFF: https://github.com/llvm/llvm-project/commit/70665844915eeb66273a84f131ffc33a202539d5.

[Lldb-commits] [lldb] 7f3fc2e - [lldb/API] Add a way to check if the CommandInterpreter is interactive

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T11:44:07-08:00 New Revision: 7f3fc2eee8ff13f6922a16331870fc57cd022773 URL: https://github.com/llvm/llvm-project/commit/7f3fc2eee8ff13f6922a16331870fc57cd022773 DIFF: https://github.com/llvm/llvm-project/commit/7f3fc2eee8ff13f6922a16331870fc57cd022773.

[Lldb-commits] [lldb] 7c54ffd - [lldb/crashlog] Add CrashLogScriptedProcess & remove interactive mode

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T11:44:07-08:00 New Revision: 7c54ffdc6c2e55565344a8d6200f63ee016891a9 URL: https://github.com/llvm/llvm-project/commit/7c54ffdc6c2e55565344a8d6200f63ee016891a9 DIFF: https://github.com/llvm/llvm-project/commit/7c54ffdc6c2e55565344a8d6200f63ee016891a9.

[Lldb-commits] [lldb] 21658b7 - [lldb/crashlog] Fix exception signal parsing

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T11:44:07-08:00 New Revision: 21658b77a5965217eb67f8e1ccd4307111c775f7 URL: https://github.com/llvm/llvm-project/commit/21658b77a5965217eb67f8e1ccd4307111c775f7 DIFF: https://github.com/llvm/llvm-project/commit/21658b77a5965217eb67f8e1ccd4307111c775f7.

[Lldb-commits] [lldb] d95961f - [lldb/test] Disable scripted_crashlog_json.test on non darwin aarch64 systems

2022-02-16 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-16T13:51:53-08:00 New Revision: d95961f214a9f2e7abc2844cee309e42eba5600c URL: https://github.com/llvm/llvm-project/commit/d95961f214a9f2e7abc2844cee309e42eba5600c DIFF: https://github.com/llvm/llvm-project/commit/d95961f214a9f2e7abc2844cee309e42eba5600c.

[Lldb-commits] [lldb] e3b9bb5 - [lldb/bindings] Expose the progress reporting machinery to the SWIG interface

2022-02-18 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-18T14:16:09-08:00 New Revision: e3b9bb5a1847483338190c82ee63a962e82696fd URL: https://github.com/llvm/llvm-project/commit/e3b9bb5a1847483338190c82ee63a962e82696fd DIFF: https://github.com/llvm/llvm-project/commit/e3b9bb5a1847483338190c82ee63a962e82696fd.

[Lldb-commits] [lldb] 3e3e79a - [lldb/test] Fix TestProgressReporting.py race issue with the event listener

2022-02-23 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-23T16:45:28-08:00 New Revision: 3e3e79a9e4c378b59f5f393f556e6a84edcd8898 URL: https://github.com/llvm/llvm-project/commit/3e3e79a9e4c378b59f5f393f556e6a84edcd8898 DIFF: https://github.com/llvm/llvm-project/commit/3e3e79a9e4c378b59f5f393f556e6a84edcd8898.

[Lldb-commits] [lldb] 425880e - Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event listener"

2022-02-25 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-25T17:20:39-08:00 New Revision: 425880ed35ee399d8f1af0aac60100e4901f289f URL: https://github.com/llvm/llvm-project/commit/425880ed35ee399d8f1af0aac60100e4901f289f DIFF: https://github.com/llvm/llvm-project/commit/425880ed35ee399d8f1af0aac60100e4901f289f.

[Lldb-commits] [lldb] badb6e2 - [lldb/crashlog] Fix scripted_crashlog_json.test failure

2022-02-25 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-25T17:20:35-08:00 New Revision: badb6e2730a970b5ee94f0adb77c2de741ebbf68 URL: https://github.com/llvm/llvm-project/commit/badb6e2730a970b5ee94f0adb77c2de741ebbf68 DIFF: https://github.com/llvm/llvm-project/commit/badb6e2730a970b5ee94f0adb77c2de741ebbf68.

[Lldb-commits] [lldb] 2dc6e90 - [lldb/Host] Fix crash in FileSystem::IsLocal

2022-02-25 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-02-25T18:33:31-08:00 New Revision: 2dc6e906b09deb092c15a726c06d0ecbeec1eb18 URL: https://github.com/llvm/llvm-project/commit/2dc6e906b09deb092c15a726c06d0ecbeec1eb18 DIFF: https://github.com/llvm/llvm-project/commit/2dc6e906b09deb092c15a726c06d0ecbeec1eb18.

[Lldb-commits] [lldb] 2a29c3f - [lldb/test] Re-enable TestEvents.py on Darwin and fix crashes

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T13:35:07-08:00 New Revision: 2a29c3f72e8d93385be83bd24a993c3bb57ac181 URL: https://github.com/llvm/llvm-project/commit/2a29c3f72e8d93385be83bd24a993c3bb57ac181 DIFF: https://github.com/llvm/llvm-project/commit/2a29c3f72e8d93385be83bd24a993c3bb57ac181.

[Lldb-commits] [lldb] 6eddd98 - [lldb/Plugin] Use static ScriptedInterface::ErrorWithMessage function (NFC)

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T13:35:19-08:00 New Revision: 6eddd987c9c9d2ab76ed53eea452b34145992ed9 URL: https://github.com/llvm/llvm-project/commit/6eddd987c9c9d2ab76ed53eea452b34145992ed9 DIFF: https://github.com/llvm/llvm-project/commit/6eddd987c9c9d2ab76ed53eea452b34145992ed9.

[Lldb-commits] [lldb] 680ca7f - [lldb/Plugins] Add ability to load modules to Scripted Processes

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T13:35:28-08:00 New Revision: 680ca7f21a7716698227966a9e70e7efb75cff7e URL: https://github.com/llvm/llvm-project/commit/680ca7f21a7716698227966a9e70e7efb75cff7e DIFF: https://github.com/llvm/llvm-project/commit/680ca7f21a7716698227966a9e70e7efb75cff7e.

[Lldb-commits] [lldb] b934ed7 - revert "[lldb/Host] Fix crash in FileSystem::IsLocal"

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T13:36:36-08:00 New Revision: b934ed7dd6351404d375af2f996af8a49ea36c7b URL: https://github.com/llvm/llvm-project/commit/b934ed7dd6351404d375af2f996af8a49ea36c7b DIFF: https://github.com/llvm/llvm-project/commit/b934ed7dd6351404d375af2f996af8a49ea36c7b.

[Lldb-commits] [lldb] 86e6030 - [lldb/Test] Disable test_scripted_process_and_scripted_thread on Windows

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T14:56:20-08:00 New Revision: 86e6030ee8f8758f6e0807fc39a1aa0d8a03b68f URL: https://github.com/llvm/llvm-project/commit/86e6030ee8f8758f6e0807fc39a1aa0d8a03b68f DIFF: https://github.com/llvm/llvm-project/commit/86e6030ee8f8758f6e0807fc39a1aa0d8a03b68f.

[Lldb-commits] [lldb] 999e754 - [lldb/Test] Fix test_launch_scripted_process_stack_frames failure

2022-03-04 Thread Med Ismail Bennani via lldb-commits
Author: Med Ismail Bennani Date: 2022-03-04T16:22:53-08:00 New Revision: 999e75476ec22ca50cc4c309d34424fa265e244a URL: https://github.com/llvm/llvm-project/commit/999e75476ec22ca50cc4c309d34424fa265e244a DIFF: https://github.com/llvm/llvm-project/commit/999e75476ec22ca50cc4c309d34424fa265e244a.

<    1   2   3   4   5   6   7   8   9   10   >