[Lldb-commits] [lldb] 62af3eb - [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: paperchalice Date: 2022-01-15T10:43:05-08:00 New Revision: 62af3eb2599d91c6d6f4f02ccae2d47d106be64e URL: https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e DIFF: https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e.diff

[Lldb-commits] [lldb] 0b010ef - [lldb] Use PlatformMacOSX for Mac Catalyst

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-15T11:42:29-08:00 New Revision: 0b010ef7b653bbc9f4beef6b03e877911d206de6 URL: https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6 DIFF: https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6.d

[Lldb-commits] [lldb] d230848 - [lldb] Print an error message when we're reading libobjc.A.dylib from memory

2022-01-18 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-18T17:23:38-08:00 New Revision: d230848a85a922260b7ad6984f2dd19222c125a6 URL: https://github.com/llvm/llvm-project/commit/d230848a85a922260b7ad6984f2dd19222c125a6 DIFF: https://github.com/llvm/llvm-project/commit/d230848a85a922260b7ad6984f2dd19222c125a6.d

[Lldb-commits] [lldb] eb5c0ea - [lldb] Initialize Python exactly once

2022-01-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-19T09:56:55-08:00 New Revision: eb5c0ea681803361a1944c966f4becaa9e22dc1a URL: https://github.com/llvm/llvm-project/commit/eb5c0ea681803361a1944c966f4becaa9e22dc1a DIFF: https://github.com/llvm/llvm-project/commit/eb5c0ea681803361a1944c966f4becaa9e22dc1a.d

[Lldb-commits] [lldb] 742bfb3 - [lldb] Fix LLDB_FULL_VERSION_STRING

2022-01-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-19T14:20:22-08:00 New Revision: 742bfb3581e72909dce913cc2d6d77b54777ecdc URL: https://github.com/llvm/llvm-project/commit/742bfb3581e72909dce913cc2d6d77b54777ecdc DIFF: https://github.com/llvm/llvm-project/commit/742bfb3581e72909dce913cc2d6d77b54777ecdc.d

[Lldb-commits] [lldb] f811cb8 - [lldb] Revive lldb-instr

2022-01-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-20T18:06:14-08:00 New Revision: f811cb82a6cd811dbb4730009d0f060503aa1c76 URL: https://github.com/llvm/llvm-project/commit/f811cb82a6cd811dbb4730009d0f060503aa1c76 DIFF: https://github.com/llvm/llvm-project/commit/f811cb82a6cd811dbb4730009d0f060503aa1c76.d

[Lldb-commits] [lldb] 156b997 - [lldb] Instrument SB API with signposts

2022-01-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-20T18:06:14-08:00 New Revision: 156b997251db6d87636fa300d7654989caa01dea URL: https://github.com/llvm/llvm-project/commit/156b997251db6d87636fa300d7654989caa01dea DIFF: https://github.com/llvm/llvm-project/commit/156b997251db6d87636fa300d7654989caa01dea.d

[Lldb-commits] [lldb] cac164f - [lldb] Update the modulemap

2022-01-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-20T18:28:23-08:00 New Revision: cac164ff9cb671fae7a00d9a3adf1834ebca8bd9 URL: https://github.com/llvm/llvm-project/commit/cac164ff9cb671fae7a00d9a3adf1834ebca8bd9 DIFF: https://github.com/llvm/llvm-project/commit/cac164ff9cb671fae7a00d9a3adf1834ebca8bd9.d

[Lldb-commits] [lldb] cd8122b - [lldb] Add ConstString memory usage statistics

2022-01-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-24T15:13:17-08:00 New Revision: cd8122b27f8fb9cbf222ef946bff3b698625e2f4 URL: https://github.com/llvm/llvm-project/commit/cd8122b27f8fb9cbf222ef946bff3b698625e2f4 DIFF: https://github.com/llvm/llvm-project/commit/cd8122b27f8fb9cbf222ef946bff3b698625e2f4.d

[Lldb-commits] [lldb] 16bff06 - [lldb] Make PythonDataObjects work with Python 2

2022-01-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-24T17:23:09-08:00 New Revision: 16bff06790a7652b282352b07250b627e5787c8c URL: https://github.com/llvm/llvm-project/commit/16bff06790a7652b282352b07250b627e5787c8c DIFF: https://github.com/llvm/llvm-project/commit/16bff06790a7652b282352b07250b627e5787c8c.d

[Lldb-commits] [lldb] d7e183b - [lldb] Use new dyld SPIs to query the shared cache local symbols

2022-01-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-25T09:36:48-08:00 New Revision: d7e183b225ecddeef2a28a59c1addb8e1825ffc6 URL: https://github.com/llvm/llvm-project/commit/d7e183b225ecddeef2a28a59c1addb8e1825ffc6 DIFF: https://github.com/llvm/llvm-project/commit/d7e183b225ecddeef2a28a59c1addb8e1825ffc6.d

[Lldb-commits] [lldb] c2cd7cc - [lldb] Only include mach headers on Darwin

2022-01-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-25T09:58:47-08:00 New Revision: c2cd7cc63c5084cea943a7cfa7e1d7e5c62a34b2 URL: https://github.com/llvm/llvm-project/commit/c2cd7cc63c5084cea943a7cfa7e1d7e5c62a34b2 DIFF: https://github.com/llvm/llvm-project/commit/c2cd7cc63c5084cea943a7cfa7e1d7e5c62a34b2.d

[Lldb-commits] [lldb] cbd0822 - [lldb] Remove ConstString::StaticMemorySize

2022-01-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-26T09:13:46-08:00 New Revision: cbd0822f2730e2b0d5f1c44b645609fe9554f58e URL: https://github.com/llvm/llvm-project/commit/cbd0822f2730e2b0d5f1c44b645609fe9554f58e DIFF: https://github.com/llvm/llvm-project/commit/cbd0822f2730e2b0d5f1c44b645609fe9554f58e.d

[Lldb-commits] [lldb] 4a64955 - [lldb] Remove reproducers documentation

2022-01-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-27T19:35:28-08:00 New Revision: 4a64955c37570ef5f98db705d290d75adbeaf442 URL: https://github.com/llvm/llvm-project/commit/4a64955c37570ef5f98db705d290d75adbeaf442 DIFF: https://github.com/llvm/llvm-project/commit/4a64955c37570ef5f98db705d290d75adbeaf442.d

[Lldb-commits] [lldb] e1cad13 - [lldb] Support Rosetta registers in crashlog.py

2022-01-31 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-31T10:50:16-08:00 New Revision: e1cad1303bf9d2a77546469dc0987502692f80d9 URL: https://github.com/llvm/llvm-project/commit/e1cad1303bf9d2a77546469dc0987502692f80d9 DIFF: https://github.com/llvm/llvm-project/commit/e1cad1303bf9d2a77546469dc0987502692f80d9.d

[Lldb-commits] [lldb] d329dfd - [lldb] Use the build's python interpreter in the shell tests

2022-01-31 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-31T16:53:42-08:00 New Revision: d329dfd0c8576f022ce851a41d9555884b876390 URL: https://github.com/llvm/llvm-project/commit/d329dfd0c8576f022ce851a41d9555884b876390 DIFF: https://github.com/llvm/llvm-project/commit/d329dfd0c8576f022ce851a41d9555884b876390.d

[Lldb-commits] [lldb] fa52788 - [lldb] Improve RichManglingContext ergonomics (NFC)

2022-02-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-04T10:17:39-08:00 New Revision: fa52788b7a6da1eab9fec0f2db5f74a8db555196 URL: https://github.com/llvm/llvm-project/commit/fa52788b7a6da1eab9fec0f2db5f74a8db555196 DIFF: https://github.com/llvm/llvm-project/commit/fa52788b7a6da1eab9fec0f2db5f74a8db555196.d

[Lldb-commits] [lldb] aed965d - [lldb] Don't construct the demangled strings while indexing the symbol table

2022-02-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-04T10:17:39-08:00 New Revision: aed965d55d460ebcc2b442b9d799b4c1ab929157 URL: https://github.com/llvm/llvm-project/commit/aed965d55d460ebcc2b442b9d799b4c1ab929157 DIFF: https://github.com/llvm/llvm-project/commit/aed965d55d460ebcc2b442b9d799b4c1ab929157.d

[Lldb-commits] [lldb] edbb0f6 - [lldb] Rename DemangleWithRichManglingInfo to GetRichManglingInfo (NFC)

2022-02-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-04T10:40:33-08:00 New Revision: edbb0f6df76b04100357c7c9438f3b5b978e0200 URL: https://github.com/llvm/llvm-project/commit/edbb0f6df76b04100357c7c9438f3b5b978e0200 DIFF: https://github.com/llvm/llvm-project/commit/edbb0f6df76b04100357c7c9438f3b5b978e0200.d

[Lldb-commits] [lldb] ef3fade - [lldb] Use mangled symbol name to look for __asan::AsanDie()

2022-02-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-05T09:50:31-08:00 New Revision: ef3fade14b32c20e0a35b8fca30e7d2f20e0c983 URL: https://github.com/llvm/llvm-project/commit/ef3fade14b32c20e0a35b8fca30e7d2f20e0c983 DIFF: https://github.com/llvm/llvm-project/commit/ef3fade14b32c20e0a35b8fca30e7d2f20e0c983.d

[Lldb-commits] [lldb] d63dfa1 - [lldb] Update outdated comment in TestDyldTrieSymbols.py

2022-02-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-07T08:13:54-08:00 New Revision: d63dfa14d629efe9d85de07abeae7b58a76d52cd URL: https://github.com/llvm/llvm-project/commit/d63dfa14d629efe9d85de07abeae7b58a76d52cd DIFF: https://github.com/llvm/llvm-project/commit/d63dfa14d629efe9d85de07abeae7b58a76d52cd.d

[Lldb-commits] [lldb] 20e1732 - [lldb] Fix a few lldb-server tests on Apple Silicon

2022-02-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-07T09:35:12-08:00 New Revision: 20e17323cd90d04f38cf35d70a3b7cac37d2e15d URL: https://github.com/llvm/llvm-project/commit/20e17323cd90d04f38cf35d70a3b7cac37d2e15d DIFF: https://github.com/llvm/llvm-project/commit/20e17323cd90d04f38cf35d70a3b7cac37d2e15d.d

[Lldb-commits] [lldb] 0d16652 - [lldb] Skip part of TestGdbRemoteMemoryAllocation.py on Apple Silicon

2022-02-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-07T09:41:38-08:00 New Revision: 0d166520217bb839ffe888036ce3f38b35f87bbf URL: https://github.com/llvm/llvm-project/commit/0d166520217bb839ffe888036ce3f38b35f87bbf DIFF: https://github.com/llvm/llvm-project/commit/0d166520217bb839ffe888036ce3f38b35f87bbf.d

[Lldb-commits] [lldb] a5a71b1 - [lldb] Fix Lua/watchpoint_callback.test on Apple Silicon

2022-02-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-07T12:08:24-08:00 New Revision: a5a71b139c6b3cb2cc569c81f91210dede2f1f4c URL: https://github.com/llvm/llvm-project/commit/a5a71b139c6b3cb2cc569c81f91210dede2f1f4c DIFF: https://github.com/llvm/llvm-project/commit/a5a71b139c6b3cb2cc569c81f91210dede2f1f4c.d

[Lldb-commits] [lldb] af96914 - [lldb] Pin the shared cache when iterating over its images

2022-02-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-11T15:26:33-08:00 New Revision: af969141fa285157044e34fb6b27963c3278241b URL: https://github.com/llvm/llvm-project/commit/af969141fa285157044e34fb6b27963c3278241b DIFF: https://github.com/llvm/llvm-project/commit/af969141fa285157044e34fb6b27963c3278241b.d

[Lldb-commits] [lldb] 27166e9 - [lldb] Skip TestIOHandlerPythonREPLSigint if *host* is linux

2022-02-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-14T09:38:07-08:00 New Revision: 27166e95e70254e292c31a2aa16582a56b787c42 URL: https://github.com/llvm/llvm-project/commit/27166e95e70254e292c31a2aa16582a56b787c42 DIFF: https://github.com/llvm/llvm-project/commit/27166e95e70254e292c31a2aa16582a56b787c42.d

[Lldb-commits] [lldb] d52866e - [lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION in crashlog

2022-02-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-14T12:18:12-08:00 New Revision: d52866e1a82dab57ad1b58a8bf21ca63eae2e155 URL: https://github.com/llvm/llvm-project/commit/d52866e1a82dab57ad1b58a8bf21ca63eae2e155 DIFF: https://github.com/llvm/llvm-project/commit/d52866e1a82dab57ad1b58a8bf21ca63eae2e155.d

[Lldb-commits] [lldb] 343662a - [crashlog] Change heuristic to stripping the meta data from crashlogs

2022-02-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-14T12:18:12-08:00 New Revision: 343662a0287845eceba068df6ce59eddcbe7beb1 URL: https://github.com/llvm/llvm-project/commit/343662a0287845eceba068df6ce59eddcbe7beb1 DIFF: https://github.com/llvm/llvm-project/commit/343662a0287845eceba068df6ce59eddcbe7beb1.d

[Lldb-commits] [lldb] 0f29319 - [lldb] Determine the main binary in JSON crashlogs

2022-02-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-14T21:24:02-08:00 New Revision: 0f29319e56459eb26a3bf7fb86e45e63f43a168e URL: https://github.com/llvm/llvm-project/commit/0f29319e56459eb26a3bf7fb86e45e63f43a168e DIFF: https://github.com/llvm/llvm-project/commit/0f29319e56459eb26a3bf7fb86e45e63f43a168e.d

[Lldb-commits] [lldb] 6459fdf - [lldb] Fix uninitialized variable in EvaluateExpressionOptions

2022-02-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-15T09:40:09-08:00 New Revision: 6459fdf9a8e9e8c2e06eaa42a6eda6079665c596 URL: https://github.com/llvm/llvm-project/commit/6459fdf9a8e9e8c2e06eaa42a6eda6079665c596 DIFF: https://github.com/llvm/llvm-project/commit/6459fdf9a8e9e8c2e06eaa42a6eda6079665c596.d

[Lldb-commits] [lldb] b7e7a98 - [lldb] Check max_size before resizing DataBufferHeap

2022-02-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-15T13:58:35-08:00 New Revision: b7e7a982e93db82ebd7fc08bb9614468f8c0e1e5 URL: https://github.com/llvm/llvm-project/commit/b7e7a982e93db82ebd7fc08bb9614468f8c0e1e5 DIFF: https://github.com/llvm/llvm-project/commit/b7e7a982e93db82ebd7fc08bb9614468f8c0e1e5.d

[Lldb-commits] [lldb] 9201463 - [lldb] Don't rely on wrapping in PutRawBytes/PutBytesAsRawHex8

2022-02-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-15T20:38:25-08:00 New Revision: 920146316da1e55017d46cfd62be783419da03d5 URL: https://github.com/llvm/llvm-project/commit/920146316da1e55017d46cfd62be783419da03d5 DIFF: https://github.com/llvm/llvm-project/commit/920146316da1e55017d46cfd62be783419da03d5.d

[Lldb-commits] [lldb] 0c58e9f - [lldb] Fix memory leak in CommandObjectType

2022-02-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-16T09:05:08-08:00 New Revision: 0c58e9f4a474c60ed863e6a66c0e1202b4bd6c78 URL: https://github.com/llvm/llvm-project/commit/0c58e9f4a474c60ed863e6a66c0e1202b4bd6c78 DIFF: https://github.com/llvm/llvm-project/commit/0c58e9f4a474c60ed863e6a66c0e1202b4bd6c78.d

[Lldb-commits] [lldb] 6f1ce04 - [lldb] BreakpointResolver::CreateFromStructuredData Gardening (NFC)

2022-02-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-16T10:38:05-08:00 New Revision: 6f1ce046fdd02458fe2e3824b865ba4bdf129d67 URL: https://github.com/llvm/llvm-project/commit/6f1ce046fdd02458fe2e3824b865ba4bdf129d67 DIFF: https://github.com/llvm/llvm-project/commit/6f1ce046fdd02458fe2e3824b865ba4bdf129d67.d

[Lldb-commits] [lldb] 046b772 - [lldb] Default initialize DWARFDebugMacroHeader

2022-02-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-16T10:38:05-08:00 New Revision: 046b772c78a8f6a9728191eda7dae9eb0c766f1b URL: https://github.com/llvm/llvm-project/commit/046b772c78a8f6a9728191eda7dae9eb0c766f1b DIFF: https://github.com/llvm/llvm-project/commit/046b772c78a8f6a9728191eda7dae9eb0c766f1b.d

[Lldb-commits] [lldb] e4a03b2 - [lldb] Default initialize CommandOptions fields (NFC)

2022-02-18 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-18T09:07:25-08:00 New Revision: e4a03b26898e9ca5917a425fc4b089bf5ba19272 URL: https://github.com/llvm/llvm-project/commit/e4a03b26898e9ca5917a425fc4b089bf5ba19272 DIFF: https://github.com/llvm/llvm-project/commit/e4a03b26898e9ca5917a425fc4b089bf5ba19272.d

[Lldb-commits] [lldb] 2a6dbed - [lldb] Fix (unintentional) recursion in CommandObjectRegexCommand

2022-02-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-23T12:34:14-08:00 New Revision: 2a6dbedf5a923512ba8b5c2d192b5fc8bb1210fd URL: https://github.com/llvm/llvm-project/commit/2a6dbedf5a923512ba8b5c2d192b5fc8bb1210fd DIFF: https://github.com/llvm/llvm-project/commit/2a6dbedf5a923512ba8b5c2d192b5fc8bb1210fd.d

[Lldb-commits] [lldb] 2ce6bc6 - [lldb] Fix check for TARGET_OS_IPHONE

2022-02-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-25T13:24:39-08:00 New Revision: 2ce6bc61e876f4e7918952a565488d737ce647f6 URL: https://github.com/llvm/llvm-project/commit/2ce6bc61e876f4e7918952a565488d737ce647f6 DIFF: https://github.com/llvm/llvm-project/commit/2ce6bc61e876f4e7918952a565488d737ce647f6.d

[Lldb-commits] [lldb] a83cf7a - [Support] Allow the ability to change WithColor's auto detection function

2022-02-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-28T15:03:04-08:00 New Revision: a83cf7a84628a9e3a24cfd33c69f786cf74df4ec URL: https://github.com/llvm/llvm-project/commit/a83cf7a84628a9e3a24cfd33c69f786cf74df4ec DIFF: https://github.com/llvm/llvm-project/commit/a83cf7a84628a9e3a24cfd33c69f786cf74df4ec.d

[Lldb-commits] [lldb] 3a167c4 - Revert "[Support] Allow the ability to change WithColor's auto detection function"

2022-02-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-28T15:32:15-08:00 New Revision: 3a167c4a90b0352ff3cca576392882e45b70dc36 URL: https://github.com/llvm/llvm-project/commit/3a167c4a90b0352ff3cca576392882e45b70dc36 DIFF: https://github.com/llvm/llvm-project/commit/3a167c4a90b0352ff3cca576392882e45b70dc36.d

[Lldb-commits] [lldb] 4429cf1 - [Support] Allow the ability to change WithColor's auto detection function

2022-02-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-02-28T20:30:06-08:00 New Revision: 4429cf146e8ad393ec1d4e6bddab73b7e53957d2 URL: https://github.com/llvm/llvm-project/commit/4429cf146e8ad393ec1d4e6bddab73b7e53957d2 DIFF: https://github.com/llvm/llvm-project/commit/4429cf146e8ad393ec1d4e6bddab73b7e53957d2.d

[Lldb-commits] [lldb] 37eb15a - [lldb] Devirtualize IOHandler::{IsActive, SetIsDone, GetIsDone} (NFC)

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T15:55:49-08:00 New Revision: 37eb15ad7ab25e0135b759f3ecdd6ada5ce82330 URL: https://github.com/llvm/llvm-project/commit/37eb15ad7ab25e0135b759f3ecdd6ada5ce82330 DIFF: https://github.com/llvm/llvm-project/commit/37eb15ad7ab25e0135b759f3ecdd6ada5ce82330.d

[Lldb-commits] [lldb] 1022276 - [lldb] Avoid data race in IOHandlerProcessSTDIO

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T15:55:49-08:00 New Revision: 10222764a9a3b09678013d3d13b66790ea3298d9 URL: https://github.com/llvm/llvm-project/commit/10222764a9a3b09678013d3d13b66790ea3298d9 DIFF: https://github.com/llvm/llvm-project/commit/10222764a9a3b09678013d3d13b66790ea3298d9.d

[Lldb-commits] [lldb] 77bfdeb - [lldb] Update error messages in TestMemoryHistory.py

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T15:56:45-08:00 New Revision: 77bfdeb092d186179efd7e032ba1c11fc0a6a444 URL: https://github.com/llvm/llvm-project/commit/77bfdeb092d186179efd7e032ba1c11fc0a6a444 DIFF: https://github.com/llvm/llvm-project/commit/77bfdeb092d186179efd7e032ba1c11fc0a6a444.d

[Lldb-commits] [lldb] 42db8bf - [lldb] Skip check for the lldb prompt in TestIOHandlerProcessSTDIO

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T16:44:14-08:00 New Revision: 42db8bfa20d956f06f4c19ddfa6f1688bd29f8d4 URL: https://github.com/llvm/llvm-project/commit/42db8bfa20d956f06f4c19ddfa6f1688bd29f8d4 DIFF: https://github.com/llvm/llvm-project/commit/42db8bfa20d956f06f4c19ddfa6f1688bd29f8d4.d

[Lldb-commits] [lldb] 03dae31 - [lldb] Update TestBasicEntryValues.py for `image lookup` output

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T22:35:34-08:00 New Revision: 03dae31aca63cef0584dc25cc494005f1f241f99 URL: https://github.com/llvm/llvm-project/commit/03dae31aca63cef0584dc25cc494005f1f241f99 DIFF: https://github.com/llvm/llvm-project/commit/03dae31aca63cef0584dc25cc494005f1f241f99.d

[Lldb-commits] [lldb] ef0de5d - [lldb] Update the CI docs

2022-03-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-02T22:40:05-08:00 New Revision: ef0de5dce7ead61fc890476ee2666cb32f5125a5 URL: https://github.com/llvm/llvm-project/commit/ef0de5dce7ead61fc890476ee2666cb32f5125a5 DIFF: https://github.com/llvm/llvm-project/commit/ef0de5dce7ead61fc890476ee2666cb32f5125a5.d

Re: [Lldb-commits] [lldb] 2dc6e90 - [lldb/Host] Fix crash in FileSystem::IsLocal

2022-03-02 Thread Jonas Devlieghere via lldb-commits
FileSystem has a bunch of methods that unconditionally use `m_fs`. There's no reason `IsLocal` is special in that regard. If this crashes(which is what the radar is about) it's because the FileSystem is not properly initialized and we should figure out why instead. On Fri, Feb 25, 2022 at 6:41 PM

[Lldb-commits] [lldb] 71e2788 - [lldb] Fix DataExtractor symbol conflict

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Emre Kultursay Date: 2022-03-03T08:48:16-08:00 New Revision: 71e278805a7232826f27be081d036ca3f1c85d65 URL: https://github.com/llvm/llvm-project/commit/71e278805a7232826f27be081d036ca3f1c85d65 DIFF: https://github.com/llvm/llvm-project/commit/71e278805a7232826f27be081d036ca3f1c85d65.diff

[Lldb-commits] [lldb] 59eb705 - [lldb] Remove FileSystem::Initialize from VFS mapping

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-03T11:02:11-08:00 New Revision: 59eb70527741594fe3c92d0a1b6704ed45111437 URL: https://github.com/llvm/llvm-project/commit/59eb70527741594fe3c92d0a1b6704ed45111437 DIFF: https://github.com/llvm/llvm-project/commit/59eb70527741594fe3c92d0a1b6704ed45111437.d

[Lldb-commits] [lldb] 34eb15b - [lldb] Remove reproducer verifier and corresponding command

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-03T11:21:00-08:00 New Revision: 34eb15b5c30601085acb0921f5410aafc0389232 URL: https://github.com/llvm/llvm-project/commit/34eb15b5c30601085acb0921f5410aafc0389232 DIFF: https://github.com/llvm/llvm-project/commit/34eb15b5c30601085acb0921f5410aafc0389232.d

[Lldb-commits] [lldb] 8b3b66e - [lldb] Remove FileSystem::Initialize from FileCollector

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-03T13:22:38-08:00 New Revision: 8b3b66ea63d6469e5a3842627d538805173bda05 URL: https://github.com/llvm/llvm-project/commit/8b3b66ea63d6469e5a3842627d538805173bda05 DIFF: https://github.com/llvm/llvm-project/commit/8b3b66ea63d6469e5a3842627d538805173bda05.d

[Lldb-commits] [lldb] 4212a57 - [lldb] Remove reproducer_handler from the driver

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-03T13:22:39-08:00 New Revision: 4212a57a54d99c339c11448efda4991ea150b027 URL: https://github.com/llvm/llvm-project/commit/4212a57a54d99c339c11448efda4991ea150b027 DIFF: https://github.com/llvm/llvm-project/commit/4212a57a54d99c339c11448efda4991ea150b027.d

[Lldb-commits] [lldb] bf414cf - [lldb] Fix the build after 8b3b66ea63d6

2022-03-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-03T13:57:33-08:00 New Revision: bf414cfbf70570eaba282ae0561324794269d2d1 URL: https://github.com/llvm/llvm-project/commit/bf414cfbf70570eaba282ae0561324794269d2d1 DIFF: https://github.com/llvm/llvm-project/commit/bf414cfbf70570eaba282ae0561324794269d2d1.d

[Lldb-commits] [lldb] 080635e - [lldb] Add a setting to change the autosuggestion ANSI escape codes

2022-03-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-07T08:54:37-08:00 New Revision: 080635ef27914c3f0c20d221bc2f02ab6f13e6b4 URL: https://github.com/llvm/llvm-project/commit/080635ef27914c3f0c20d221bc2f02ab6f13e6b4 DIFF: https://github.com/llvm/llvm-project/commit/080635ef27914c3f0c20d221bc2f02ab6f13e6b4.d

[Lldb-commits] [lldb] 0acc9e4 - [lldb] Support "bright" ANSI colors

2022-03-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-07T12:09:53-08:00 New Revision: 0acc9e4b5edd8b39ff3d4c6d0e17f02007671c4e URL: https://github.com/llvm/llvm-project/commit/0acc9e4b5edd8b39ff3d4c6d0e17f02007671c4e DIFF: https://github.com/llvm/llvm-project/commit/0acc9e4b5edd8b39ff3d4c6d0e17f02007671c4e.d

[Lldb-commits] [lldb] 4b093cd - [lldb] Format g_color_tokens as a table (NFC)

2022-03-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-07T12:13:38-08:00 New Revision: 4b093cdc2886654d8a4fc308dfbb64644e137d2e URL: https://github.com/llvm/llvm-project/commit/4b093cdc2886654d8a4fc308dfbb64644e137d2e DIFF: https://github.com/llvm/llvm-project/commit/4b093cdc2886654d8a4fc308dfbb64644e137d2e.d

[Lldb-commits] [lldb] bfab18d - [lldb] Remove "(i.e. ANSI)" from several property descriptions.

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T18:24:24-08:00 New Revision: bfab18d86b2784364227631f51735fe17ee82b40 URL: https://github.com/llvm/llvm-project/commit/bfab18d86b2784364227631f51735fe17ee82b40 DIFF: https://github.com/llvm/llvm-project/commit/bfab18d86b2784364227631f51735fe17ee82b40.d

[Lldb-commits] [lldb] 5a27b99 - [lldb] Show progress events in the command line driver

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T18:24:26-08:00 New Revision: 5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31 URL: https://github.com/llvm/llvm-project/commit/5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31 DIFF: https://github.com/llvm/llvm-project/commit/5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31.d

[Lldb-commits] [lldb] 097d46f - [lldb] Add a setting to change the progress color

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T18:25:10-08:00 New Revision: 097d46f41c46a5e03bac673d264754628775b055 URL: https://github.com/llvm/llvm-project/commit/097d46f41c46a5e03bac673d264754628775b055 DIFF: https://github.com/llvm/llvm-project/commit/097d46f41c46a5e03bac673d264754628775b055.d

[Lldb-commits] [lldb] 1167152 - [lldb] Always move the cursor back after printing progress

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T18:35:09-08:00 New Revision: 116715270d07d18d101ff8d1b4a42cfd76c5cc55 URL: https://github.com/llvm/llvm-project/commit/116715270d07d18d101ff8d1b4a42cfd76c5cc55 DIFF: https://github.com/llvm/llvm-project/commit/116715270d07d18d101ff8d1b4a42cfd76c5cc55.d

[Lldb-commits] [lldb] 43374be - [lldb] Undef GetMessage when including Windows.h

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T20:07:49-08:00 New Revision: 43374bee0e0641be417f22fc73c46a914de5ea71 URL: https://github.com/llvm/llvm-project/commit/43374bee0e0641be417f22fc73c46a914de5ea71 DIFF: https://github.com/llvm/llvm-project/commit/43374bee0e0641be417f22fc73c46a914de5ea71.d

[Lldb-commits] [lldb] e618eb8 - [lldb] A few small changes to HandleProgressEvent

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T20:27:40-08:00 New Revision: e618eb8727b0f9aebb54d48f6978c0bd3a4cf010 URL: https://github.com/llvm/llvm-project/commit/e618eb8727b0f9aebb54d48f6978c0bd3a4cf010 DIFF: https://github.com/llvm/llvm-project/commit/e618eb8727b0f9aebb54d48f6978c0bd3a4cf010.d

[Lldb-commits] [lldb] 8a0fa4d - [lldb] Add --exists flag to `settings set`

2022-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-08T22:59:26-08:00 New Revision: 8a0fa4db39d862b99eb5d440a211c5c0228e13ce URL: https://github.com/llvm/llvm-project/commit/8a0fa4db39d862b99eb5d440a211c5c0228e13ce DIFF: https://github.com/llvm/llvm-project/commit/8a0fa4db39d862b99eb5d440a211c5c0228e13ce.d

[Lldb-commits] [lldb] c24199e - [lldb] Always listen for progress events in the default event handler

2022-03-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-10T12:51:27-08:00 New Revision: c24199e8e885800147aa98ce2b48b5d830bd51ed URL: https://github.com/llvm/llvm-project/commit/c24199e8e885800147aa98ce2b48b5d830bd51ed DIFF: https://github.com/llvm/llvm-project/commit/c24199e8e885800147aa98ce2b48b5d830bd51ed.d

[Lldb-commits] [lldb] 4ef07e5 - [lldb] Don't overwrite the host arch with the process arch

2022-03-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-11T09:23:01-08:00 New Revision: 4ef07e5ffe59efa259bd84a7750718a5e62fa1ce URL: https://github.com/llvm/llvm-project/commit/4ef07e5ffe59efa259bd84a7750718a5e62fa1ce DIFF: https://github.com/llvm/llvm-project/commit/4ef07e5ffe59efa259bd84a7750718a5e62fa1ce.d

[Lldb-commits] [lldb] 68099b1 - [lldb] Add a getter for the process' system architecture

2022-03-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-11T10:58:04-08:00 New Revision: 68099b1d5c2c99ff79e56a9e183f1601835ea244 URL: https://github.com/llvm/llvm-project/commit/68099b1d5c2c99ff79e56a9e183f1601835ea244 DIFF: https://github.com/llvm/llvm-project/commit/68099b1d5c2c99ff79e56a9e183f1601835ea244.d

[Lldb-commits] [lldb] 530bc61 - [lldb] Fix typo in ProcessWindows.h

2022-03-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-11T11:33:16-08:00 New Revision: 530bc619011a435080b52abff628d201389c05f9 URL: https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9 DIFF: https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9.d

[Lldb-commits] [lldb] a6eeffa - [lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cpp

2022-03-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-11T12:34:41-08:00 New Revision: a6eeffa106a479b90059b3cfacbc7d2cd377c965 URL: https://github.com/llvm/llvm-project/commit/a6eeffa106a479b90059b3cfacbc7d2cd377c965 DIFF: https://github.com/llvm/llvm-project/commit/a6eeffa106a479b90059b3cfacbc7d2cd377c965.d

[Lldb-commits] [lldb] 5e65e79 - [lldb] Move ProgressEventData out of debugger and into its own file (NFC)

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T09:24:17-07:00 New Revision: 5e65e79bace6127da493de1445161f1179e4e47f URL: https://github.com/llvm/llvm-project/commit/5e65e79bace6127da493de1445161f1179e4e47f DIFF: https://github.com/llvm/llvm-project/commit/5e65e79bace6127da493de1445161f1179e4e47f.d

[Lldb-commits] [lldb] 2436c57 - [lldb] Use the IOHandler's stream instead of the debugger's in PrintAsync

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T10:11:50-07:00 New Revision: 2436c5703e6a33be1d002d3acebc6cbc1bfe678e URL: https://github.com/llvm/llvm-project/commit/2436c5703e6a33be1d002d3acebc6cbc1bfe678e DIFF: https://github.com/llvm/llvm-project/commit/2436c5703e6a33be1d002d3acebc6cbc1bfe678e.d

[Lldb-commits] [lldb] c231deb - [lldb] Use the debugger's asynchronous output stream for progress events.

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T10:31:22-07:00 New Revision: c231deb791672720cf1935150b99e6deffaf4843 URL: https://github.com/llvm/llvm-project/commit/c231deb791672720cf1935150b99e6deffaf4843 DIFF: https://github.com/llvm/llvm-project/commit/c231deb791672720cf1935150b99e6deffaf4843.d

[Lldb-commits] [lldb] b0a76b0 - [lldb] Fix the Windows build after D121536

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T11:22:21-07:00 New Revision: b0a76b016219fb6ff878eca5a986799506c98053 URL: https://github.com/llvm/llvm-project/commit/b0a76b016219fb6ff878eca5a986799506c98053 DIFF: https://github.com/llvm/llvm-project/commit/b0a76b016219fb6ff878eca5a986799506c98053.d

[Lldb-commits] [lldb] dde487e - [lldb] Plumb process host architecture through platform selection

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T12:17:01-07:00 New Revision: dde487e54782feb873461e7f8781a098df4f69b0 URL: https://github.com/llvm/llvm-project/commit/dde487e54782feb873461e7f8781a098df4f69b0 DIFF: https://github.com/llvm/llvm-project/commit/dde487e54782feb873461e7f8781a098df4f69b0.d

[Lldb-commits] [lldb] 0aaf480 - [lldb] Cleanup MacOSX platform headers (NFC)

2022-03-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-14T22:01:05-07:00 New Revision: 0aaf480be955718c0be99dc14a71b668bf15def0 URL: https://github.com/llvm/llvm-project/commit/0aaf480be955718c0be99dc14a71b668bf15def0 DIFF: https://github.com/llvm/llvm-project/commit/0aaf480be955718c0be99dc14a71b668bf15def0.d

[Lldb-commits] [lldb] c22c7a6 - [lldb] Fix platform selection on Apple Silicon (again)

2022-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-03-15T09:06:29-07:00 New Revision: c22c7a61b6d9c90d5d4292205c63cd576f4fd05b URL: https://github.com/llvm/llvm-project/commit/c22c7a61b6d9c90d5d4292205c63cd576f4fd05b DIFF: https://github.com/llvm/llvm-project/commit/c22c7a61b6d9c90d5d4292205c63cd576f4fd05b.d

[Lldb-commits] [lldb] 6879391 - [lldb] Replace Host::SystemLog with Debugger::Report{Error, Warning}

2022-06-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-24T09:46:26-07:00 New Revision: 6879391908cab68e8d43a0097fa8c9cd3b86eff9 URL: https://github.com/llvm/llvm-project/commit/6879391908cab68e8d43a0097fa8c9cd3b86eff9 DIFF: https://github.com/llvm/llvm-project/commit/6879391908cab68e8d43a0097fa8c9cd3b86eff9.d

[Lldb-commits] [lldb] 5a08280 - [lldb] Fix flakiness in shell tests that mixed stderr and stdout

2022-06-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-24T10:53:15-07:00 New Revision: 5a08280659125b6196e1ca83d5d9d6ba412674fe URL: https://github.com/llvm/llvm-project/commit/5a08280659125b6196e1ca83d5d9d6ba412674fe DIFF: https://github.com/llvm/llvm-project/commit/5a08280659125b6196e1ca83d5d9d6ba412674fe.d

[Lldb-commits] [lldb] 1e5d526 - [lldb] Add SystemLogHandler for emitting log messages to the system log

2022-06-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-24T10:53:15-07:00 New Revision: 1e5d5261e2b6637011a65c929828ca8cb0ab8e2e URL: https://github.com/llvm/llvm-project/commit/1e5d5261e2b6637011a65c929828ca8cb0ab8e2e DIFF: https://github.com/llvm/llvm-project/commit/1e5d5261e2b6637011a65c929828ca8cb0ab8e2e.d

[Lldb-commits] [lldb] 87a3293 - [lldb] Move Host::SystemLog out of !defined(_WIN32)

2022-06-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-24T11:18:31-07:00 New Revision: 87a32939611ab2972acc7a8e796f8d9e571a6f3a URL: https://github.com/llvm/llvm-project/commit/87a32939611ab2972acc7a8e796f8d9e571a6f3a DIFF: https://github.com/llvm/llvm-project/commit/87a32939611ab2972acc7a8e796f8d9e571a6f3a.d

[Lldb-commits] [lldb] be265d2 - [lldb] Add support for specifying a log handler

2022-06-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-24T18:24:00-07:00 New Revision: be265d25ca5e300a3af45a5f85fc6e4b107148e5 URL: https://github.com/llvm/llvm-project/commit/be265d25ca5e300a3af45a5f85fc6e4b107148e5 DIFF: https://github.com/llvm/llvm-project/commit/be265d25ca5e300a3af45a5f85fc6e4b107148e5.d

[Lldb-commits] [lldb] 9bdb7e5 - [lldb] Add a log dump command

2022-06-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-27T10:02:34-07:00 New Revision: 9bdb7e573427ac3785cb10829da57ee18ef65ce3 URL: https://github.com/llvm/llvm-project/commit/9bdb7e573427ac3785cb10829da57ee18ef65ce3 DIFF: https://github.com/llvm/llvm-project/commit/9bdb7e573427ac3785cb10829da57ee18ef65ce3.d

[Lldb-commits] [lldb] e06a88c - [lldb] Use assertState in TestIgnoredExceptions

2022-06-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-27T16:30:47-07:00 New Revision: e06a88cbe9cb639b0ee11026d6888455df1de214 URL: https://github.com/llvm/llvm-project/commit/e06a88cbe9cb639b0ee11026d6888455df1de214 DIFF: https://github.com/llvm/llvm-project/commit/e06a88cbe9cb639b0ee11026d6888455df1de214.d

[Lldb-commits] [lldb] 65a7ebf - [lldb] XFAIL TestVSCode_breakpointEvents.py on Ventura

2022-06-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-29T15:00:57-07:00 New Revision: 65a7ebff33428f1b9941e23fd79167d30d642b7b URL: https://github.com/llvm/llvm-project/commit/65a7ebff33428f1b9941e23fd79167d30d642b7b DIFF: https://github.com/llvm/llvm-project/commit/65a7ebff33428f1b9941e23fd79167d30d642b7b.d

[Lldb-commits] [lldb] 3944780 - [lldb] Skip TestAppleSimulatorOSType is simulator isn't available

2022-06-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-29T15:10:16-07:00 New Revision: 3944780dd89018e7e12bf45bb835ac7f54c40181 URL: https://github.com/llvm/llvm-project/commit/3944780dd89018e7e12bf45bb835ac7f54c40181 DIFF: https://github.com/llvm/llvm-project/commit/3944780dd89018e7e12bf45bb835ac7f54c40181.d

[Lldb-commits] [lldb] dee672e - [lldb] Skip instead of XFAIL TestGdbRemote_vContThreads on Darwin

2022-06-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-29T16:34:34-07:00 New Revision: dee672ee8505ccf64f0ca38600ef9efb001cf4d1 URL: https://github.com/llvm/llvm-project/commit/dee672ee8505ccf64f0ca38600ef9efb001cf4d1 DIFF: https://github.com/llvm/llvm-project/commit/dee672ee8505ccf64f0ca38600ef9efb001cf4d1.d

[Lldb-commits] [lldb] 1b8c735 - [lldb] Use assertState in even more tests (NFC)

2022-06-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-29T17:05:58-07:00 New Revision: 1b8c73522ebf5b937912ef91c297a5b77ddc95ec URL: https://github.com/llvm/llvm-project/commit/1b8c73522ebf5b937912ef91c297a5b77ddc95ec DIFF: https://github.com/llvm/llvm-project/commit/1b8c73522ebf5b937912ef91c297a5b77ddc95ec.d

[Lldb-commits] [lldb] 3a56858 - [lldb] XFAIL TestObjCXXBridgedPO on macOS Ventura

2022-06-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-30T09:20:56-07:00 New Revision: 3a56858cee5c88a3027492ebe4abecc87fb50ee1 URL: https://github.com/llvm/llvm-project/commit/3a56858cee5c88a3027492ebe4abecc87fb50ee1 DIFF: https://github.com/llvm/llvm-project/commit/3a56858cee5c88a3027492ebe4abecc87fb50ee1.d

[Lldb-commits] [lldb] f51c47d - Revert "[lldb/test] Don't use preexec_fn for launching inferiors"

2022-07-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-05T10:12:57-07:00 New Revision: f51c47d987917d18108f0415334f47c75db9e908 URL: https://github.com/llvm/llvm-project/commit/f51c47d987917d18108f0415334f47c75db9e908 DIFF: https://github.com/llvm/llvm-project/commit/f51c47d987917d18108f0415334f47c75db9e908.d

Re: [Lldb-commits] [lldb] f51c47d - Revert "[lldb/test] Don't use preexec_fn for launching inferiors"

2022-07-06 Thread Jonas Devlieghere via lldb-commits
I didn't get around to it today but I was planning to at least take a look today. Thanks for following up. On Wed, Jul 6, 2022 at 8:14 AM Pavel Labath wrote: > On 05/07/2022 19:14, Jonas Devlieghere via lldb-commits wrote: > > > > Author: Jonas Devlieghere > > Date:

[Lldb-commits] [lldb] ec48a0d - [lldb] Improve the error message in run_to_breakpoint_do_run

2022-07-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-07T10:22:45-07:00 New Revision: ec48a0df9151a5192381e44bee6a48a08ed8932b URL: https://github.com/llvm/llvm-project/commit/ec48a0df9151a5192381e44bee6a48a08ed8932b DIFF: https://github.com/llvm/llvm-project/commit/ec48a0df9151a5192381e44bee6a48a08ed8932b.d

[Lldb-commits] [lldb] e4c5bca - Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."

2022-07-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-07T16:36:10-07:00 New Revision: e4c5bca597a6f12e8f789a53e862387b9808ff48 URL: https://github.com/llvm/llvm-project/commit/e4c5bca597a6f12e8f789a53e862387b9808ff48 DIFF: https://github.com/llvm/llvm-project/commit/e4c5bca597a6f12e8f789a53e862387b9808ff48.d

[Lldb-commits] [lldb] 9302ff0 - Revert "jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded"

2022-07-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-11T09:25:14-07:00 New Revision: 9302ff095168875a6a56e79d3401724e7b0069fd URL: https://github.com/llvm/llvm-project/commit/9302ff095168875a6a56e79d3401724e7b0069fd DIFF: https://github.com/llvm/llvm-project/commit/9302ff095168875a6a56e79d3401724e7b0069fd.d

[Lldb-commits] [lldb] ce233e7 - [lldb] Use the just-built libc++ for testing the LLDB data formatters

2022-07-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-11T14:49:24-07:00 New Revision: ce233e714665a0499fbd0686226e43130d44ef87 URL: https://github.com/llvm/llvm-project/commit/ce233e714665a0499fbd0686226e43130d44ef87 DIFF: https://github.com/llvm/llvm-project/commit/ce233e714665a0499fbd0686226e43130d44ef87.d

[Lldb-commits] [lldb] 9097920 - [lldb] Add a test to prefer exact triple matches in platform selection

2022-07-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-11T16:35:51-07:00 New Revision: 9097920ebabb6ab29f94e4051572c42459edcda8 URL: https://github.com/llvm/llvm-project/commit/9097920ebabb6ab29f94e4051572c42459edcda8 DIFF: https://github.com/llvm/llvm-project/commit/9097920ebabb6ab29f94e4051572c42459edcda8.d

[Lldb-commits] [lldb] 9bc3463 - [lldb] Add support for escaping fish arguments

2022-07-11 Thread Jonas Devlieghere via lldb-commits
Author: Raphael Isemann Date: 2022-07-11T16:44:46-07:00 New Revision: 9bc34636a50ffd9d417d30af021798b6294a1725 URL: https://github.com/llvm/llvm-project/commit/9bc34636a50ffd9d417d30af021798b6294a1725 DIFF: https://github.com/llvm/llvm-project/commit/9bc34636a50ffd9d417d30af021798b6294a1725.dif

[Lldb-commits] [lldb] b620852 - [lldb] Make the g_arguments_data constexpr and fix the static assert

2022-07-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-12T13:12:36-07:00 New Revision: b620852d235079e56a4fdf71828bf8e7c66f813f URL: https://github.com/llvm/llvm-project/commit/b620852d235079e56a4fdf71828bf8e7c66f813f DIFF: https://github.com/llvm/llvm-project/commit/b620852d235079e56a4fdf71828bf8e7c66f813f.d

[Lldb-commits] [lldb] 5edfc0b - [lldb] Fix macOS Ventura version number checks

2022-07-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-12T13:29:46-07:00 New Revision: 5edfc0b928b9ac4c653188828c5637de70bcf8ff URL: https://github.com/llvm/llvm-project/commit/5edfc0b928b9ac4c653188828c5637de70bcf8ff DIFF: https://github.com/llvm/llvm-project/commit/5edfc0b928b9ac4c653188828c5637de70bcf8ff.d

[Lldb-commits] [lldb] bcae3cd - [lldb] Print the enum values and their description in the help output

2022-07-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-14T21:18:08-07:00 New Revision: bcae3cdbd029210e9ecf42f07d38cc4ed4a95230 URL: https://github.com/llvm/llvm-project/commit/bcae3cdbd029210e9ecf42f07d38cc4ed4a95230 DIFF: https://github.com/llvm/llvm-project/commit/bcae3cdbd029210e9ecf42f07d38cc4ed4a95230.d

[Lldb-commits] [lldb] 52465dc - [lldb] Make compiler-rt an optional LLDB test dependency

2022-07-25 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-07-25T09:28:56-07:00 New Revision: 52465dc17877d742aad737622e0da04aea2d72cb URL: https://github.com/llvm/llvm-project/commit/52465dc17877d742aad737622e0da04aea2d72cb DIFF: https://github.com/llvm/llvm-project/commit/52465dc17877d742aad737622e0da04aea2d72cb.d

<    9   10   11   12   13   14   15   16   17   18   >