[Lldb-commits] [lldb] 224caaf - [nfc] [lldb] Delete an empty trailing line.

2020-10-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-18T10:16:00+02:00 New Revision: 224caaf69b8110450a831c53788c74f827eacdb7 URL: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7 DIFF: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7.diff

[Lldb-commits] [lldb] fa89f64 - [nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT_declaration-with-children.s .

2020-10-18 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-10-18T16:57:27+02:00 New Revision: fa89f641cf9fc5af4e88642cc894f83845b4cabe URL: https://github.com/llvm/llvm-project/commit/fa89f641cf9fc5af4e88642cc894f83845b4cabe DIFF: https://github.com/llvm/llvm-project/commit/fa89f641cf9fc5af4e88642cc894f83845b4cabe.diff

[Lldb-commits] [PATCH] D83302: [lldb/DWARF] Don't treat class declarations with children as definitions

2020-10-18 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. Fixed stale+unused `DW_AT_object_pointer`+`DW_AT_specification` by rGfa89f641cf9f . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83302/new/ https

[Lldb-commits] [PATCH] D89646: [nfc] [lldb] Move `LookupAddress` to `DWARFCompileUnit`

2020-10-18 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a reviewer: labath. jankratochvil added projects: Upstreaming LLDB's downstream patches, LLDB. Herald added a subscriber: JDevlieghere. jankratochvil requested review of this revision. Herald added a reviewer: jdoerfert. Herald added a subscr

[Lldb-commits] [PATCH] D87172: Check if debug line sequences are starting after the first code segment

2020-10-18 Thread António Afonso via Phabricator via lldb-commits
aadsm updated this revision to Diff 298906. aadsm added a comment. Addressed all comments: - Moved initialization code to InitializeObject - Moved to lit test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87172/new/ https://reviews.llvm.org/D87172

[Lldb-commits] [PATCH] D87868: [RFC] When calling the process mmap try to call all found instead of just the first one

2020-10-18 Thread António Afonso via Phabricator via lldb-commits
aadsm added a comment. Should I still go ahead with this since @labath implemented the memory allocation on lldb-server? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87868/new/ https://reviews.llvm.org/D87868