[Lldb-commits] [PATCH] D86660: Modifying ImportDeclContext(...) to ensure that we also handle the case when the FieldDecl is an ArrayType whose ElementType is a RecordDecl

2020-09-17 Thread Gabor Marton via Phabricator via lldb-commits
martong accepted this revision. martong added a comment. This revision is now accepted and ready to land. In D86660#2278025 , @shafik wrote: > We are going to move forward with this approach (after dealing with the > multi-dimensional array case) temporar

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-17 Thread Pavel Labath via Phabricator via lldb-commits
labath added reviewers: MaskRay, aganea. labath added a comment. This sounds like a good idea, but I'd like to get another set of eyes on the llvm part. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87765/new/ https://reviews.llvm.org/D87765

[Lldb-commits] [lldb] c687af0 - [lldb] Don't send invalid region addresses to lldb server

2020-09-17 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2020-09-17T10:26:16+01:00 New Revision: c687af0c30b4dbdc9f614d5e061c888238e0f9c5 URL: https://github.com/llvm/llvm-project/commit/c687af0c30b4dbdc9f614d5e061c888238e0f9c5 DIFF: https://github.com/llvm/llvm-project/commit/c687af0c30b4dbdc9f614d5e061c888238e0f9c5.diff

[Lldb-commits] [PATCH] D87694: [lldb] Don't send invalid region addresses to lldb server

2020-09-17 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 rGc687af0c30b4: [lldb] Don't send invalid region addresses to lldb server (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES

[Lldb-commits] [lldb] c65627a - Revert "[lldb] Don't send invalid region addresses to lldb server"

2020-09-17 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2020-09-17T13:07:44+01:00 New Revision: c65627a1fe3be7521fc232d633bb6df577f55269 URL: https://github.com/llvm/llvm-project/commit/c65627a1fe3be7521fc232d633bb6df577f55269 DIFF: https://github.com/llvm/llvm-project/commit/c65627a1fe3be7521fc232d633bb6df577f55269.diff

[Lldb-commits] [PATCH] D87765: [llvm][lldb] Add optimal ThreadPool concurrency

2020-09-17 Thread Alexandre Ganea via Phabricator via lldb-commits
aganea accepted this revision. aganea added a comment. This revision is now accepted and ready to land. Side-note: @dmantipov Could you please use `git diff -U9` when creating patches? This allows reviewers to quickly browse through other parts of the file(s) in Phabricator. That would fix t

[Lldb-commits] [PATCH] D86660: Modifying ImportDeclContext(...) to ensure that we also handle the case when the FieldDecl is an ArrayType whose ElementType is a RecordDecl

2020-09-17 Thread Shafik Yaghmour via Phabricator via lldb-commits
shafik updated this revision to Diff 292607. shafik added a comment. Fix handling of multi-dimensional arrays. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86660/new/ https://reviews.llvm.org/D86660 Files: clang/lib/AST/ASTImporter.cpp lldb/test/API/commands/expression/codegen-cr

[Lldb-commits] [PATCH] D87868: [RFC] When calling the process mmap try to call all found instead of just the first one

2020-09-17 Thread António Afonso via Phabricator via lldb-commits
aadsm created this revision. aadsm added reviewers: clayborg, jingham, JDevlieghere. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. aadsm requested review of this revision. I found an issue where the expression evaluation doesn't work (for non trivial exprs) when the leak

[Lldb-commits] [lldb] 4926a5e - [lldb] Clarify docstring for SBBlock::IsInlined, NFC

2020-09-17 Thread Vedant Kumar via lldb-commits
Author: Vedant Kumar Date: 2020-09-17T16:54:58-07:00 New Revision: 4926a5ee63017396e1c55b1505f9fd2bed858218 URL: https://github.com/llvm/llvm-project/commit/4926a5ee63017396e1c55b1505f9fd2bed858218 DIFF: https://github.com/llvm/llvm-project/commit/4926a5ee63017396e1c55b1505f9fd2bed858218.diff

[Lldb-commits] [PATCH] D87878: [DWARFYAML] Make the include_directories, file_names and opcodes fields of the line table optional.

2020-09-17 Thread Xing GUO via Phabricator via lldb-commits
Higuoxing created this revision. Higuoxing added reviewers: jhenderson, grimar, MaskRay. Herald added subscribers: llvm-commits, lldb-commits, cmtice, arphaman, hiraditya, emaste. Herald added a reviewer: espindola. Herald added a reviewer: alexshap. Herald added a reviewer: rupprecht. Herald adde