[lldb-dev] [Bug 48342] New: LLDB crashes when inspecting an object created using ni::type_hierarchy

2020-11-30 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=48342 Bug ID: 48342 Summary: LLDB crashes when inspecting an object created using ni::type_hierarchy Product: lldb Version: unspecified Hardware: Macintosh OS: MacOS X

[lldb-dev] How to disable GitHub Action notifications

2020-11-30 Thread Tom Stellard via lldb-dev
Hi, We are currently working on a GitHub Action job to help with the transition to the 'main' branch. As a result, if you make a commit, you may receive a notification about a failed GitHub Action. If you want to disable these notifications, you can go to: https://github.com/settings/notifi

Re: [lldb-dev] Logging for multiple targets

2020-11-30 Thread Raphael “Teemperor” Isemann via lldb-dev
Two problems that I can see: * Log depends on no other part of LLDB. But nearly everything in LLDB depends on Log. So if we give Log a Target/ExeCtxt then all of LLDB would now depend on lldbTarget. * IIRC our global log instance is shared between all debuggers/targets. So I'm not sure if adding

[lldb-dev] Logging for multiple targets

2020-11-30 Thread Tatyana Krasnukha via lldb-dev
Hi lldb-dev, Looking at a log produced by multiple targets I hardly can find out which message corresponds to which target. I find a way to distinct them, e.g. by prepending messages with "[target_id]". Putting an id to every message manually is not a choice obviously. What do you think about

[lldb-dev] [Bug 48323] Attempting to redefine a variable fails silently

2020-11-30 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=48323 Raphael Isemann changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---