[Lldb-commits] [PATCH] D72460: RangeDataVector: Support custom sorting for D63540

2020-01-10 Thread Jan Kratochvil via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2f2f41e12c52: RangeDataVector: Support custom sorting for D63540 (authored by jankratochvil). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72460/new/ https

[Lldb-commits] [PATCH] D72460: RangeDataVector: Support custom sorting for D63540

2020-01-10 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Looks good. Thanks. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72460/new/ https://reviews.llvm.org/D72460

[Lldb-commits] [PATCH] D72460: RangeDataVector: Support custom sorting for D63540

2020-01-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil marked an inline comment as done. jankratochvil added inline comments. Comment at: lldb/include/lldb/Utility/RangeMap.h:602 RangeData(B base, S size, DataType d) : Range(base, size), data(d) {} - - bool operator<(const RangeData &rhs) const { -if (this->base

[Lldb-commits] [PATCH] D72460: RangeDataVector: Support custom sorting for D63540

2020-01-09 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a reviewer: labath. jankratochvil added a project: LLDB. jankratochvil marked an inline comment as done. jankratochvil added inline comments. jankratochvil added a child revision: D63540: Fix lookup of symbols with the same address range but