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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo