mgorny added a comment.
Gentle ping.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111491/new/
https://reviews.llvm.org/D111491
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-com
mgorny added a comment.
FTR, this doesn't make `^c` work any better or worse.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111908/new/
https://reviews.llvm.org/D111908
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.l
lassefolger updated this revision to Diff 380155.
lassefolger added a comment.
add tests for the change and adjust description to include examples
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111715/new/
https://reviews.llvm.org/D111715
Files:
lassefolger created this revision.
lassefolger added reviewers: teemperor, werat.
lassefolger requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.
clang format on some demangling files
Repository:
rG LLVM Github Monorepo
h
lassefolger added a comment.
created a NFC for formatting: https://reviews.llvm.org/D111934
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111715/new/
https://reviews.llvm.org/D111715
___
lldb-commits mai
Author: Raphael Isemann
Date: 2021-10-16T14:20:04+02:00
New Revision: 60b96aa65e5959361e9edea15b3591f90988ccad
URL:
https://github.com/llvm/llvm-project/commit/60b96aa65e5959361e9edea15b3591f90988ccad
DIFF:
https://github.com/llvm/llvm-project/commit/60b96aa65e5959361e9edea15b3591f90988ccad.dif
This revision was automatically updated to reflect the committed changes.
Closed by commit rG60b96aa65e59: [lldb] Split ParseSingleMember into Obj-C
property and normal member/ivar… (authored by teemperor).
Herald added a subscriber: lldb-commits.
Changed prior to commit:
https://reviews.llvm.o
thakis added a comment.
I don't have an opinion on this change and I don't mind the demangler change,
but isn't the type information helpful? The mangled itanium name doesn't
include type information which is why it's not printed, but the mangled ms name
does include it.
But as I said, I don't