[Lldb-commits] [PATCH] D87389: [flang][openacc] Lower clauses on loop construct to OpenACC dialect

2020-09-10 Thread Valentin Clement via Phabricator via lldb-commits
clementval updated this revision to Diff 290770. clementval added a comment. Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Remove unrelated changes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87389/new/ https://reviews.ll

[Lldb-commits] [PATCH] D87441: Speedup collecting DWARF attribute values

2020-09-10 Thread Dmitry Antipov via Phabricator via lldb-commits
dmantipov created this revision. dmantipov added reviewers: labath, jankratochvil. dmantipov added a project: LLDB. Herald added subscribers: lldb-commits, JDevlieghere, aprantl. dmantipov requested review of this revision. Try to speedup collecting DWARF attribute values by using emplace_back() t

[Lldb-commits] [PATCH] D87442: [lldb] Show flags for memory regions

2020-09-10 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett created this revision. Herald added subscribers: lldb-commits, mgorny. Herald added a project: LLDB. DavidSpickett requested review of this revision. Herald added a subscriber: JDevlieghere. This extends the "memory region" command to show flags such as those found in /proc/smaps on

[Lldb-commits] [PATCH] D87442: [lldb] Show flags for memory regions

2020-09-10 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. This is in support of AArch64 memory tagging support as described here: http://lists.llvm.org/pipermail/lldb-dev/2020-August/016402.html See "### Extending qMemoryRegion" smaps format described here: https://man7.org/linux/man-pages/man5/proc.5.html Support not add

[Lldb-commits] [PATCH] D87442: [lldb] Show flags for memory regions

2020-09-10 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a reviewer: omjavaid. DavidSpickett added a comment. What isn't covered in testing is checking that "memory region" will not print "flags:" if there aren't any. This would need a way to make a fake lldbserver that didn't reply with the flags field, I could write tests that ex

[Lldb-commits] [lldb] 52f4272 - [lldb] [netbsd] Avoid comparison of signed and unsigned integers

2020-09-10 Thread Kamil Rytarowski via lldb-commits
Author: Kamil Rytarowski Date: 2020-09-10T15:49:15+02:00 New Revision: 52f42720b26a32c9dffc9331841415442f784700 URL: https://github.com/llvm/llvm-project/commit/52f42720b26a32c9dffc9331841415442f784700 DIFF: https://github.com/llvm/llvm-project/commit/52f42720b26a32c9dffc9331841415442f784700.di

[Lldb-commits] [PATCH] D87466: [lldb, tests] Correctly configure the yaml2obj paths

2020-09-10 Thread Stella Stamenova via Phabricator via lldb-commits
stella.stamenova created this revision. stella.stamenova added a reviewer: JDevlieghere. Herald added subscribers: lldb-commits, mgorny. Herald added a project: LLDB. stella.stamenova requested review of this revision. They are currently not being set correctly for the case of multi-config genera

[Lldb-commits] [PATCH] D87466: [lldb, tests] Correctly configure the yaml2obj paths

2020-09-10 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. This must've been broken for a while. I'll re-enable running the API tests on http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/ so we can catch this earlie

[Lldb-commits] [lldb] c464f1d - [lldb, tests] Correctly configure the yaml2obj paths

2020-09-10 Thread Stella Stamenova via lldb-commits
Author: Stella Stamenova Date: 2020-09-10T10:10:28-07:00 New Revision: c464f1d8f9a04d7b4b6cc81eac0891c46aba5950 URL: https://github.com/llvm/llvm-project/commit/c464f1d8f9a04d7b4b6cc81eac0891c46aba5950 DIFF: https://github.com/llvm/llvm-project/commit/c464f1d8f9a04d7b4b6cc81eac0891c46aba5950.di

[Lldb-commits] [PATCH] D87466: [lldb, tests] Correctly configure the yaml2obj paths

2020-09-10 Thread Stella Stamenova 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 rGc464f1d8f9a0: [lldb, tests] Correctly configure the yaml2obj paths (authored by stella.stamenova). Repository: rG LLVM Github Monorepo CHANGES SI

[Lldb-commits] [lldb] 6040d52 - [NFC] Fix whitespace in lldb-vscode --help

2020-09-10 Thread Jordan Rupprecht via lldb-commits
Author: Jordan Rupprecht Date: 2020-09-10T10:57:23-07:00 New Revision: 6040d525507ba8a2593f0906259d012725b6aed2 URL: https://github.com/llvm/llvm-project/commit/6040d525507ba8a2593f0906259d012725b6aed2 DIFF: https://github.com/llvm/llvm-project/commit/6040d525507ba8a2593f0906259d012725b6aed2.di

[Lldb-commits] [lldb] bc0a35f - [lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatform

2020-09-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-09-10T18:50:02-07:00 New Revision: bc0a35f3b7dd45077d16b064c8d5c37e6a907d58 URL: https://github.com/llvm/llvm-project/commit/bc0a35f3b7dd45077d16b064c8d5c37e6a907d58 DIFF: https://github.com/llvm/llvm-project/commit/bc0a35f3b7dd45077d16b064c8d5c37e6a907d58.d

[Lldb-commits] [PATCH] D87491: [lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPI

2020-09-10 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib created this revision. mib added reviewers: jingham, kastiglione, teemperor. mib added a project: LLDB. Herald added subscribers: lldb-commits, JDevlieghere. mib requested review of this revision. This patch adds a way to get fetch breakpoint metadatas as a serialized Structured Data (JSON). T