[Lldb-commits] [lldb] 8fc1e30 - [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s

2020-06-06 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-06-06T23:31:30+02:00 New Revision: 8fc1e307f9c41e9958f78c75648e40744198c4b2 URL: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2 DIFF: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2.diff

[Lldb-commits] [PATCH] D81334: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc

2020-06-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 269030. jankratochvil added a comment. The new -1 value for `GetAttributes` is a bit ugly. But otherwise either - `CollectCallEdges` would need to reimplement `GetAttributes`. or - trying to guess which attribute belongs to which DIE from `DIEOffsetAt

[Lldb-commits] [PATCH] D81334: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc

2020-06-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil planned changes to this revision. jankratochvil added a comment. It regressed other testcases, I have to check it more. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D81334/new/ https://reviews.llvm.org/D81334 __

[Lldb-commits] [PATCH] D81334: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc

2020-06-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: labath, dblaikie, vsk. jankratochvil added a project: LLDB. Herald added a reviewer: jdoerfert. Herald added a subscriber: sstefan1. D80519 added support for `DW_TAG_GNU_call_site` but Bug 45886