[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "global" lldbinit file

2022-02-18 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6c99a3469d9c: [lldb] Add support for a "global" lldbinit file (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119831/new/ https://review

[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "global" lldbinit file

2022-02-17 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. In D119831#3329959 , @labath wrote: > In D119831#3329894 , @JDevlieghere > wrote: > >> Specifyin

[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "global" lldbinit file

2022-02-17 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In D119831#3329894 , @JDevlieghere wrote: > Specifying a directory instead of a file makes sense. Why omit the leading > dot though? I can think of a few reasons (you can specify a subdir unlike > home, it's probably not somethi

[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "global" lldbinit file

2022-02-17 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D119831#3325798 , @labath wrote: > It's worth noting that (as a part of the consistency), I have changed the > cmake > variable to point to a directory instead of a file. This means that the init > file name is currently

[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "global" lldbinit file

2022-02-16 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 409197. labath marked 4 inline comments as done. labath edited the summary of this revision. labath added a comment. And add the extra blank line. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119831/new/ https: