[Lldb-commits] [PATCH] D97739: Add a progress class that can track and report long running operations that happen in LLDB.

2021-03-07 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. In D97739#2608510 , @friss wrote: > In D97739#2607961 , @clayborg wrote: > >> In D97739#2607869 , @jingham wrote: >> >>> This way of doing progress

[Lldb-commits] [PATCH] D98153: Some FormatEntity.cpp cleanup and unit testing

2021-03-07 Thread Neal via Phabricator via lldb-commits
nealsid updated this revision to Diff 328917. nealsid added a comment. Herald added a subscriber: JDevlieghere. Reuploading patch after I incorrectly set project repo. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98153/new/ https://reviews.llvm.or

[Lldb-commits] [PATCH] D97786: LLDB: Use path relative to binary, not relative to debugger CWD, for finding .dwo files.

2021-03-07 Thread Caroline Tice via Phabricator via lldb-commits
cmtice added a comment. In D97786#2607275 , @labath wrote: > In D97786#2603656 , @cmtice wrote: > >> I'm not sure about using target.debug-file-search-paths, and what the >> changes Pavel is suggesting would entail