[Lldb-commits] [lldb] e2ede17 - [lldb] Update field offset/sizes when encountering artificial members such as vtable pointers

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:22:21+02:00 New Revision: e2ede1715d4141279bb76d8850e0494b85d1eee8 URL: https://github.com/llvm/llvm-project/commit/e2ede1715d4141279bb76d8850e0494b85d1eee8 DIFF: https://github.com/llvm/llvm-project/commit/e2ede1715d4141279bb76d8850e0494b85d1eee8.dif

[Lldb-commits] [PATCH] D112697: [lldb] Update field offset/sizes when encountering artificial members such as vtable pointers

2021-10-30 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe2ede1715d41: [lldb] Update field offset/sizes when encountering artificial members such as… (authored by teemperor). Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo CHANGE

[Lldb-commits] [lldb] 85bcc1e - [lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of definitions

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:28:27+02:00 New Revision: 85bcc1eb2f56af00123a8d6b99e9ad677613767c URL: https://github.com/llvm/llvm-project/commit/85bcc1eb2f56af00123a8d6b99e9ad677613767c DIFF: https://github.com/llvm/llvm-project/commit/85bcc1eb2f56af00123a8d6b99e9ad677613767c.dif

[Lldb-commits] [PATCH] D112615: [lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of definitions

2021-10-30 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG85bcc1eb2f56: [lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of… (authored by teemperor). Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo CHANGES

[Lldb-commits] [lldb] 4cf9d1e - [lldb][NFC] Modernize for-loops in ModuleList

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:40:58+02:00 New Revision: 4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c URL: https://github.com/llvm/llvm-project/commit/4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c DIFF: https://github.com/llvm/llvm-project/commit/4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c.dif

[Lldb-commits] [PATCH] D112379: [lldb][NFC] Modernize for-loops in ModuleList

2021-10-30 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG4cf9d1e4492f: [lldb][NFC] Modernize for-loops in ModuleList (authored by teemperor). Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://rev

[Lldb-commits] [PATCH] D112752: [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan updated this revision to Diff 383587. danilashtefan added a comment. All the above specified parts are changed. Thank you! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112752/new/ https://reviews.llvm.org/D112752 Files: lldb/examp

[Lldb-commits] [PATCH] D112752: [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan added a comment. I thought that you misprinted the name and wanted to call the formatter MapLikeSynth provider. Please, correct me if I am wrong and I will change names accordingly Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112752

[Lldb-commits] [PATCH] D112752: [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread walter erquinigo via Phabricator via lldb-commits
wallace accepted this revision. wallace added a comment. This revision is now accepted and ready to land. thanks! i'll land this now Comment at: lldb/examples/synthetic/gnu_libstdcpp.py:321 """ -class StdSetOrMapSynthProvider: +class StdMapLikeSynthProvider:

[Lldb-commits] [lldb] f869e0b - [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-30T12:53:32-07:00 New Revision: f869e0be445800e71f9a74a60b4f5611d3cff7d0 URL: https://github.com/llvm/llvm-project/commit/f869e0be445800e71f9a74a60b4f5611d3cff7d0 DIFF: https://github.com/llvm/llvm-project/commit/f869e0be445800e71f9a74a60b4f5611d3cff7d0.dif

[Lldb-commits] [PATCH] D112752: [formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibs

2021-10-30 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf869e0be4458: [formatters] Add a libstdcpp formatter for multimap and unify modify tests… (authored by danilashtefan, committed by Walter Erquinigo ). Changed prior to commit: https://r

[Lldb-commits] [PATCH] D112863: [lldb][NFC] avoid unnecessary roundtrips between different string types

2021-10-30 Thread walter erquinigo via Phabricator via lldb-commits
wallace added a comment. @xujuntwt95329 do you have push permissions or do you need help to land this diff? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112863/new/ https://reviews.llvm.org/D112863 ___

[Lldb-commits] [PATCH] D112785: [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan updated this revision to Diff 383619. danilashtefan added a comment. rebased Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112785/new/ https://reviews.llvm.org/D112785 Files: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage

[Lldb-commits] [PATCH] D112785: [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan updated this revision to Diff 383621. danilashtefan added a comment. refactoring Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112785/new/ https://reviews.llvm.org/D112785 Files: lldb/examples/synthetic/gnu_libstdcpp.py lldb/sour

[Lldb-commits] [PATCH] D112785: [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread walter erquinigo via Phabricator via lldb-commits
wallace accepted this revision. wallace added a comment. This revision is now accepted and ready to land. good job Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112785/new/ https://reviews.llvm.org/D112785 _

[Lldb-commits] [lldb] 82ed106 - [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread Walter Erquinigo via lldb-commits
Author: Danil Stefaniuc Date: 2021-10-30T15:07:23-07:00 New Revision: 82ed106567063ea269c6d5669278b733e173a42f URL: https://github.com/llvm/llvm-project/commit/82ed106567063ea269c6d5669278b733e173a42f DIFF: https://github.com/llvm/llvm-project/commit/82ed106567063ea269c6d5669278b733e173a42f.dif

[Lldb-commits] [PATCH] D112785: [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs

2021-10-30 Thread 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 rG82ed10656706: [formatters] Add a libstdcpp formatter for multiset and unify tests across… (authored by danilashtefan, committed by Walter Erquinigo

[Lldb-commits] [PATCH] D112863: [lldb][NFC] avoid unnecessary roundtrips between different string types

2021-10-30 Thread Xu Jun via Phabricator via lldb-commits
xujuntwt95329 added a comment. In D112863#3098706 , @wallace wrote: > @xujuntwt95329 do you have push permissions or do you need help to land this > diff? I don't have push permissions, could you please help me to land this? Thanks a lot! Repository: