[Lldb-commits] [lldb] 97c6ef4 - [LLDB] Change pexpect timeout to 30 to 60

2021-08-01 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-08-02T06:34:11+05:00 New Revision: 97c6ef4ea678ef9a69e1feaf9d77a0880bca09ba URL: https://github.com/llvm/llvm-project/commit/97c6ef4ea678ef9a69e1feaf9d77a0880bca09ba DIFF:

[Lldb-commits] [lldb] a94fbb2 - Revert "Revert "[LLDB][GUI] Expand selected thread tree item by default""

2021-08-01 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-08-02T05:29:32+05:00 New Revision: a94fbb25de5fef6f20027f5ec9466fec821ba92f URL: https://github.com/llvm/llvm-project/commit/a94fbb25de5fef6f20027f5ec9466fec821ba92f DIFF:

[Lldb-commits] [lldb] 8f30db8 - [LLDB] Skip random failing tests on Arm/AArch64 Linux bots

2021-08-01 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-08-02T05:24:05+05:00 New Revision: 8f30db8794125db2a768fbb3b20b0b1511ea211c URL: https://github.com/llvm/llvm-project/commit/8f30db8794125db2a768fbb3b20b0b1511ea211c DIFF:

[Lldb-commits] [PATCH] D106035: Remove conditional compilation for WCHAR support in libedit

2021-08-01 Thread Neal via Phabricator via lldb-commits
nealsid updated this revision to Diff 363358. nealsid added a comment. Update against HEAD (I still need to do a bit more testing but wanted to get the buildbot results in the meantime) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106035/new/

[Lldb-commits] [PATCH] D106171: [lldb] Avoid moving ThreadPlanSP from plans vector

2021-08-01 Thread Dave Lee via 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 rG41d0b20cc90f: [lldb] Avoid moving ThreadPlanSP from plans vector (authored by kastiglione). Changed prior to commit:

[Lldb-commits] [lldb] 41d0b20 - [lldb] Avoid moving ThreadPlanSP from plans vector

2021-08-01 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2021-08-01T10:40:04-07:00 New Revision: 41d0b20cc90f2aea25b4306f6c8f6c258ca3d377 URL: https://github.com/llvm/llvm-project/commit/41d0b20cc90f2aea25b4306f6c8f6c258ca3d377 DIFF: https://github.com/llvm/llvm-project/commit/41d0b20cc90f2aea25b4306f6c8f6c258ca3d377.diff

[Lldb-commits] [PATCH] D107161: [lldb] Fix lookup of .debug_loclists with split-dwarf

2021-08-01 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil accepted this revision. jankratochvil added a comment. This revision is now accepted and ready to land. LGTM with some those adjustments. Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp:450 +if (!contribution) + return; +offset +=

[Lldb-commits] [PATCH] D106985: [lldb] [gdb-remote] Sync vFile:open mode constants with GDB

2021-08-01 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. @jasonmolenda, thanks for the review. Could you also look at D106984 which is a prerequisite for this? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106985/new/ https://reviews.llvm.org/D106985