[Lldb-commits] [PATCH] D84966: Remove special Hexagon packet traversal code

2020-08-05 Thread Ted Woodward 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 rG3169d920ccd1: Remove special Hexagon packet traversal code (authored by ted). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION htt

[Lldb-commits] [PATCH] D84966: Remove special Hexagon packet traversal code

2020-08-03 Thread Ted Woodward via Phabricator via lldb-commits
ted updated this revision to Diff 282640. ted added a comment. Fixed formatting flagged by Lint: Pre-merge checks Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84966/new/ https://reviews.llvm.org/D84966 Files: lldb/include/lldb/Core/Disassembler

[Lldb-commits] [PATCH] D84966: Remove special Hexagon packet traversal code

2020-07-30 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. LGTM after fixing clang format related changes seen in "Lint: Pre-merge checks" Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84966/new/ https://reviews.llvm.org/D84966 ___ lldb

[Lldb-commits] [PATCH] D84966: Remove special Hexagon packet traversal code

2020-07-30 Thread Ted Woodward via Phabricator via lldb-commits
ted created this revision. ted added reviewers: clayborg, jingham, labath. Herald added a project: LLDB. ted requested review of this revision. Herald added a subscriber: JDevlieghere. On Hexagon, breakpoints need to be on the first instruction of a packet. When the LLVM disassembler for Hexagon r