[Lldb-commits] [lldb] a3c3482 - [lldb] Consider binary as module of last resort

2022-05-20 Thread Jonas Devlieghere via lldb-commits
Author: Will Hawkins Date: 2022-05-20T14:01:05-07:00 New Revision: a3c3482ceb529206b0ae4e7782e5496da5e0879d URL: https://github.com/llvm/llvm-project/commit/a3c3482ceb529206b0ae4e7782e5496da5e0879d DIFF: https://github.com/llvm/llvm-project/commit/a3c3482ceb529206b0ae4e7782e5496da5e0879d.diff

[Lldb-commits] [lldb] d252d92 - [lldb] Fix spurious assertion in PrintCommandOutput

2022-05-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-20T14:15:01-07:00 New Revision: d252d9231c4a5008a69c6791db498aaf95bda8e7 URL: https://github.com/llvm/llvm-project/commit/d252d9231c4a5008a69c6791db498aaf95bda8e7 DIFF: https://github.com/llvm/llvm-project/commit/d252d9231c4a5008a69c6791db498aaf95bda8e7.d

[Lldb-commits] [lldb] c30a8c8 - [lldb] Fix should_skip_simulator_test decorator

2022-05-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-23T09:33:51-07:00 New Revision: c30a8c80837608ccb190aecb84a723ca00dd87df URL: https://github.com/llvm/llvm-project/commit/c30a8c80837608ccb190aecb84a723ca00dd87df DIFF: https://github.com/llvm/llvm-project/commit/c30a8c80837608ccb190aecb84a723ca00dd87df.d

[Lldb-commits] [lldb] f179f40 - [lldb] Disable modules in Apple-lldb-base

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

[Lldb-commits] [lldb] 436eaf8 - [lldb] Improve TestAppleSimulatorOSType.py error message

2022-05-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-05-24T17:17:26-07:00 New Revision: 436eaf8d32fa8d5db6782f4da30d0b5b7c2690e8 URL: https://github.com/llvm/llvm-project/commit/436eaf8d32fa8d5db6782f4da30d0b5b7c2690e8 DIFF: https://github.com/llvm/llvm-project/commit/436eaf8d32fa8d5db6782f4da30d0b5b7c2690e8.d

[Lldb-commits] [lldb] 84b9985 - [lldb] Fix broken bad-address-breakpoint test

2022-05-26 Thread Jonas Devlieghere via lldb-commits
Author: Will Hawkins Date: 2022-05-26T12:16:11-07:00 New Revision: 84b9985f5f63509c3f99e2ebaa488f0a0ef33d49 URL: https://github.com/llvm/llvm-project/commit/84b9985f5f63509c3f99e2ebaa488f0a0ef33d49 DIFF: https://github.com/llvm/llvm-project/commit/84b9985f5f63509c3f99e2ebaa488f0a0ef33d49.diff

[Lldb-commits] [lldb] 5451c4b - [lldb/fuzzer] Moving target fuzzer into separate subdirectory

2022-05-26 Thread Jonas Devlieghere via lldb-commits
Author: Chelsea Cassanova Date: 2022-05-26T17:05:14-07:00 New Revision: 5451c4b4fb5448ac256327db4f78c996114ca4ec URL: https://github.com/llvm/llvm-project/commit/5451c4b4fb5448ac256327db4f78c996114ca4ec DIFF: https://github.com/llvm/llvm-project/commit/5451c4b4fb5448ac256327db4f78c996114ca4ec.d

[Lldb-commits] [lldb] d3202a5 - [lldb] Parse the dotest output to determine the most appropriate result code

2022-06-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-08T08:58:15-07:00 New Revision: d3202a5923173bc69767d86e605b012ad09de2a2 URL: https://github.com/llvm/llvm-project/commit/d3202a5923173bc69767d86e605b012ad09de2a2 DIFF: https://github.com/llvm/llvm-project/commit/d3202a5923173bc69767d86e605b012ad09de2a2.d

[Lldb-commits] [lldb] 37028d3 - [lldb] Update TestMultithreaded to report FAIL for a non-zero exit code

2022-06-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-08T08:58:15-07:00 New Revision: 37028d3ea7fc9fa7e640c91faa9c347808598dd6 URL: https://github.com/llvm/llvm-project/commit/37028d3ea7fc9fa7e640c91faa9c347808598dd6 DIFF: https://github.com/llvm/llvm-project/commit/37028d3ea7fc9fa7e640c91faa9c347808598dd6.d

[Lldb-commits] [lldb] fc43703 - [lldb] Use objc_getRealizedClassList_trylock on macOS Ventura and later

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

[Lldb-commits] [lldb] 4636b93 - [lldb] Improve error reporting from TestAppleSimulatorOSType.py

2022-06-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-08T11:47:26-07:00 New Revision: 4636b93044faf1fbf54139e872af4856adafe435 URL: https://github.com/llvm/llvm-project/commit/4636b93044faf1fbf54139e872af4856adafe435 DIFF: https://github.com/llvm/llvm-project/commit/4636b93044faf1fbf54139e872af4856adafe435.d

[Lldb-commits] [lldb] c9b55eb - [lldb] Update TestModuleLoadedNotifys.py for macOS Ventura

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

[Lldb-commits] [lldb] ce825e4 - [lldb] Add assertState function to the API test suite

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

[Lldb-commits] [lldb] 5a10620 - [lldb] Fix code blocks in docs/use/intel_pt.rst

2022-06-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-09T09:14:56-07:00 New Revision: 5a1062055e44f4b9623800aeaed06dc1e405a9d9 URL: https://github.com/llvm/llvm-project/commit/5a1062055e44f4b9623800aeaed06dc1e405a9d9 DIFF: https://github.com/llvm/llvm-project/commit/5a1062055e44f4b9623800aeaed06dc1e405a9d9.d

[Lldb-commits] [lldb] 6565580 - [lldb] Add table with custom LLDB asserts to the docs

2022-06-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-09T09:14:56-07:00 New Revision: 6565580f1b40edf8d9339fa849f4a1778d8816a9 URL: https://github.com/llvm/llvm-project/commit/6565580f1b40edf8d9339fa849f4a1778d8816a9 DIFF: https://github.com/llvm/llvm-project/commit/6565580f1b40edf8d9339fa849f4a1778d8816a9.d

[Lldb-commits] [lldb] 0bc291a - [lldb] Add a reference to the "On Demand Symbols" docs.

2022-06-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-09T09:14:56-07:00 New Revision: 0bc291ad35a26982c13ea0b5e19890fdbf2674f1 URL: https://github.com/llvm/llvm-project/commit/0bc291ad35a26982c13ea0b5e19890fdbf2674f1 DIFF: https://github.com/llvm/llvm-project/commit/0bc291ad35a26982c13ea0b5e19890fdbf2674f1.d

[Lldb-commits] [lldb] 6cde6ac - [lldb] Don't overwrite quit and exit builtins in the Python interpreter

2022-06-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-15T14:53:40-07:00 New Revision: 6cde6ac03c2c1851b1156dd334b87b38fff79f70 URL: https://github.com/llvm/llvm-project/commit/6cde6ac03c2c1851b1156dd334b87b38fff79f70 DIFF: https://github.com/llvm/llvm-project/commit/6cde6ac03c2c1851b1156dd334b87b38fff79f70.d

[Lldb-commits] [lldb] 1af4561 - [lldb] Skip ScriptInterpreter/Python/exit.test on Windows

2022-06-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-15T15:50:04-07:00 New Revision: 1af4561ee5ed56139b28b75ed7d46df2aeb223cb URL: https://github.com/llvm/llvm-project/commit/1af4561ee5ed56139b28b75ed7d46df2aeb223cb DIFF: https://github.com/llvm/llvm-project/commit/1af4561ee5ed56139b28b75ed7d46df2aeb223cb.d

[Lldb-commits] [lldb] 6ff49af - [lldb] Introduce the concept of a log handler (NFC)

2022-06-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-16T13:34:28-07:00 New Revision: 6ff49af33d093dd7e0659958185942d0d26a8b90 URL: https://github.com/llvm/llvm-project/commit/6ff49af33d093dd7e0659958185942d0d26a8b90 DIFF: https://github.com/llvm/llvm-project/commit/6ff49af33d093dd7e0659958185942d0d26a8b90.d

[Lldb-commits] [lldb] 663612d - [lldb] Remove references to epydoc from the documentation

2022-06-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-16T15:17:40-07:00 New Revision: 663612dfd8f63e82936f32755fbba2aa219a7ae0 URL: https://github.com/llvm/llvm-project/commit/663612dfd8f63e82936f32755fbba2aa219a7ae0 DIFF: https://github.com/llvm/llvm-project/commit/663612dfd8f63e82936f32755fbba2aa219a7ae0.d

[Lldb-commits] [lldb] 6ac608b - [lldb] Add RotatingLogHandler

2022-06-16 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-16T15:17:40-07:00 New Revision: 6ac608b3d897502c987e02667e87315c5fe0e90f URL: https://github.com/llvm/llvm-project/commit/6ac608b3d897502c987e02667e87315c5fe0e90f DIFF: https://github.com/llvm/llvm-project/commit/6ac608b3d897502c987e02667e87315c5fe0e90f.d

[Lldb-commits] [lldb] af6ec92 - [lldb] Cleanup Python API reference files after building the docs

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

[Lldb-commits] [lldb] de74756 - [lldb] Remove LogHandler::Create functions (NFC)

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

[Lldb-commits] [lldb] 9916633 - [lldb] Fix modernize-use-override warnings (NFC)

2022-06-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-17T15:08:02-07:00 New Revision: 991663399792d4cc03da6b6c7131a6c213655318 URL: https://github.com/llvm/llvm-project/commit/991663399792d4cc03da6b6c7131a6c213655318 DIFF: https://github.com/llvm/llvm-project/commit/991663399792d4cc03da6b6c7131a6c213655318.d

[Lldb-commits] [lldb] 9168871 - [lldb] Fix modernize-use-equals-default warnings (NFC)

2022-06-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-17T15:08:02-07:00 New Revision: 91688716ba49942051dccdf7b9c4f81a7ec8feaf URL: https://github.com/llvm/llvm-project/commit/91688716ba49942051dccdf7b9c4f81a7ec8feaf DIFF: https://github.com/llvm/llvm-project/commit/91688716ba49942051dccdf7b9c4f81a7ec8feaf.d

[Lldb-commits] [lldb] c08f61b - [lldb] Instantiate lazily named classes on macOS Ventura.

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

[Lldb-commits] [lldb] c866f85 - [lldb] Add a setting to specify the preferred dynamic class info extractor o

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

[Lldb-commits] [lldb] f0d87df - [lldb] Return the correct utility function in AppleObjCRuntimeV2

2022-06-22 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-22T13:57:23-07:00 New Revision: f0d87dfe30e86d701034af9320b29d3e2e3a12b3 URL: https://github.com/llvm/llvm-project/commit/f0d87dfe30e86d701034af9320b29d3e2e3a12b3 DIFF: https://github.com/llvm/llvm-project/commit/f0d87dfe30e86d701034af9320b29d3e2e3a12b3.d

[Lldb-commits] [lldb] d95c406 - [lldb] Fix off-by-one error in the AppleObjCRuntimeV2 utility function

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

[Lldb-commits] [lldb] 09dea54 - [lldb] Support a buffered logging mode

2022-06-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-23T09:12:01-07:00 New Revision: 09dea546692f4e9f32bf16f1a9d5d0de52a64691 URL: https://github.com/llvm/llvm-project/commit/09dea546692f4e9f32bf16f1a9d5d0de52a64691 DIFF: https://github.com/llvm/llvm-project/commit/09dea546692f4e9f32bf16f1a9d5d0de52a64691.d

[Lldb-commits] [lldb] 70841b9 - [lldb] Make thread safety the responsibility of the log handlers

2022-06-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-23T09:12:05-07:00 New Revision: 70841b97eb2e5c68d46b70579877e378511a47b4 URL: https://github.com/llvm/llvm-project/commit/70841b97eb2e5c68d46b70579877e378511a47b4 DIFF: https://github.com/llvm/llvm-project/commit/70841b97eb2e5c68d46b70579877e378511a47b4.d

[Lldb-commits] [lldb] 6fa9120 - [lldb] Fix up Objective-C ISA pointers

2022-06-23 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-06-23T14:16:29-07:00 New Revision: 6fa9120080c35a5ff851c3fc3358692c4ef7ce0d URL: https://github.com/llvm/llvm-project/commit/6fa9120080c35a5ff851c3fc3358692c4ef7ce0d DIFF: https://github.com/llvm/llvm-project/commit/6fa9120080c35a5ff851c3fc3358692c4ef7ce0d.d

[Lldb-commits] [lldb] 7174568 - [lldb] Remove spurious `n` at the end of option error message

2023-01-03 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-03T08:31:09-08:00 New Revision: 7174568c9ccf2959b95563252c1bdbf59c5746c7 URL: https://github.com/llvm/llvm-project/commit/7174568c9ccf2959b95563252c1bdbf59c5746c7 DIFF: https://github.com/llvm/llvm-project/commit/7174568c9ccf2959b95563252c1bdbf59c5746c7.d

[Lldb-commits] [lldb] 8b259fe - [lldb] Trust the arange accelerator tables in dSYMs

2023-01-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-09T14:34:57-08:00 New Revision: 8b259fe573e109ea03c91aca34d5bd60f1a432ff URL: https://github.com/llvm/llvm-project/commit/8b259fe573e109ea03c91aca34d5bd60f1a432ff DIFF: https://github.com/llvm/llvm-project/commit/8b259fe573e109ea03c91aca34d5bd60f1a432ff.d

[Lldb-commits] [lldb] 9b737f1 - [lldb] Limit trusting aranges to dSYMs only.

2023-01-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-09T15:38:05-08:00 New Revision: 9b737f148d88501a0a778e1adacf342108286bb0 URL: https://github.com/llvm/llvm-project/commit/9b737f148d88501a0a778e1adacf342108286bb0 DIFF: https://github.com/llvm/llvm-project/commit/9b737f148d88501a0a778e1adacf342108286bb0.d

[Lldb-commits] [lldb] f6ce39c - [lldb] Remove tools copied into LLDB.framework before install

2023-01-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-10T11:22:47-08:00 New Revision: f6ce39cf1d1d80699e13cd1422f60d428e5cf0ec URL: https://github.com/llvm/llvm-project/commit/f6ce39cf1d1d80699e13cd1422f60d428e5cf0ec DIFF: https://github.com/llvm/llvm-project/commit/f6ce39cf1d1d80699e13cd1422f60d428e5cf0ec.d

[Lldb-commits] [lldb] 302f4ae - [lldb] Only add lldb-framework-cleanup dependency to existing targets

2023-01-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-10T16:23:43-08:00 New Revision: 302f4aef7930c125236f071140eb9482532f2877 URL: https://github.com/llvm/llvm-project/commit/302f4aef7930c125236f071140eb9482532f2877 DIFF: https://github.com/llvm/llvm-project/commit/302f4aef7930c125236f071140eb9482532f2877.d

[Lldb-commits] [lldb] ba35c27 - [lldb] Limit `nothreadallow` to Python in SWIG bindings

2023-01-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-12T10:19:30-08:00 New Revision: ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7 URL: https://github.com/llvm/llvm-project/commit/ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7 DIFF: https://github.com/llvm/llvm-project/commit/ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7.d

[Lldb-commits] [lldb] 9ec1159 - [lldb] Fix compile error in Lua typemap

2023-01-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-12T10:51:26-08:00 New Revision: 9ec115978ea2bdfc60800cd3c21264341cdc8b0a URL: https://github.com/llvm/llvm-project/commit/9ec115978ea2bdfc60800cd3c21264341cdc8b0a DIFF: https://github.com/llvm/llvm-project/commit/9ec115978ea2bdfc60800cd3c21264341cdc8b0a.d

[Lldb-commits] [lldb] 93ccccb - [lldb] Fix typos and update "GDB To LLDB Command Map" to be a bit more clear

2023-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Saagar Jha Date: 2023-01-15T11:10:52-08:00 New Revision: 93b00d9717b58ba93f0942a243ba6dac4ef6 URL: https://github.com/llvm/llvm-project/commit/93b00d9717b58ba93f0942a243ba6dac4ef6 DIFF: https://github.com/llvm/llvm-project/commit/93b00d9717b58ba93f0942a243ba6dac4ef6.diff LO

[Lldb-commits] [lldb] 08d6cf2 - [lldb] Fix comments referring to BCR_M_IMVA_MATCH

2023-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Saagar Jha Date: 2023-01-15T23:39:22-08:00 New Revision: 08d6cf232c0e4ca8ebafc3e2b9eb488f014f5b41 URL: https://github.com/llvm/llvm-project/commit/08d6cf232c0e4ca8ebafc3e2b9eb488f014f5b41 DIFF: https://github.com/llvm/llvm-project/commit/08d6cf232c0e4ca8ebafc3e2b9eb488f014f5b41.diff LO

[Lldb-commits] [lldb] 6083410 - [lldb] Re-enable xmm/ymm/zmm tests with the system debugserver

2023-01-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-19T17:07:55-08:00 New Revision: 60834105d85cba27e1e1b2b4ecf4cd658019d867 URL: https://github.com/llvm/llvm-project/commit/60834105d85cba27e1e1b2b4ecf4cd658019d867 DIFF: https://github.com/llvm/llvm-project/commit/60834105d85cba27e1e1b2b4ecf4cd658019d867.d

[Lldb-commits] [lldb] 8b1cd37 - [lldb] Use lldbassert in BuildObjCObjectPointerType

2023-01-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-30T13:52:44-08:00 New Revision: 8b1cd3749eb6872b3a71cee4fe65ae3b9de4dc93 URL: https://github.com/llvm/llvm-project/commit/8b1cd3749eb6872b3a71cee4fe65ae3b9de4dc93 DIFF: https://github.com/llvm/llvm-project/commit/8b1cd3749eb6872b3a71cee4fe65ae3b9de4dc93.d

[Lldb-commits] [lldb] d6eaaa1 - [lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef

2023-01-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-30T20:35:52-08:00 New Revision: d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86 URL: https://github.com/llvm/llvm-project/commit/d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86 DIFF: https://github.com/llvm/llvm-project/commit/d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86.d

[Lldb-commits] [lldb] 9f8fd57 - [lldb] Use ${CMAKE_COMMAND} -E remove instead of remove_directory

2023-01-31 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-01-31T15:34:36-08:00 New Revision: 9f8fd57cb6638f8137d82b1ceb02845626816b4f URL: https://github.com/llvm/llvm-project/commit/9f8fd57cb6638f8137d82b1ceb02845626816b4f DIFF: https://github.com/llvm/llvm-project/commit/9f8fd57cb6638f8137d82b1ceb02845626816b4f.d

[Lldb-commits] [lldb] 3c565c2 - [lldb] Print an error for unsupported combinations of log options

2023-02-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-02-09T09:58:39-08:00 New Revision: 3c565c246635cace81f01340cd3d1d7386042478 URL: https://github.com/llvm/llvm-project/commit/3c565c246635cace81f01340cd3d1d7386042478 DIFF: https://github.com/llvm/llvm-project/commit/3c565c246635cace81f01340cd3d1d7386042478.d

[Lldb-commits] [lldb] 26e9f23 - [lldb] Add the ability to remove diagnostic callbacks

2023-02-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-02-09T13:20:51-08:00 New Revision: 26e9f23ada4f7dea37199bca89ce628e2a54b74e URL: https://github.com/llvm/llvm-project/commit/26e9f23ada4f7dea37199bca89ce628e2a54b74e DIFF: https://github.com/llvm/llvm-project/commit/26e9f23ada4f7dea37199bca89ce628e2a54b74e.d

[Lldb-commits] [lldb] 125e690 - [lldb] Hoist code to create StructuredData into DiagnosticEventData (NFC)

2023-02-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-02-09T21:42:25-08:00 New Revision: 125e69015addb656bccaf1c48ea006c9742cda25 URL: https://github.com/llvm/llvm-project/commit/125e69015addb656bccaf1c48ea006c9742cda25 DIFF: https://github.com/llvm/llvm-project/commit/125e69015addb656bccaf1c48ea006c9742cda25.d

[Lldb-commits] [lldb] 0ac8dfd - [lldb] Add an SB API to get progress events as SBStructuredData

2023-02-10 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-02-10T17:18:00-08:00 New Revision: 0ac8dfd0587a1a95e8ed464bc59741837aae9c1f URL: https://github.com/llvm/llvm-project/commit/0ac8dfd0587a1a95e8ed464bc59741837aae9c1f DIFF: https://github.com/llvm/llvm-project/commit/0ac8dfd0587a1a95e8ed464bc59741837aae9c1f.d

[Lldb-commits] [lldb] 129eb5b - [lldb] Add the ability to provide a message to a progress event update

2023-02-12 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-02-12T11:17:58-08:00 New Revision: 129eb5bcab91a12ed3c4712279f201834ae2d8e1 URL: https://github.com/llvm/llvm-project/commit/129eb5bcab91a12ed3c4712279f201834ae2d8e1 DIFF: https://github.com/llvm/llvm-project/commit/129eb5bcab91a12ed3c4712279f201834ae2d8e1.d

[Lldb-commits] [lldb] 9d311dd - [lldb] Copy log files into diagnostic directory

2023-03-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-07T16:00:27-08:00 New Revision: 9d311dd6a71ba3910554b81fec5e6d5799ce0453 URL: https://github.com/llvm/llvm-project/commit/9d311dd6a71ba3910554b81fec5e6d5799ce0453 DIFF: https://github.com/llvm/llvm-project/commit/9d311dd6a71ba3910554b81fec5e6d5799ce0453.d

[Lldb-commits] [lldb] cf3524a - [lldb] Introduce new SymbolFileJSON and ObjectFileJSON

2023-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-08T20:56:11-08:00 New Revision: cf3524a5746f9498280b3a9180b75575c0065d1a URL: https://github.com/llvm/llvm-project/commit/cf3524a5746f9498280b3a9180b75575c0065d1a DIFF: https://github.com/llvm/llvm-project/commit/cf3524a5746f9498280b3a9180b75575c0065d1a.d

[Lldb-commits] [lldb] 15653dc - [lldb] Temporarily disable TestSymbolFileJSON on non Darwin platforms

2023-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-08T21:32:45-08:00 New Revision: 15653dcb62dff58ec5f653d0a2884b1299f971d6 URL: https://github.com/llvm/llvm-project/commit/15653dcb62dff58ec5f653d0a2884b1299f971d6 DIFF: https://github.com/llvm/llvm-project/commit/15653dcb62dff58ec5f653d0a2884b1299f971d6.d

[Lldb-commits] [lldb] 12f709d - lldb] Re-enable TestSymbolFileJSON on non Darwin platforms

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

[Lldb-commits] [lldb] 73058e3 - [lldb] Fix typo in SymbolVendorELF

2023-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-08T22:15:36-08:00 New Revision: 73058e330134d275070d49dba80e5fda50ec015b URL: https://github.com/llvm/llvm-project/commit/73058e330134d275070d49dba80e5fda50ec015b DIFF: https://github.com/llvm/llvm-project/commit/73058e330134d275070d49dba80e5fda50ec015b.d

[Lldb-commits] [lldb] f009241 - [lldb] Fix -Wdangling-else warning in CommunicationTest

2023-03-08 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-08T22:21:00-08:00 New Revision: f009241ae595ae6db5a859e498f72fd7e5dc6ce8 URL: https://github.com/llvm/llvm-project/commit/f009241ae595ae6db5a859e498f72fd7e5dc6ce8 DIFF: https://github.com/llvm/llvm-project/commit/f009241ae595ae6db5a859e498f72fd7e5dc6ce8.d

[Lldb-commits] [lldb] e67460c - [lldb] Add nullptr check to SymbolVendorWasm

2023-03-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-09T10:27:18-08:00 New Revision: e67460c974e65aee83d2976226db17d8ffe17cc2 URL: https://github.com/llvm/llvm-project/commit/e67460c974e65aee83d2976226db17d8ffe17cc2 DIFF: https://github.com/llvm/llvm-project/commit/e67460c974e65aee83d2976226db17d8ffe17cc2.d

[Lldb-commits] [lldb] 7c4e6c9 - [lldb] Skip TestSymbolFileJSON on Windows

2023-03-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-09T11:33:14-08:00 New Revision: 7c4e6c97fb689f8db8ea361fe615fe39eb332610 URL: https://github.com/llvm/llvm-project/commit/7c4e6c97fb689f8db8ea361fe615fe39eb332610 DIFF: https://github.com/llvm/llvm-project/commit/7c4e6c97fb689f8db8ea361fe615fe39eb332610.d

[Lldb-commits] [lldb] 9c972a3 - [lldb] Explicitly import json in TestSymbolFileJSON.py

2023-03-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-13T14:48:05-07:00 New Revision: 9c972a3d82f303714be6d4f1485a0dc6642cd5f3 URL: https://github.com/llvm/llvm-project/commit/9c972a3d82f303714be6d4f1485a0dc6642cd5f3 DIFF: https://github.com/llvm/llvm-project/commit/9c972a3d82f303714be6d4f1485a0dc6642cd5f3.d

[Lldb-commits] [lldb] 9dbce77 - [lldb] Update PythonDataObjectsTests for new exception formatting

2023-03-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-15T15:53:18-07:00 New Revision: 9dbce774eea515e400954f1d0ffbd858c839b546 URL: https://github.com/llvm/llvm-project/commit/9dbce774eea515e400954f1d0ffbd858c839b546 DIFF: https://github.com/llvm/llvm-project/commit/9dbce774eea515e400954f1d0ffbd858c839b546.d

[Lldb-commits] [lldb] 2a76429 - [lldb] Set the watchpoint spec for expression watchpoints

2023-03-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-17T09:55:57-07:00 New Revision: 2a76429778768ed29404f0396194636e2bc11b90 URL: https://github.com/llvm/llvm-project/commit/2a76429778768ed29404f0396194636e2bc11b90 DIFF: https://github.com/llvm/llvm-project/commit/2a76429778768ed29404f0396194636e2bc11b90.d

[Lldb-commits] [lldb] 147b609 - [lldb] Unify WatchpointSP variable names (NFC)

2023-03-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-17T10:09:40-07:00 New Revision: 147b60964064b17163f1788dcd24c366ba3d54b1 URL: https://github.com/llvm/llvm-project/commit/147b60964064b17163f1788dcd24c366ba3d54b1 DIFF: https://github.com/llvm/llvm-project/commit/147b60964064b17163f1788dcd24c366ba3d54b1.d

[Lldb-commits] [lldb] e4f62da - [lldb] Sidestep -Wformat warning by using LLDB_LOG instead of LLDB_LOGF

2023-03-20 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-20T10:32:02-07:00 New Revision: e4f62da8129d9632d77fd4db5cf8caede0a1e5a6 URL: https://github.com/llvm/llvm-project/commit/e4f62da8129d9632d77fd4db5cf8caede0a1e5a6 DIFF: https://github.com/llvm/llvm-project/commit/e4f62da8129d9632d77fd4db5cf8caede0a1e5a6.d

[Lldb-commits] [lldb] 0016f47 - [lldb] Remove errant call to SBReproducer.SetWorkingDirectory

2023-03-24 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-24T17:32:58-07:00 New Revision: 0016f476ab1f9013d336491924495ec01f43a045 URL: https://github.com/llvm/llvm-project/commit/0016f476ab1f9013d336491924495ec01f43a045 DIFF: https://github.com/llvm/llvm-project/commit/0016f476ab1f9013d336491924495ec01f43a045.d

[Lldb-commits] [lldb] fda53ad - [lldb] Support Universal Mach-O binaries with a fat64 header

2023-03-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-28T15:46:26-07:00 New Revision: fda53ad9374b60fc83f1a6065ae3e7985182a5d2 URL: https://github.com/llvm/llvm-project/commit/fda53ad9374b60fc83f1a6065ae3e7985182a5d2 DIFF: https://github.com/llvm/llvm-project/commit/fda53ad9374b60fc83f1a6065ae3e7985182a5d2.d

[Lldb-commits] [lldb] a7005d7 - [lldb] Unify target triples across compiler and linker invocations

2023-03-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-29T14:58:19-07:00 New Revision: a7005d7813b392f6d1c749239089bbc5cd6e0c54 URL: https://github.com/llvm/llvm-project/commit/a7005d7813b392f6d1c749239089bbc5cd6e0c54 DIFF: https://github.com/llvm/llvm-project/commit/a7005d7813b392f6d1c749239089bbc5cd6e0c54.d

[Lldb-commits] [lldb] c8522ca - [lldb] Fix macos build after e64cc756819d

2023-03-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-30T13:54:24-07:00 New Revision: c8522cadf7331bedd548ad5e2c6ef100c9166259 URL: https://github.com/llvm/llvm-project/commit/c8522cadf7331bedd548ad5e2c6ef100c9166259 DIFF: https://github.com/llvm/llvm-project/commit/c8522cadf7331bedd548ad5e2c6ef100c9166259.d

[Lldb-commits] [lldb] f03f811 - [lldb] Only run TestUniversal64 on macOS 11 and later

2023-03-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-30T14:12:32-07:00 New Revision: f03f8111d2af41561c2be918f56ac348bf228dc7 URL: https://github.com/llvm/llvm-project/commit/f03f8111d2af41561c2be918f56ac348bf228dc7 DIFF: https://github.com/llvm/llvm-project/commit/f03f8111d2af41561c2be918f56ac348bf228dc7.d

[Lldb-commits] [lldb] b24e290 - [lldb] Fix macos build after e64cc756819d (2/2)

2023-03-30 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-03-30T14:50:45-07:00 New Revision: b24e2900fa743e0abab7f4fa9747e5cbbfc2567a URL: https://github.com/llvm/llvm-project/commit/b24e2900fa743e0abab7f4fa9747e5cbbfc2567a DIFF: https://github.com/llvm/llvm-project/commit/b24e2900fa743e0abab7f4fa9747e5cbbfc2567a.d

[Lldb-commits] [lldb] ea95da1 - [lldb] Add an overload to SetModuleLoadAddress that takes an unsigned value

2023-04-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-06T10:43:54-07:00 New Revision: ea95da1809008abd9b81b0fb2cc6ec6438c4c0e0 URL: https://github.com/llvm/llvm-project/commit/ea95da1809008abd9b81b0fb2cc6ec6438c4c0e0 DIFF: https://github.com/llvm/llvm-project/commit/ea95da1809008abd9b81b0fb2cc6ec6438c4c0e0.d

[Lldb-commits] [lldb] 2279f77 - [lldb] Add an LLDB_DEPRECATED macro similar to LLVM_DEPRECATED

2023-04-06 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-06T14:56:34-07:00 New Revision: 2279f77d2855d9caa0ece466462d34bcfdf4fb3d URL: https://github.com/llvm/llvm-project/commit/2279f77d2855d9caa0ece466462d34bcfdf4fb3d DIFF: https://github.com/llvm/llvm-project/commit/2279f77d2855d9caa0ece466462d34bcfdf4fb3d.d

[Lldb-commits] [lldb] 730c8e1 - [lldb] Move "SelectMostRelevantFrame" from Thread::WillStop

2023-04-07 Thread Jonas Devlieghere via lldb-commits
Author: Jim Ingham Date: 2023-04-07T12:21:00-07:00 New Revision: 730c8e160c9dead94ba534d5ad7cc8e47ce892db URL: https://github.com/llvm/llvm-project/commit/730c8e160c9dead94ba534d5ad7cc8e47ce892db DIFF: https://github.com/llvm/llvm-project/commit/730c8e160c9dead94ba534d5ad7cc8e47ce892db.diff LO

[Lldb-commits] [lldb] b67b7bb - [lldb] Parse image high address from JSON crashlogs

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

[Lldb-commits] [lldb] 88f4091 - [lldb] Parse the crashlog only once

2023-04-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-11T17:05:15-07:00 New Revision: 88f409194d5ac84eb19ee91260a17c6c8b992eda URL: https://github.com/llvm/llvm-project/commit/88f409194d5ac84eb19ee91260a17c6c8b992eda DIFF: https://github.com/llvm/llvm-project/commit/88f409194d5ac84eb19ee91260a17c6c8b992eda.d

[Lldb-commits] [lldb] 0e5cdbf - [lldb] Make ObjectFileJSON loadable as a module

2023-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-13T14:08:19-07:00 New Revision: 0e5cdbf07e6d45ca168a76b2bc19b6e385cfae17 URL: https://github.com/llvm/llvm-project/commit/0e5cdbf07e6d45ca168a76b2bc19b6e385cfae17 DIFF: https://github.com/llvm/llvm-project/commit/0e5cdbf07e6d45ca168a76b2bc19b6e385cfae17.d

[Lldb-commits] [lldb] 6f8360a - [lldb] Use the host's target triple in TestObjectFileJSON

2023-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-13T14:20:58-07:00 New Revision: 6f8360a0e15f3affe3f711130c693059930bc317 URL: https://github.com/llvm/llvm-project/commit/6f8360a0e15f3affe3f711130c693059930bc317 DIFF: https://github.com/llvm/llvm-project/commit/6f8360a0e15f3affe3f711130c693059930bc317.d

[Lldb-commits] [lldb] 27f27d1 - [lldb] Use ObjectFileJSON to create modules for interactive crashlogs

2023-04-13 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-13T16:56:29-07:00 New Revision: 27f27d15f6c90b026eca23b8ee238fdbf772fd80 URL: https://github.com/llvm/llvm-project/commit/27f27d15f6c90b026eca23b8ee238fdbf772fd80 DIFF: https://github.com/llvm/llvm-project/commit/27f27d15f6c90b026eca23b8ee238fdbf772fd80.d

[Lldb-commits] [lldb] f40ed1f - [lldb] Fix TestObjectFileJSON and TestSymbolFileJSON

2023-04-17 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-17T12:01:24-07:00 New Revision: f40ed1f619046e98d08b092b1afb835ed5156f52 URL: https://github.com/llvm/llvm-project/commit/f40ed1f619046e98d08b092b1afb835ed5156f52 DIFF: https://github.com/llvm/llvm-project/commit/f40ed1f619046e98d08b092b1afb835ed5156f52.d

[Lldb-commits] [lldb] c1d55d2 - [lldb] Let Mangled decide whether a name is mangled or not

2023-04-21 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-21T10:23:24-07:00 New Revision: c1d55d26d373e8804aba92f7d0f07de353ea93c9 URL: https://github.com/llvm/llvm-project/commit/c1d55d26d373e8804aba92f7d0f07de353ea93c9 DIFF: https://github.com/llvm/llvm-project/commit/c1d55d26d373e8804aba92f7d0f07de353ea93c9.d

[Lldb-commits] [lldb] 984dd16 - [lldb] `or` -> `||` in SBDefines.h

2023-04-26 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-26T15:01:33-07:00 New Revision: 984dd163a7a03c517e419475899b80dda841e752 URL: https://github.com/llvm/llvm-project/commit/984dd163a7a03c517e419475899b80dda841e752 DIFF: https://github.com/llvm/llvm-project/commit/984dd163a7a03c517e419475899b80dda841e752.d

[Lldb-commits] [lldb] 13dbc16 - [lldb] Refactor host::OpenFileInExternalEditor

2023-04-28 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-04-28T18:12:41-07:00 New Revision: 13dbc16b4d82b9adc98c0919873b2b59ccc46afd URL: https://github.com/llvm/llvm-project/commit/13dbc16b4d82b9adc98c0919873b2b59ccc46afd DIFF: https://github.com/llvm/llvm-project/commit/13dbc16b4d82b9adc98c0919873b2b59ccc46afd.d

[Lldb-commits] [lldb] b12b35a - [lldb] Add debugger.external-editor setting

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T14:11:11-07:00 New Revision: b12b35ad4bec98c028a1926e4891e746b1f55d2f URL: https://github.com/llvm/llvm-project/commit/b12b35ad4bec98c028a1926e4891e746b1f55d2f DIFF: https://github.com/llvm/llvm-project/commit/b12b35ad4bec98c028a1926e4891e746b1f55d2f.d

[Lldb-commits] [lldb] fdbe7c7 - [lldb] Refactor OptionValue to return a std::optional (NFC)

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T21:08:23-07:00 New Revision: fdbe7c7faa547b16bf6da0fedbb7234b6ee3adef URL: https://github.com/llvm/llvm-project/commit/fdbe7c7faa547b16bf6da0fedbb7234b6ee3adef DIFF: https://github.com/llvm/llvm-project/commit/fdbe7c7faa547b16bf6da0fedbb7234b6ee3adef.d

[Lldb-commits] [lldb] 9cb3af1 - [lldb] Fix bug introduced by fdbe7c7faa54

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T21:23:14-07:00 New Revision: 9cb3af1e8649444da7ac5080fe2ade70b5dc2992 URL: https://github.com/llvm/llvm-project/commit/9cb3af1e8649444da7ac5080fe2ade70b5dc2992 DIFF: https://github.com/llvm/llvm-project/commit/9cb3af1e8649444da7ac5080fe2ade70b5dc2992.d

[Lldb-commits] [lldb] fe3ee68 - [lldb] Fix warning: extra '; ' outside of a function is incompatible with C++98

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T21:23:47-07:00 New Revision: fe3ee680741d603dd1229571e86e62bdb88ea215 URL: https://github.com/llvm/llvm-project/commit/fe3ee680741d603dd1229571e86e62bdb88ea215 DIFF: https://github.com/llvm/llvm-project/commit/fe3ee680741d603dd1229571e86e62bdb88ea215.d

[Lldb-commits] [lldb] 76fb334 - [lldb] Remove TestExternalEditor.test

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T21:25:14-07:00 New Revision: 76fb3343029ea618c0cc14d1b20f82b7941cff5e URL: https://github.com/llvm/llvm-project/commit/76fb3343029ea618c0cc14d1b20f82b7941cff5e DIFF: https://github.com/llvm/llvm-project/commit/76fb3343029ea618c0cc14d1b20f82b7941cff5e.d

[Lldb-commits] [lldb] 9c48aa6 - [lldb] Refactor OptionValueProperties to return a std::optional (NFC)

2023-05-01 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-01T21:46:32-07:00 New Revision: 9c48aa68f455a63fc5e20e196d3c3e8822bfa6af URL: https://github.com/llvm/llvm-project/commit/9c48aa68f455a63fc5e20e196d3c3e8822bfa6af DIFF: https://github.com/llvm/llvm-project/commit/9c48aa68f455a63fc5e20e196d3c3e8822bfa6af.d

[Lldb-commits] [lldb] ddd9358 - [lldb] Remove unused will_modify argument (NFC)

2023-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-02T00:20:34-07:00 New Revision: ddd9358bcaef5a348dd387a6a27539f7f49646d1 URL: https://github.com/llvm/llvm-project/commit/ddd9358bcaef5a348dd387a6a27539f7f49646d1 DIFF: https://github.com/llvm/llvm-project/commit/ddd9358bcaef5a348dd387a6a27539f7f49646d1.d

[Lldb-commits] [lldb] 30c1f31 - [lldb] Fix 8be139fc1251 for propery value changes

2023-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-02T11:09:53-07:00 New Revision: 30c1f31274e5abb535387940af2337c2e4fcc8a7 URL: https://github.com/llvm/llvm-project/commit/30c1f31274e5abb535387940af2337c2e4fcc8a7 DIFF: https://github.com/llvm/llvm-project/commit/30c1f31274e5abb535387940af2337c2e4fcc8a7.d

[Lldb-commits] [lldb] 8b68360 - [lldb] Assert on invalid index in OptionValueProperties (NFC)

2023-05-02 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-02T12:49:36-07:00 New Revision: 8b6836020464a537c829c56d34ec8f348e1f6056 URL: https://github.com/llvm/llvm-project/commit/8b6836020464a537c829c56d34ec8f348e1f6056 DIFF: https://github.com/llvm/llvm-project/commit/8b6836020464a537c829c56d34ec8f348e1f6056.d

[Lldb-commits] [lldb] 6f8b33f - [lldb] Use templates to simplify {Get, Set}PropertyAtIndex (NFC)

2023-05-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-04T16:42:46-07:00 New Revision: 6f8b33f6dfd0a0f8d2522b6c832bd6298ae2f3f3 URL: https://github.com/llvm/llvm-project/commit/6f8b33f6dfd0a0f8d2522b6c832bd6298ae2f3f3 DIFF: https://github.com/llvm/llvm-project/commit/6f8b33f6dfd0a0f8d2522b6c832bd6298ae2f3f3.d

[Lldb-commits] [lldb] b193bd3 - [lldb] Remove SetPropertyAtIndexAsLanguage (NFC)

2023-05-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-04T21:48:14-07:00 New Revision: b193bd3f28acba2686e6f7d376884deb82ae43c6 URL: https://github.com/llvm/llvm-project/commit/b193bd3f28acba2686e6f7d376884deb82ae43c6 DIFF: https://github.com/llvm/llvm-project/commit/b193bd3f28acba2686e6f7d376884deb82ae43c6.d

[Lldb-commits] [lldb] 917b3a7 - [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)

2023-05-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-04T22:00:17-07:00 New Revision: 917b3a7e62063398d2cbc4f8fe56feb68b0fae4f URL: https://github.com/llvm/llvm-project/commit/917b3a7e62063398d2cbc4f8fe56feb68b0fae4f DIFF: https://github.com/llvm/llvm-project/commit/917b3a7e62063398d2cbc4f8fe56feb68b0fae4f.d

[Lldb-commits] [lldb] ab73a9c - [lldb] Eliminate {Get, Set}PropertyAtIndexAsFileSpec (NFC)

2023-05-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-04T22:10:28-07:00 New Revision: ab73a9c1a77cc9502f07ff8a9d1fd9dadccd702f URL: https://github.com/llvm/llvm-project/commit/ab73a9c1a77cc9502f07ff8a9d1fd9dadccd702f DIFF: https://github.com/llvm/llvm-project/commit/ab73a9c1a77cc9502f07ff8a9d1fd9dadccd702f.d

[Lldb-commits] [lldb] 300dce9 - [lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)

2023-05-04 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-04T22:24:23-07:00 New Revision: 300dce986f656a2d787b8e882381f39746d2fc0a URL: https://github.com/llvm/llvm-project/commit/300dce986f656a2d787b8e882381f39746d2fc0a DIFF: https://github.com/llvm/llvm-project/commit/300dce986f656a2d787b8e882381f39746d2fc0a.d

[Lldb-commits] [lldb] a136148 - [lldb] Use Haswell instead of arm64 in TestUniversal64

2023-05-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-05T09:01:23-07:00 New Revision: a136148d8faa89d88820238d69855daeedbd8681 URL: https://github.com/llvm/llvm-project/commit/a136148d8faa89d88820238d69855daeedbd8681 DIFF: https://github.com/llvm/llvm-project/commit/a136148d8faa89d88820238d69855daeedbd8681.d

[Lldb-commits] [lldb] 0f9c08f - [lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)

2023-05-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-05T14:43:58-07:00 New Revision: 0f9c08f1b2ba23d6c4a4e542d3d2c5adf479d31f URL: https://github.com/llvm/llvm-project/commit/0f9c08f1b2ba23d6c4a4e542d3d2c5adf479d31f DIFF: https://github.com/llvm/llvm-project/commit/0f9c08f1b2ba23d6c4a4e542d3d2c5adf479d31f.d

[Lldb-commits] [lldb] 81f9c43 - [lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)

2023-05-05 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-05T14:43:59-07:00 New Revision: 81f9c4323bb5828d21ba5c5f3d593e94b00fb744 URL: https://github.com/llvm/llvm-project/commit/81f9c4323bb5828d21ba5c5f3d593e94b00fb744 DIFF: https://github.com/llvm/llvm-project/commit/81f9c4323bb5828d21ba5c5f3d593e94b00fb744.d

[Lldb-commits] [lldb] 3ebb336 - [lldb] Complete OptionValue cleanup (NFC)

2023-05-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-14T20:18:47-07:00 New Revision: 3ebb33632a1509450fdbc1fb6a21107a0a513072 URL: https://github.com/llvm/llvm-project/commit/3ebb33632a1509450fdbc1fb6a21107a0a513072 DIFF: https://github.com/llvm/llvm-project/commit/3ebb33632a1509450fdbc1fb6a21107a0a513072.d

[Lldb-commits] [lldb] bf76a6e - [lldb] Cleanup OptionValue header and implenentation (NFC)

2023-05-14 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-05-14T20:30:29-07:00 New Revision: bf76a6e44723b73940ca81c3b17077225b3c4118 URL: https://github.com/llvm/llvm-project/commit/bf76a6e44723b73940ca81c3b17077225b3c4118 DIFF: https://github.com/llvm/llvm-project/commit/bf76a6e44723b73940ca81c3b17077225b3c4118.d

<    13   14   15   16   17   18   19   20   21   22   >