[Lldb-commits] [lldb] 5bc32ad - [lldb testing] NFC: run through clang-format

2021-10-05 Thread David Zarzycki via lldb-commits
Author: David Zarzycki Date: 2021-10-05T13:40:27-04:00 New Revision: 5bc32ad08d9a25b1a4fc4fe7daa4056d1d1ef67f URL: https://github.com/llvm/llvm-project/commit/5bc32ad08d9a25b1a4fc4fe7daa4056d1d1ef67f DIFF: https://github.com/llvm/llvm-project/commit/5bc32ad08d9a25b1a4fc4fe7daa4056d1d1ef67f.diff

[Lldb-commits] [lldb] 79bf032 - [lldb testing] Avoid subtle terminfo behavioral differences

2021-10-05 Thread David Zarzycki via lldb-commits
Author: David Zarzycki Date: 2021-10-05T10:28:02-04:00 New Revision: 79bf032fe10546fd1d6e14c5ac8905f25c2b URL: https://github.com/llvm/llvm-project/commit/79bf032fe10546fd1d6e14c5ac8905f25c2b DIFF: https://github.com/llvm/llvm-project/commit/79bf032fe10546fd1d6e14c5ac8905f25c2b.diff

[Lldb-commits] [lldb] 952bc6c - Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"

2021-03-24 Thread David Zarzycki via lldb-commits
Author: David Zarzycki Date: 2021-03-24T07:07:22-04:00 New Revision: 952bc6c92e21414bcafa6bd85bce0e7f79ddc856 URL: https://github.com/llvm/llvm-project/commit/952bc6c92e21414bcafa6bd85bce0e7f79ddc856 DIFF: https://github.com/llvm/llvm-project/commit/952bc6c92e21414bcafa6bd85bce0e7f79ddc856.diff

[Lldb-commits] [lldb] 430d5d8 - [LLDB] Unbreak the build after recent clang changes

2020-12-18 Thread David Zarzycki via lldb-commits
Author: David Zarzycki Date: 2020-12-18T07:54:36-05:00 New Revision: 430d5d8429473c2b10b109991d7577a3cea41140 URL: https://github.com/llvm/llvm-project/commit/430d5d8429473c2b10b109991d7577a3cea41140 DIFF: https://github.com/llvm/llvm-project/commit/430d5d8429473c2b10b109991d7577a3cea41140.diff

[Lldb-commits] [lldb] 075f661 - [lldb] Unbreak the build after a recent PowerPC change

2020-10-29 Thread David Zarzycki via lldb-commits
Author: David Zarzycki Date: 2020-10-29T05:56:38-04:00 New Revision: 075f661d01f856192c236b6256f18bc697e28e1b URL: https://github.com/llvm/llvm-project/commit/075f661d01f856192c236b6256f18bc697e28e1b DIFF: https://github.com/llvm/llvm-project/commit/075f661d01f856192c236b6256f18bc697e28e1b.diff

[Lldb-commits] [lldb] r357336 - [CMake] Add missing test dep

2019-10-04 Thread David Zarzycki via lldb-commits
Author: davezarzycki Date: Fri Mar 29 17:00:19 2019 New Revision: 357336 URL: http://llvm.org/viewvc/llvm-project?rev=357336&view=rev Log: [CMake] Add missing test dep lit/SymbolFile/NativePDB/globals-bss.cpp needs llvm-readobj Modified: lldb/trunk/lit/CMakeLists.txt Modified: lldb/trunk/li

[Lldb-commits] [lldb] r371596 - [LLDB] Do not try to canonicalize gethostname() result

2019-09-11 Thread David Zarzycki via lldb-commits
Author: davezarzycki Date: Wed Sep 11 01:32:37 2019 New Revision: 371596 URL: http://llvm.org/viewvc/llvm-project?rev=371596&view=rev Log: [LLDB] Do not try to canonicalize gethostname() result This code is trying too hard and failing. Either the result of gethostname() is canonical or it is not.