[Lldb-commits] [lldb] 4ba9d9c - Use StringRef::contains (NFC)

2021-10-23 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2021-10-23T20:41:46-07:00 New Revision: 4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c URL: https://github.com/llvm/llvm-project/commit/4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c DIFF: https://github.com/llvm/llvm-project/commit/4ba9d9c84f4ce05eec341dc5f2d1c95934ab3d2c.diff L

[Lldb-commits] [PATCH] D112212: [lldb/test] Print build commands in trace mode

2021-10-23 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D112212#3081935 , @dblaikie wrote: > In D112212#3081828 , @JDevlieghere > wrote: > >> In D112212#3080491 , @teemperor >> wrote: >> >>> T

[Lldb-commits] [PATCH] D112365: [lldb] Support serial port parity checking

2021-10-23 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste, teemperor. mgorny requested review of this revision. https://reviews.llvm.org/D112365 Files: lldb/include/lldb/Host/File.h lldb/include/lldb/Host/Terminal.h lldb/source/Host/common/File.cpp lldb/source/Host

[Lldb-commits] [lldb] d8e4170 - Ensure newlines at the end of files (NFC)

2021-10-23 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2021-10-23T08:45:29-07:00 New Revision: d8e4170b0a1431edee939efc16b60b409affcb4d URL: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d DIFF: https://github.com/llvm/llvm-project/commit/d8e4170b0a1431edee939efc16b60b409affcb4d.diff L

[Lldb-commits] [PATCH] D112180: Libcpp bitset syntethic children and tests

2021-10-23 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor requested changes to this revision. teemperor added a comment. This revision now requires changes to proceed. Thanks! This is looking pretty good, I just have some final minor comments about some code that I think we can also drop/split-out. Comment at: lldb/source/P

[Lldb-commits] [lldb] ea9e9d6 - [lldb] [Host/SerialPort] Fix build with GCC 7

2021-10-23 Thread Martin Storsjö via lldb-commits
Author: Martin Storsjö Date: 2021-10-23T12:52:55+03:00 New Revision: ea9e9d61b521adaaa2d7f03712f9f6b9e9dfe8a1 URL: https://github.com/llvm/llvm-project/commit/ea9e9d61b521adaaa2d7f03712f9f6b9e9dfe8a1 DIFF: https://github.com/llvm/llvm-project/commit/ea9e9d61b521adaaa2d7f03712f9f6b9e9dfe8a1.diff

[Lldb-commits] [lldb] ff56d80 - [lldb] [Host/FreeBSD] Remove unused variable (NFC)

2021-10-23 Thread Michał Górny via lldb-commits
Author: Michał Górny Date: 2021-10-23T11:38:35+02:00 New Revision: ff56d80eaa5ea59801843a39be4c65887dbb8b71 URL: https://github.com/llvm/llvm-project/commit/ff56d80eaa5ea59801843a39be4c65887dbb8b71 DIFF: https://github.com/llvm/llvm-project/commit/ff56d80eaa5ea59801843a39be4c65887dbb8b71.diff

[Lldb-commits] [PATCH] D112357: [lldb] [Host] Move port predicate-related logic to gdb-remote

2021-10-23 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste, teemperor. mgorny requested review of this revision. Remove the port predicate from Socket and ConnectionFileDescriptor, and move it to gdb-remote. It is specifically relevant to the threading used inside gdb-remot

[Lldb-commits] [PATCH] D102872: Fix lldb-server build failure on mips

2021-10-23 Thread Sylvestre Ledru via Phabricator via lldb-commits
sylvestre.ledru added a comment. > Maybe it would be better to disable the binary completely (in cmake) for > unsupported architectures instead? +1, having an error message like "lldb isn't supported on arch foo" would save hours of work :) CHANGES SINCE LAST ACTION https://reviews.llvm.org