[Lldb-commits] [PATCH] D112824: [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett updated this revision to Diff 403197. DavidSpickett added a comment. MakeTaggedRanges now takes const MemoryRegionInfos& like MakeTaggedRange does. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112824/new/ https://reviews.llvm.org/D11

[Lldb-commits] [lldb] ee0c382 - [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager

2022-01-26 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2022-01-26T11:30:10Z New Revision: ee0c3820f8862aaf39d7ad542672092c35dda266 URL: https://github.com/llvm/llvm-project/commit/ee0c3820f8862aaf39d7ad542672092c35dda266 DIFF: https://github.com/llvm/llvm-project/commit/ee0c3820f8862aaf39d7ad542672092c35dda266.diff LOG

[Lldb-commits] [PATCH] D112824: [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGee0c3820f886: [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES S

[Lldb-commits] [lldb] 4fa1ad0 - [lldb] Convert POSIXLog to use the new API

2022-01-26 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2022-01-26T13:10:10+01:00 New Revision: 4fa1ad05215d6242c4f195139fd4af7450cfd18e URL: https://github.com/llvm/llvm-project/commit/4fa1ad05215d6242c4f195139fd4af7450cfd18e DIFF: https://github.com/llvm/llvm-project/commit/4fa1ad05215d6242c4f195139fd4af7450cfd18e.diff

[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t

2022-01-26 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. In D117707#3270072 , @jingham wrote: >> I am a bit curious about the `__lldb` prefix. I'm wondering if there's a way >> to avoid having it, while still maintaining isolation from any type with the >

[Lldb-commits] [lldb] 37c4bd0 - [lldb] Add MemoryTagMap class

2022-01-26 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2022-01-26T13:55:48Z New Revision: 37c4bd0fdbc6bc5ec6145765d6f4dcd06540201d URL: https://github.com/llvm/llvm-project/commit/37c4bd0fdbc6bc5ec6145765d6f4dcd06540201d DIFF: https://github.com/llvm/llvm-project/commit/37c4bd0fdbc6bc5ec6145765d6f4dcd06540201d.diff LOG

[Lldb-commits] [PATCH] D112825: [lldb] Add MemoryTagMap class

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG37c4bd0fdbc6: [lldb] Add MemoryTagMap class (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112825/new/ https://reviews.llvm.org/

[Lldb-commits] [PATCH] D107140: [lldb] Add option to show memory tags in memory read output

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett updated this revision to Diff 403236. DavidSpickett added a comment. Rebase Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107140/new/ https://reviews.llvm.org/D107140 Files: lldb/include/lldb/Core/DumpDataExtractor.h lldb/source/

[Lldb-commits] [lldb] 5d2f90c - [lldb] Correct some uses of \b in Doxygen documentation

2022-01-26 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2022-01-26T14:05:58Z New Revision: 5d2f90cbcd5f64d3b47ba5d2738939be66f05936 URL: https://github.com/llvm/llvm-project/commit/5d2f90cbcd5f64d3b47ba5d2738939be66f05936 DIFF: https://github.com/llvm/llvm-project/commit/5d2f90cbcd5f64d3b47ba5d2738939be66f05936.diff LOG

[Lldb-commits] [lldb] 8d714e4 - [lldb] Correct \params to \param in StackFrame Doxygen comments

2022-01-26 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2022-01-26T14:05:58Z New Revision: 8d714e4ad592eee351afa95a2cb3d38335a70fb6 URL: https://github.com/llvm/llvm-project/commit/8d714e4ad592eee351afa95a2cb3d38335a70fb6 DIFF: https://github.com/llvm/llvm-project/commit/8d714e4ad592eee351afa95a2cb3d38335a70fb6.diff LOG

[Lldb-commits] [lldb] 070090d - [lldb] Add option to show memory tags in memory read output

2022-01-26 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2022-01-26T14:40:39Z New Revision: 070090d08eb506187f7203bd3b321ca1e74d9d5c URL: https://github.com/llvm/llvm-project/commit/070090d08eb506187f7203bd3b321ca1e74d9d5c DIFF: https://github.com/llvm/llvm-project/commit/070090d08eb506187f7203bd3b321ca1e74d9d5c.diff LOG

[Lldb-commits] [PATCH] D107140: [lldb] Add option to show memory tags in memory read output

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG070090d08eb5: [lldb] Add option to show memory tags in memory read output (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGE

[Lldb-commits] [PATCH] D107140: [lldb] Add option to show memory tags in memory read output

2022-01-26 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. Thanks for the reviews @omjavaid ! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107140/new/ https://reviews.llvm.org/D107140 ___ lldb-commits mailing list lldb-commits@lis

[Lldb-commits] [PATCH] D118251: [lldb/DWARF] Make manual dwarf index deterministic

2022-01-26 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, clayborg. Herald added subscribers: arphaman, mgrang. labath requested review of this revision. Herald added a project: LLDB. Currently, running the test suite with LLVM_ENABLE_EXPENSIVE_CHECKS=On causes a couple of tests to fail.

[Lldb-commits] [lldb] dcd0926 - [lldb] Fix a couple of use-of-uninit-var errors in Materializer.cpp

2022-01-26 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2022-01-26T17:01:53+01:00 New Revision: dcd0926ad018f50a3d91011424e06383a4e0 URL: https://github.com/llvm/llvm-project/commit/dcd0926ad018f50a3d91011424e06383a4e0 DIFF: https://github.com/llvm/llvm-project/commit/dcd0926ad018f50a3d91011424e06383a4e0.diff

[Lldb-commits] [PATCH] D118261: [lldb/API] Add ability to check if module is reading from memory

2022-01-26 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib created this revision. mib added reviewers: jingham, JDevlieghere. mib added a project: LLDB. mib requested review of this revision. Herald added a subscriber: lldb-commits. This patch introduces a new SBAPI method: `SBModule::IsReadingFromMemory`` As the name suggests, it tells the user if t

[Lldb-commits] [lldb] cbd0822 - [lldb] Remove ConstString::StaticMemorySize

2022-01-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-26T09:13:46-08:00 New Revision: cbd0822f2730e2b0d5f1c44b645609fe9554f58e URL: https://github.com/llvm/llvm-project/commit/cbd0822f2730e2b0d5f1c44b645609fe9554f58e DIFF: https://github.com/llvm/llvm-project/commit/cbd0822f2730e2b0d5f1c44b645609fe9554f58e.d

[Lldb-commits] [PATCH] D118091: [lldb] Remove ConstString::StaticMemorySize

2022-01-26 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcbd0822f2730: [lldb] Remove ConstString::StaticMemorySize (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.

[Lldb-commits] [PATCH] D118265: [lldb] Make ReadCStringFromMemory default to read from the file-cache.

2022-01-26 Thread Augusto Noronha via Phabricator via lldb-commits
augusto2112 created this revision. augusto2112 added reviewers: jasonmolenda, aprantl. augusto2112 requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D118265 Files: lldb/includ

[Lldb-commits] [PATCH] D116377: [libTooling] Adds more support for constructing object access expressions.

2022-01-26 Thread Yitzhak Mandelbaum via Phabricator via lldb-commits
ymandel updated this revision to Diff 402984. ymandel added a comment. Herald added a subscriber: JDevlieghere. fix bad previous snapshot Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116377/new/ https://reviews.llvm.org/D116377 Files: clang/inc

[Lldb-commits] [PATCH] D118251: [lldb/DWARF] Make manual dwarf index deterministic

2022-01-26 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118251/new/ https://reviews.llvm.org/D118251 ___

[Lldb-commits] [PATCH] D118261: [lldb/API] Add ability to check if module is reading from memory

2022-01-26 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118261/new/ https://reviews.llvm.org/D118261 ___

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

2022-01-26 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib updated this revision to Diff 403348. mib retitled this revision from "[lldb/API] Add ability to check if module is reading from memory" to "[lldb/API] Add ability to check if module is backed by a file on disk". mib edited the summary of this revision. mib added a comment. As discussed with

[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] [PATCH] D118261: [lldb/API] Add ability to check if module is backed by a file on disk

2022-01-26 Thread Med Ismail Bennani via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGff52ef334beb: [lldb/API] Add ability to check if module is backed by a file on disk (authored by mib). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118261/n

[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t

2022-01-26 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Thanks for the review. I'm going to wait with the merging until the other patch is reviewed, in case there are any API changes required here. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117707/new/ https://reviews.llvm.org/D117707

[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.