[Lldb-commits] [lldb] c57ea1b - [lldb] Get lldb-server platform's --socket-file working again

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T10:29:06+02:00 New Revision: c57ea1b48f26caf7922bf434187e1c277f412550 URL: https://github.com/llvm/llvm-project/commit/c57ea1b48f26caf7922bf434187e1c277f412550 DIFF: https://github.com/llvm/llvm-project/commit/c57ea1b48f26caf7922bf434187e1c277f412550.dif

[Lldb-commits] [lldb] 867c347 - [lldb] Fix that log enable's -f parameter causes LLDB to crash when it can't open the log file

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T10:43:00+02:00 New Revision: 867c347c32e27825a649af1ca5ccf22c350d2b8c URL: https://github.com/llvm/llvm-project/commit/867c347c32e27825a649af1ca5ccf22c350d2b8c DIFF: https://github.com/llvm/llvm-project/commit/867c347c32e27825a649af1ca5ccf22c350d2b8c.dif

[Lldb-commits] [lldb] c2f9454 - [lldb] Add SBModule::GarbageCollectAllocatedModules and clear modules after each test run

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T11:00:19+02:00 New Revision: c2f9454a16e45e1df09d8ebed6dadbc0da264442 URL: https://github.com/llvm/llvm-project/commit/c2f9454a16e45e1df09d8ebed6dadbc0da264442 DIFF: https://github.com/llvm/llvm-project/commit/c2f9454a16e45e1df09d8ebed6dadbc0da264442.dif

[Lldb-commits] [lldb] 24c74f5 - [lldb] Don't delete orphaned shared modules in SBDebugger::DeleteTarget

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T11:30:56+02:00 New Revision: 24c74f5e8c2cf263dd84292ca5d33ee0890b48dd URL: https://github.com/llvm/llvm-project/commit/24c74f5e8c2cf263dd84292ca5d33ee0890b48dd DIFF: https://github.com/llvm/llvm-project/commit/24c74f5e8c2cf263dd84292ca5d33ee0890b48dd.dif

[Lldb-commits] [lldb] 6b97fa0 - [lldb] Remove OS-specific string from TestInvalidArgsLog

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T11:57:43+02:00 New Revision: 6b97fa0bfefea7d9028b899a92bc29ab9b133906 URL: https://github.com/llvm/llvm-project/commit/6b97fa0bfefea7d9028b899a92bc29ab9b133906 DIFF: https://github.com/llvm/llvm-project/commit/6b97fa0bfefea7d9028b899a92bc29ab9b133906.dif

[Lldb-commits] [lldb] cd2139a - [lldb][NFC] Use the proper type for the 'storage' parameter of CreateFunctionDeclaration

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T12:53:58+02:00 New Revision: cd2139a527f2d829bdde7877c992215f598e927b URL: https://github.com/llvm/llvm-project/commit/cd2139a527f2d829bdde7877c992215f598e927b DIFF: https://github.com/llvm/llvm-project/commit/cd2139a527f2d829bdde7877c992215f598e927b.dif

[Lldb-commits] [lldb] 42b9a68 - [lldb][NFC] Use expect_expr in more tests

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T13:14:57+02:00 New Revision: 42b9a683523628bfbb4f7447c0ca9607f3eee83f URL: https://github.com/llvm/llvm-project/commit/42b9a683523628bfbb4f7447c0ca9607f3eee83f DIFF: https://github.com/llvm/llvm-project/commit/42b9a683523628bfbb4f7447c0ca9607f3eee83f.dif

[Lldb-commits] [lldb] 7e6c437 - [lldb][NFC] Remove name parameter from CreateFunctionTemplateDecl

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T13:44:10+02:00 New Revision: 7e6c437fb413eb7ae102e8db869bb55a748411ff URL: https://github.com/llvm/llvm-project/commit/7e6c437fb413eb7ae102e8db869bb55a748411ff DIFF: https://github.com/llvm/llvm-project/commit/7e6c437fb413eb7ae102e8db869bb55a748411ff.dif

[Lldb-commits] [lldb] cfb773c - [lldb][NFC] Use StringRef in CreateFunctionDeclaration/GetDeclarationName

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T14:17:20+02:00 New Revision: cfb773c676236652f63f9ba031d6755d55f5d884 URL: https://github.com/llvm/llvm-project/commit/cfb773c676236652f63f9ba031d6755d55f5d884 DIFF: https://github.com/llvm/llvm-project/commit/cfb773c676236652f63f9ba031d6755d55f5d884.dif

[Lldb-commits] [lldb] f5f22f0 - [lldb] Skip TestSimulatorPlatform with sanitized builds

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T15:06:48+02:00 New Revision: f5f22f04481bec765ccaf6e400da24987a421c2e URL: https://github.com/llvm/llvm-project/commit/f5f22f04481bec765ccaf6e400da24987a421c2e DIFF: https://github.com/llvm/llvm-project/commit/f5f22f04481bec765ccaf6e400da24987a421c2e.dif

[Lldb-commits] [lldb] c6cc566 - [lldb] Use os.path.sep in TestInvalidArgsLog.py to fix Windows bot

2020-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-17T19:03:27+02:00 New Revision: c6cc566c8a95bb39c65f7b39649e804809fc8701 URL: https://github.com/llvm/llvm-project/commit/c6cc566c8a95bb39c65f7b39649e804809fc8701 DIFF: https://github.com/llvm/llvm-project/commit/c6cc566c8a95bb39c65f7b39649e804809fc8701.dif

[Lldb-commits] [lldb] c1b1868 - [lldb] Make error messages in TestQueues more helpfull

2020-08-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-19T13:30:31+02:00 New Revision: c1b1868f35bbb4d6e63515c00eb74d5aeac1aecc URL: https://github.com/llvm/llvm-project/commit/c1b1868f35bbb4d6e63515c00eb74d5aeac1aecc DIFF: https://github.com/llvm/llvm-project/commit/c1b1868f35bbb4d6e63515c00eb74d5aeac1aecc.dif

[Lldb-commits] [lldb] 22e63cb - [lldb] tab completion for breakpoint names

2020-08-20 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-20T20:56:34+02:00 New Revision: 22e63cba17e5e6266b9251e3fb7032b793143d09 URL: https://github.com/llvm/llvm-project/commit/22e63cba17e5e6266b9251e3fb7032b793143d09 DIFF: https://github.com/llvm/llvm-project/commit/22e63cba17e5e6266b9251e3fb7032b793143d09.diff L

[Lldb-commits] [lldb] e1cd7ca - [lldb] Tab completion for process load/unload

2020-08-21 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-21T10:36:39+02:00 New Revision: e1cd7cac8a36608616d515b64d12f2e86643970d URL: https://github.com/llvm/llvm-project/commit/e1cd7cac8a36608616d515b64d12f2e86643970d DIFF: https://github.com/llvm/llvm-project/commit/e1cd7cac8a36608616d515b64d12f2e86643970d.diff L

[Lldb-commits] [lldb] 19311f5 - [lldb] common completion for process pids and process names

2020-08-24 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-24T17:30:43+02:00 New Revision: 19311f5c3e9ada9d445e49feb7a2ae00ddaee2fa URL: https://github.com/llvm/llvm-project/commit/19311f5c3e9ada9d445e49feb7a2ae00ddaee2fa DIFF: https://github.com/llvm/llvm-project/commit/19311f5c3e9ada9d445e49feb7a2ae00ddaee2fa.diff L

[Lldb-commits] [lldb] 3cd8d7b - [lldb] Remote disk file/directory completion for platform commands

2020-08-24 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-24T17:55:54+02:00 New Revision: 3cd8d7b1727f06a701f41764c1109e5d321284b3 URL: https://github.com/llvm/llvm-project/commit/3cd8d7b1727f06a701f41764c1109e5d321284b3 DIFF: https://github.com/llvm/llvm-project/commit/3cd8d7b1727f06a701f41764c1109e5d321284b3.diff L

[Lldb-commits] [lldb] 188f1ac - [lldb] type category name common completion

2020-08-24 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-24T19:54:23+02:00 New Revision: 188f1ac301c5c6da6d2f5697952510fc39cbdd43 URL: https://github.com/llvm/llvm-project/commit/188f1ac301c5c6da6d2f5697952510fc39cbdd43 DIFF: https://github.com/llvm/llvm-project/commit/188f1ac301c5c6da6d2f5697952510fc39cbdd43.diff L

[Lldb-commits] [lldb] 2501e91 - [lldb] Don't depend on psutil in TestCompletion.py

2020-08-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-25T08:30:33+02:00 New Revision: 2501e911a5a174fc1a07a2a1ac687a2bf0f05ef3 URL: https://github.com/llvm/llvm-project/commit/2501e911a5a174fc1a07a2a1ac687a2bf0f05ef3 DIFF: https://github.com/llvm/llvm-project/commit/2501e911a5a174fc1a07a2a1ac687a2bf0f05ef3.dif

[Lldb-commits] [lldb] 7de7fe5 - [lldb] Don't ask for QOS_CLASS_UNSPECIFIED queue in TestQueues

2020-08-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-25T20:13:33+02:00 New Revision: 7de7fe5d0e3f7f4d28e1dde42df4a7defa564f11 URL: https://github.com/llvm/llvm-project/commit/7de7fe5d0e3f7f4d28e1dde42df4a7defa564f11 DIFF: https://github.com/llvm/llvm-project/commit/7de7fe5d0e3f7f4d28e1dde42df4a7defa564f11.dif

[Lldb-commits] [lldb] ef76686 - [lldb] Initialize reproducers in LocateSymbolFileTest

2020-08-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-25T20:26:43+02:00 New Revision: ef76686916d40f20c782ed3967130bd2e0105b31 URL: https://github.com/llvm/llvm-project/commit/ef76686916d40f20c782ed3967130bd2e0105b31 DIFF: https://github.com/llvm/llvm-project/commit/ef76686916d40f20c782ed3967130bd2e0105b31.dif

[Lldb-commits] [lldb] 7518006 - [lldb] XFAIL TestMemoryHistory on Linux

2020-08-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-26T10:24:13+02:00 New Revision: 7518006d75accd21325747430d6bced66b2c5ada URL: https://github.com/llvm/llvm-project/commit/7518006d75accd21325747430d6bced66b2c5ada DIFF: https://github.com/llvm/llvm-project/commit/7518006d75accd21325747430d6bced66b2c5ada.dif

[Lldb-commits] [lldb] 4a15f51 - [lldb][NFC] Simplify string literal in GDBRemoteCommunicationClient

2020-08-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-26T16:25:11+02:00 New Revision: 4a15f51a4f7726e12c327fa30e76d90a2b90430b URL: https://github.com/llvm/llvm-project/commit/4a15f51a4f7726e12c327fa30e76d90a2b90430b DIFF: https://github.com/llvm/llvm-project/commit/4a15f51a4f7726e12c327fa30e76d90a2b90430b.dif

[Lldb-commits] [lldb] 1c5a0cb - [lldb] Don't crash when LLDB can't extract the tsan report

2020-08-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-31T11:13:11+02:00 New Revision: 1c5a0cb1c3bffdae0d73acf8a23e31646b35c596 URL: https://github.com/llvm/llvm-project/commit/1c5a0cb1c3bffdae0d73acf8a23e31646b35c596 DIFF: https://github.com/llvm/llvm-project/commit/1c5a0cb1c3bffdae0d73acf8a23e31646b35c596.dif

[Lldb-commits] [lldb] b51321c - [lldb] Fix TestCompletion's pid completion failing randomly

2020-08-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-31T12:22:41+02:00 New Revision: b51321ccc894f6ed512c27cb43b1f04883d5ed0e URL: https://github.com/llvm/llvm-project/commit/b51321ccc894f6ed512c27cb43b1f04883d5ed0e DIFF: https://github.com/llvm/llvm-project/commit/b51321ccc894f6ed512c27cb43b1f04883d5ed0e.dif

[Lldb-commits] [lldb] da0d43d - [lldb][NFC] Remove trailing whitespace in TestCompletion

2020-08-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-08-31T12:24:25+02:00 New Revision: da0d43d90a4f931466ecdd9bc27c47fa45cc6c21 URL: https://github.com/llvm/llvm-project/commit/da0d43d90a4f931466ecdd9bc27c47fa45cc6c21 DIFF: https://github.com/llvm/llvm-project/commit/da0d43d90a4f931466ecdd9bc27c47fa45cc6c21.dif

[Lldb-commits] [lldb] 1cd99fe - [lldb] tab completion for class `CommandObjectTypeFormatterDelete`

2020-08-31 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-08-31T14:18:07+02:00 New Revision: 1cd99fe9d4166bbe72b0b935b40bbb41cdc0a6c8 URL: https://github.com/llvm/llvm-project/commit/1cd99fe9d4166bbe72b0b935b40bbb41cdc0a6c8 DIFF: https://github.com/llvm/llvm-project/commit/1cd99fe9d4166bbe72b0b935b40bbb41cdc0a6c8.diff L

[Lldb-commits] [lldb] 7c80f2d - Revert "[lldb] Add reproducer verifier"

2020-09-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-01T12:21:44+02:00 New Revision: 7c80f2da812e45bbdfa3c8f9ab24440f8ef3362a URL: https://github.com/llvm/llvm-project/commit/7c80f2da812e45bbdfa3c8f9ab24440f8ef3362a DIFF: https://github.com/llvm/llvm-project/commit/7c80f2da812e45bbdfa3c8f9ab24440f8ef3362a.dif

[Lldb-commits] [lldb] f0699d9 - [debugserver] Fix that debugserver's stop reply packets always return signal code 0

2020-09-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-03T09:47:03+02:00 New Revision: f0699d9109143754088c26604c58f5ab3e9d4678 URL: https://github.com/llvm/llvm-project/commit/f0699d9109143754088c26604c58f5ab3e9d4678 DIFF: https://github.com/llvm/llvm-project/commit/f0699d9109143754088c26604c58f5ab3e9d4678.dif

[Lldb-commits] [lldb] e123959 - [lldb] Remove debugserver specific string from TestAbortExitCode check

2020-09-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-03T10:03:02+02:00 New Revision: e123959e94716ef6b5942060ac5934f696eaa3d3 URL: https://github.com/llvm/llvm-project/commit/e123959e94716ef6b5942060ac5934f696eaa3d3 DIFF: https://github.com/llvm/llvm-project/commit/e123959e94716ef6b5942060ac5934f696eaa3d3.dif

[Lldb-commits] [lldb] 5b354d2 - [lldb] Make symbol list output from `image dump symtab` not depend on internal ordering of DenseMap

2020-09-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-03T10:27:19+02:00 New Revision: 5b354d204d0952a6dd39e41fb41b51414bff5f0b URL: https://github.com/llvm/llvm-project/commit/5b354d204d0952a6dd39e41fb41b51414bff5f0b DIFF: https://github.com/llvm/llvm-project/commit/5b354d204d0952a6dd39e41fb41b51414bff5f0b.dif

[Lldb-commits] [lldb] bdc4c0b - Revert "[lldb] avoid assert in threadsanitizer tests on linux"

2020-09-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-04T09:30:56+02:00 New Revision: bdc4c0bc5c5e522aa770363fa6f50a3d5a5eadc2 URL: https://github.com/llvm/llvm-project/commit/bdc4c0bc5c5e522aa770363fa6f50a3d5a5eadc2 DIFF: https://github.com/llvm/llvm-project/commit/bdc4c0bc5c5e522aa770363fa6f50a3d5a5eadc2.dif

[Lldb-commits] [lldb] f9ad112 - [lldb] Speed up TestValueObjectRecursion by making it a no_debug_info_test

2020-09-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-04T11:25:43+02:00 New Revision: f9ad112770ece2e3612ddcdd6a4157bc0b0faf31 URL: https://github.com/llvm/llvm-project/commit/f9ad112770ece2e3612ddcdd6a4157bc0b0faf31 DIFF: https://github.com/llvm/llvm-project/commit/f9ad112770ece2e3612ddcdd6a4157bc0b0faf31.dif

[Lldb-commits] [lldb] 101f37a - [lldb][NFC] Rewrite CPP11EnumTypes test to make it faster

2020-09-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-04T13:45:42+02:00 New Revision: 101f37a1b330e3f0ae57762db47bba28f72cf50d URL: https://github.com/llvm/llvm-project/commit/101f37a1b330e3f0ae57762db47bba28f72cf50d DIFF: https://github.com/llvm/llvm-project/commit/101f37a1b330e3f0ae57762db47bba28f72cf50d.dif

[Lldb-commits] [lldb] 4e4a3fe - [lldb][doc] Mention python3-dev instead of python2.7-dev in build docs

2020-09-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-09T09:31:27+02:00 New Revision: 4e4a3feecdb6bd56483b9c6ba9116609c20588aa URL: https://github.com/llvm/llvm-project/commit/4e4a3feecdb6bd56483b9c6ba9116609c20588aa DIFF: https://github.com/llvm/llvm-project/commit/4e4a3feecdb6bd56483b9c6ba9116609c20588aa.dif

[Lldb-commits] [lldb] 32c8da4 - [lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when trying to complete a forward decl

2020-09-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-09T10:05:57+02:00 New Revision: 32c8da41dc0cb99651823a1a21130c2cbdf688e1 URL: https://github.com/llvm/llvm-project/commit/32c8da41dc0cb99651823a1a21130c2cbdf688e1 DIFF: https://github.com/llvm/llvm-project/commit/32c8da41dc0cb99651823a1a21130c2cbdf688e1.dif

[Lldb-commits] [lldb] 7866b91 - [lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks for the same target decl

2020-09-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-09T10:31:39+02:00 New Revision: 7866b91405693df5b4cf6ba770b3a92d48b0c508 URL: https://github.com/llvm/llvm-project/commit/7866b91405693df5b4cf6ba770b3a92d48b0c508 DIFF: https://github.com/llvm/llvm-project/commit/7866b91405693df5b4cf6ba770b3a92d48b0c508.dif

[Lldb-commits] [lldb] b852225 - [lldb] Enable std::pair in CxxModuleHandler

2020-09-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-09T10:49:53+02:00 New Revision: b85222520f861a1812f991d6bd65950dda22f31b URL: https://github.com/llvm/llvm-project/commit/b85222520f861a1812f991d6bd65950dda22f31b DIFF: https://github.com/llvm/llvm-project/commit/b85222520f861a1812f991d6bd65950dda22f31b.dif

[Lldb-commits] [lldb] b5e49e9 - [lldb] Ignore certain Clang type sugar when creating the type name

2020-09-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-22T13:37:20+02:00 New Revision: b5e49e91cb90eda1f926139c8567e27f1b664cc1 URL: https://github.com/llvm/llvm-project/commit/b5e49e91cb90eda1f926139c8567e27f1b664cc1 DIFF: https://github.com/llvm/llvm-project/commit/b5e49e91cb90eda1f926139c8567e27f1b664cc1.dif

[Lldb-commits] [lldb] ef7d22a - Revert "[lldb] XFAIL TestMemoryHistory on Linux"

2020-09-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-22T21:13:44+02:00 New Revision: ef7d22a98683ce98b6a2c4d0818d2d9978d42861 URL: https://github.com/llvm/llvm-project/commit/ef7d22a98683ce98b6a2c4d0818d2d9978d42861 DIFF: https://github.com/llvm/llvm-project/commit/ef7d22a98683ce98b6a2c4d0818d2d9978d42861.dif

[Lldb-commits] [lldb] e779427 - Fix MIPS and MIPS64 ABI to use ConstString in their register info arrays.

2020-09-27 Thread Raphael Isemann via lldb-commits
Author: Tatsuo Nomura Date: 2020-09-27T12:36:09+02:00 New Revision: e779427757f233ef7bbb381289c63f2399ecca92 URL: https://github.com/llvm/llvm-project/commit/e779427757f233ef7bbb381289c63f2399ecca92 DIFF: https://github.com/llvm/llvm-project/commit/e779427757f233ef7bbb381289c63f2399ecca92.diff

[Lldb-commits] [lldb] 070a1d5 - [lldb] Remove nothreadallow from SWIG's __str__ wrappers to work around a Python>=3.7 crash

2020-09-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-28T10:10:34+02:00 New Revision: 070a1d562b303e564e40d831f6dc125793e19b38 URL: https://github.com/llvm/llvm-project/commit/070a1d562b303e564e40d831f6dc125793e19b38 DIFF: https://github.com/llvm/llvm-project/commit/070a1d562b303e564e40d831f6dc125793e19b38.dif

[Lldb-commits] [lldb] cabee89 - [lldb] Reference STL types in import-std-module tests

2020-09-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-28T10:37:03+02:00 New Revision: cabee89bed69ce37c9e588f9190ed9c33f6bfdee URL: https://github.com/llvm/llvm-project/commit/cabee89bed69ce37c9e588f9190ed9c33f6bfdee DIFF: https://github.com/llvm/llvm-project/commit/cabee89bed69ce37c9e588f9190ed9c33f6bfdee.dif

[Lldb-commits] [lldb] 0b44bb8 - [lldb][NFC] Minor cleanup in CxxModuleHandler::tryInstantiateStdTemplate

2020-09-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-09-28T13:03:45+02:00 New Revision: 0b44bb8d40af9c634203a778fe34a9a4459d288f URL: https://github.com/llvm/llvm-project/commit/0b44bb8d40af9c634203a778fe34a9a4459d288f DIFF: https://github.com/llvm/llvm-project/commit/0b44bb8d40af9c634203a778fe34a9a4459d288f.dif

[Lldb-commits] [lldb] b272250 - [lldb] Skip the flakey part of TestStopHookScripted on Linux

2020-10-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-01T14:24:38+02:00 New Revision: b272250221595b14c32db6721a0ae4e5f17ea4d2 URL: https://github.com/llvm/llvm-project/commit/b272250221595b14c32db6721a0ae4e5f17ea4d2 DIFF: https://github.com/llvm/llvm-project/commit/b272250221595b14c32db6721a0ae4e5f17ea4d2.dif

[Lldb-commits] [lldb] cccb7cf - [lldb] Add missing import for LLDB test decorators to TestStopHookScripted

2020-10-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-01T14:33:13+02:00 New Revision: cccb7cf1a52f38182f56d947bd609027726c778b URL: https://github.com/llvm/llvm-project/commit/cccb7cf1a52f38182f56d947bd609027726c778b DIFF: https://github.com/llvm/llvm-project/commit/cccb7cf1a52f38182f56d947bd609027726c778b.dif

[Lldb-commits] [lldb] 15ea45f - [lldb] Skip unique_ptr import-std-module tests on Linux

2020-10-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-01T23:04:36+02:00 New Revision: 15ea45f16b261521e3251b4ff0bceaadf31a4515 URL: https://github.com/llvm/llvm-project/commit/15ea45f16b261521e3251b4ff0bceaadf31a4515 DIFF: https://github.com/llvm/llvm-project/commit/15ea45f16b261521e3251b4ff0bceaadf31a4515.dif

[Lldb-commits] [lldb] ce4d15f - [lldb] Symlink the Clang resource directory to the LLDB build directory in standalone builds

2020-10-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-06T09:28:39+02:00 New Revision: ce4d15fe142eb0e0ed7c998a73b13e7bee45d99e URL: https://github.com/llvm/llvm-project/commit/ce4d15fe142eb0e0ed7c998a73b13e7bee45d99e DIFF: https://github.com/llvm/llvm-project/commit/ce4d15fe142eb0e0ed7c998a73b13e7bee45d99e.dif

[Lldb-commits] [lldb] f4f4d54 - [lldb] Fill Watch/AppleTV simulator gaps in PlatformDarwin

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T15:06:41+02:00 New Revision: f4f4d54ae0d8971e67fd64e10d700804105b720c URL: https://github.com/llvm/llvm-project/commit/f4f4d54ae0d8971e67fd64e10d700804105b720c DIFF: https://github.com/llvm/llvm-project/commit/f4f4d54ae0d8971e67fd64e10d700804105b720c.dif

[Lldb-commits] [lldb] 480c440 - [lldb] Don't let dotest silently fall back to default SDK if the specified one can't be found

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T15:07:45+02:00 New Revision: 480c440f9a3cf3434355f24217cfa430dc1cabda URL: https://github.com/llvm/llvm-project/commit/480c440f9a3cf3434355f24217cfa430dc1cabda DIFF: https://github.com/llvm/llvm-project/commit/480c440f9a3cf3434355f24217cfa430dc1cabda.dif

[Lldb-commits] [lldb] dfc7243 - [lldb] Don't add no-sandbox entitlement when running tests on simulator

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T15:08:46+02:00 New Revision: dfc72439529c49e8bfeab9d604b1aa1cac7d89e8 URL: https://github.com/llvm/llvm-project/commit/dfc72439529c49e8bfeab9d604b1aa1cac7d89e8 DIFF: https://github.com/llvm/llvm-project/commit/dfc72439529c49e8bfeab9d604b1aa1cac7d89e8.dif

[Lldb-commits] [lldb] ef733d9 - [lldb] Add targets for running test suite against Watch/TV/iPhone simulators

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T17:07:46+02:00 New Revision: ef733d9df486884aa33de9f5a9f6bade4e70f187 URL: https://github.com/llvm/llvm-project/commit/ef733d9df486884aa33de9f5a9f6bade4e70f187 DIFF: https://github.com/llvm/llvm-project/commit/ef733d9df486884aa33de9f5a9f6bade4e70f187.dif

[Lldb-commits] [lldb] 4cd873c - [lldb][NFC] Remove property predicate matcher

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T17:09:27+02:00 New Revision: 4cd873c4bd7ff66d4af2bf5e57c27e6924bfc92a URL: https://github.com/llvm/llvm-project/commit/4cd873c4bd7ff66d4af2bf5e57c27e6924bfc92a DIFF: https://github.com/llvm/llvm-project/commit/4cd873c4bd7ff66d4af2bf5e57c27e6924bfc92a.dif

[Lldb-commits] [lldb] 24e0757 - [lldb] Remove all the RegisterInfo name constification code

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T17:10:29+02:00 New Revision: 24e07570cc928b75e894b81639cabe96c660ccef URL: https://github.com/llvm/llvm-project/commit/24e07570cc928b75e894b81639cabe96c660ccef DIFF: https://github.com/llvm/llvm-project/commit/24e07570cc928b75e894b81639cabe96c660ccef.dif

[Lldb-commits] [lldb] 02114e1 - [lldb] Allow limiting the number of error diagnostics when parsing an expression

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T17:12:43+02:00 New Revision: 02114e15daad7f02e65289412d37334618386ce5 URL: https://github.com/llvm/llvm-project/commit/02114e15daad7f02e65289412d37334618386ce5 DIFF: https://github.com/llvm/llvm-project/commit/02114e15daad7f02e65289412d37334618386ce5.dif

[Lldb-commits] [lldb] 6733b25 - [lldb][cmake] Remove custom logic for finding VCS file to fix LLDB's VCSVersion.inc generation

2020-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-13T17:14:43+02:00 New Revision: 6733b2544794f2703f19f07aa7c6806408e36160 URL: https://github.com/llvm/llvm-project/commit/6733b2544794f2703f19f07aa7c6806408e36160 DIFF: https://github.com/llvm/llvm-project/commit/6733b2544794f2703f19f07aa7c6806408e36160.dif

[Lldb-commits] [lldb] cb81e66 - [lldb] Reject redefinitions of persistent variables

2020-10-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-14T10:24:35+02:00 New Revision: cb81e662a58908913f342520e4c010564a68126a URL: https://github.com/llvm/llvm-project/commit/cb81e662a58908913f342520e4c010564a68126a DIFF: https://github.com/llvm/llvm-project/commit/cb81e662a58908913f342520e4c010564a68126a.dif

[Lldb-commits] [lldb] 82ed186 - [lldb] Explicitly test the template argument SB API

2020-10-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-10-15T11:17:43+02:00 New Revision: 82ed18601dbc816e1f64407a926602f95bbeda32 URL: https://github.com/llvm/llvm-project/commit/82ed18601dbc816e1f64407a926602f95bbeda32 DIFF: https://github.com/llvm/llvm-project/commit/82ed18601dbc816e1f64407a926602f95bbeda32.dif

[Lldb-commits] [lldb] r373193 - [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMerger

2019-09-30 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Mon Sep 30 01:52:16 2019 New Revision: 373193 URL: http://llvm.org/viewvc/llvm-project?rev=373193&view=rev Log: [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMerger Summary: The ExternalASTMerger should use the ASTImporterSharedState. This all

[Lldb-commits] [lldb] r373194 - [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser

2019-09-30 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Mon Sep 30 02:00:23 2019 New Revision: 373194 URL: http://llvm.org/viewvc/llvm-project?rev=373194&view=rev Log: [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser This somehow caused that 'frame select X' ends up being inte

[Lldb-commits] [lldb] r373201 - [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser

2019-09-30 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Mon Sep 30 05:49:32 2019 New Revision: 373201 URL: http://llvm.org/viewvc/llvm-project?rev=373201&view=rev Log: [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser The problem with r370734 was that it removed the code for resetting

[Lldb-commits] [lldb] r373206 - [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}

2019-09-30 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Mon Sep 30 06:08:08 2019 New Revision: 373206 URL: http://llvm.org/viewvc/llvm-project?rev=373206&view=rev Log: [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {} This was originally a 'do { ... } while (false);' like in the rest of the function, but the do

[Lldb-commits] [lldb] r373312 - [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 02:02:05 2019 New Revision: 373312 URL: http://llvm.org/viewvc/llvm-project?rev=373312&view=rev Log: [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource NFC preparation work for upcoming ExternalASTMerger patches. Modified: lldb/trunk/source/Pl

[Lldb-commits] [lldb] r373329 - [lldb][NFC] Modernize ClangASTContext constructor

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 05:28:14 2019 New Revision: 373329 URL: http://llvm.org/viewvc/llvm-project?rev=373329&view=rev Log: [lldb][NFC] Modernize ClangASTContext constructor Now using default initializers and StringRef. Also formats the member list that we excluded from clang-format

[Lldb-commits] [lldb] r373330 - [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after construction.

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 05:55:37 2019 New Revision: 373330 URL: http://llvm.org/viewvc/llvm-project?rev=373330&view=rev Log: [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after construction. We have no use case in LLDB where we actually do want to change the ASTCo

[Lldb-commits] [lldb] r373334 - [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the ExternalASTSource

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 06:05:57 2019 New Revision: 373334 URL: http://llvm.org/viewvc/llvm-project?rev=373334&view=rev Log: [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the ExternalASTSource Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h

[Lldb-commits] [lldb] r373337 - [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorage

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 06:25:25 2019 New Revision: 373337 URL: http://llvm.org/viewvc/llvm-project?rev=373337&view=rev Log: [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorage This code isn't used nor tested. Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h

[Lldb-commits] [lldb] r373339 - [lldb][NFC] Mark ClangASTContext constructor as explicit

2019-10-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Tue Oct 1 06:45:06 2019 New Revision: 373339 URL: http://llvm.org/viewvc/llvm-project?rev=373339&view=rev Log: [lldb][NFC] Mark ClangASTContext constructor as explicit Given that we can implicitly construct a ClangASTContext from any string, we should really mark this as

[Lldb-commits] [lldb] r373457 - [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.

2019-10-02 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Wed Oct 2 05:26:08 2019 New Revision: 373457 URL: http://llvm.org/viewvc/llvm-project?rev=373457&view=rev Log: [lldb][NFC] Create the ASTContext in ClangASTContext exactly once. Reason for this patch is the Ssame reason as for the previous patches: Having a ClangASTContex

[Lldb-commits] [lldb] r373460 - [lldb][NFC] Remove ClangASTContext::Clear

2019-10-02 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Wed Oct 2 05:38:04 2019 New Revision: 373460 URL: http://llvm.org/viewvc/llvm-project?rev=373460&view=rev Log: [lldb][NFC] Remove ClangASTContext::Clear We now only use this function directly after initialization. As Clear() resets the ASTContext back to its initial state

[Lldb-commits] [lldb] r373470 - [lldb] Fix evaluation of nested classes with parent from other CU

2019-10-02 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Wed Oct 2 06:46:17 2019 New Revision: 373470 URL: http://llvm.org/viewvc/llvm-project?rev=373470&view=rev Log: [lldb] Fix evaluation of nested classes with parent from other CU This makes sure that we associate DIEs that are imported from other CUs with the appropriate d

[Lldb-commits] [lldb] r373711 - [lldb][modern-type-lookup] No longer import temporary declarations into the persistent AST

2019-10-04 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 4 01:26:17 2019 New Revision: 373711 URL: http://llvm.org/viewvc/llvm-project?rev=373711&view=rev Log: [lldb][modern-type-lookup] No longer import temporary declarations into the persistent AST Summary: As we figured out in D67803, importing declarations from a t

[Lldb-commits] [lldb] r373723 - [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c

2019-10-04 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 4 02:52:26 2019 New Revision: 373723 URL: http://llvm.org/viewvc/llvm-project?rev=373723&view=rev Log: [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c Summary: We mark debugserver_vers.c as a generated file in CMake. This means that w

[Lldb-commits] [lldb] r373725 - [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent

2019-10-04 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 4 02:54:58 2019 New Revision: 373725 URL: http://llvm.org/viewvc/llvm-project?rev=373725&view=rev Log: [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent Summary: We should get the TargetAPI lock here to prevent the process of being destro

Re: [Lldb-commits] [lldb] r371882 - Fix error in ProcessLauncherWindows.cpp

2019-10-04 Thread Raphael Isemann via lldb-commits
Thanks! > On Sep 13, 2019, at 8:50 PM, Adrian McCarthy via lldb-commits > wrote: > > Author: amccarth > Date: Fri Sep 13 11:50:39 2019 > New Revision: 371882 > > URL: http://llvm.org/viewvc/llvm-project?rev=371882&view=rev > Log: > Fix error in ProcessLauncherWindows.cpp > > Restored missing

Re: [Lldb-commits] [PATCH] D68140: [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMerger

2019-10-04 Thread Raphael Isemann via lldb-commits
Thanks! Fixed in r373327. - Raphael > On 1. Oct 2019, at 13:15, Peter Smith via Phabricator > wrote: > > peter.smith added a comment. > > This change has broken a test in the Arm and AArch64 buildbots. > Specificallyclang/test/Import/cxx-anon-namespace/test.cpp For example > (http://lab.llvm

[Lldb-commits] [lldb] r374145 - [lldb] Don't crash when the ASTImporter produces diagnostics but instead log them.

2019-10-09 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Wed Oct 9 01:30:06 2019 New Revision: 374145 URL: http://llvm.org/viewvc/llvm-project?rev=374145&view=rev Log: [lldb] Don't crash when the ASTImporter produces diagnostics but instead log them. When playing with the C++ module prototype I noticed I can get LLDB to crash

[Lldb-commits] [lldb] r374289 - [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 01:30:10 2019 New Revision: 374289 URL: http://llvm.org/viewvc/llvm-project?rev=374289&view=rev Log: [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership Modified: lldb/trunk/include/lldb/Expression/DiagnosticManager.h lldb/trunk/source/E

[Lldb-commits] [lldb] r374307 - [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfiguration

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 03:56:12 2019 New Revision: 374307 URL: http://llvm.org/viewvc/llvm-project?rev=374307&view=rev Log: [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfiguration Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/CppModuleConfigurati

[Lldb-commits] [lldb] r374311 - [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test that function.

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 04:15:38 2019 New Revision: 374311 URL: http://llvm.org/viewvc/llvm-project?rev=374311&view=rev Log: [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test that function. Summary: The `if (*cstr_end == '\0')` in the previous code checked if t

[Lldb-commits] [lldb] r374313 - [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 04:26:51 2019 New Revision: 374313 URL: http://llvm.org/viewvc/llvm-project?rev=374313&view=rev Log: [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback Summary: The SearchCallback has a bool parameter that we always set to false, we never u

[Lldb-commits] [lldb] r374335 - [lldb] Make sure import-std-module/sysroot actually passes for the right reasons

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 05:57:14 2019 New Revision: 374335 URL: http://llvm.org/viewvc/llvm-project?rev=374335&view=rev Log: [lldb] Make sure import-std-module/sysroot actually passes for the right reasons This test was previously passing because myabs was actually emitted into the deb

[Lldb-commits] [lldb] r374350 - [lldb] Add log output for the support files we pass to the CppModuleConfiguration

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 06:43:37 2019 New Revision: 374350 URL: http://llvm.org/viewvc/llvm-project?rev=374350&view=rev Log: [lldb] Add log output for the support files we pass to the CppModuleConfiguration CppModuleConfiguration is the most likely point of failure when we have weird

[Lldb-commits] [lldb] r374352 - [lldb] Fix minidebuginfo-set-and-hit-breakpoint.test

2019-10-10 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 10 07:00:32 2019 New Revision: 374352 URL: http://llvm.org/viewvc/llvm-project?rev=374352&view=rev Log: [lldb] Fix minidebuginfo-set-and-hit-breakpoint.test This was failing for me because of this error: llvm-objcopy: error: 'build/tools/lldb/test/ObjectFile/ELF/O

[Lldb-commits] [lldb] r374525 - [lldb] Fix crash in CxxModuleHandler when std module is empty

2019-10-11 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 11 01:42:22 2019 New Revision: 374525 URL: http://llvm.org/viewvc/llvm-project?rev=374525&view=rev Log: [lldb] Fix crash in CxxModuleHandler when std module is empty We currently don't handle the error in the Expected we get when searching for an equal local DeclCo

[Lldb-commits] [lldb] r374572 - [lldb] Add import-std-module/sysroot to the libc++ test category.

2019-10-11 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 11 10:17:58 2019 New Revision: 374572 URL: http://llvm.org/viewvc/llvm-project?rev=374572&view=rev Log: [lldb] Add import-std-module/sysroot to the libc++ test category. We essentially test libc++ in a sysroot here so let's make sure that we actually only run this

[Lldb-commits] [lldb] r374574 - [lldb] Mark import-std-module/empty-module as libc++ test

2019-10-11 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Fri Oct 11 10:34:44 2019 New Revision: 374574 URL: http://llvm.org/viewvc/llvm-project?rev=374574&view=rev Log: [lldb] Mark import-std-module/empty-module as libc++ test Same as with the import-std-module/sysroot test before. Modified: lldb/trunk/packages/Python/lldb

[Lldb-commits] [lldb] r375062 - Revert "make ConstString allocate memory in non-tiny chunks"

2019-10-16 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Wed Oct 16 17:02:32 2019 New Revision: 375062 URL: http://llvm.org/viewvc/llvm-project?rev=375062&view=rev Log: Revert "make ConstString allocate memory in non-tiny chunks" As discussed in https://reviews.llvm.org/D68549, the actual issue here seems to be that the BumpPtrA

[Lldb-commits] [lldb] r375151 - [lldb] Don't emit artificial constructor declarations as global functions

2019-10-17 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 17 11:16:50 2019 New Revision: 375151 URL: http://llvm.org/viewvc/llvm-project?rev=375151&view=rev Log: [lldb] Don't emit artificial constructor declarations as global functions Summary: When we have a artificial constructor DIE, we currently create from that a gl

[Lldb-commits] [lldb] r375173 - [lldb] X-fail tests that use constructors in expressions on Windows

2019-10-17 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 17 14:27:26 2019 New Revision: 375173 URL: http://llvm.org/viewvc/llvm-project?rev=375173&view=rev Log: [lldb] X-fail tests that use constructors in expressions on Windows These tests were testing a bug related to constructors. It seems that on Windows the expressi

[Lldb-commits] [lldb] r375187 - [lldb][NFC] Fix typo in DWARFASTParserClang.cpp

2019-10-17 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Thu Oct 17 16:11:32 2019 New Revision: 375187 URL: http://llvm.org/viewvc/llvm-project?rev=375187&view=rev Log: [lldb][NFC] Fix typo in DWARFASTParserClang.cpp Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp Modified: lldb/trunk/source/Plu

[Lldb-commits] [lldb] 5c28d49 - [lldb][NFC] Remove wrong tests in TestCallOverriddenMethod

2019-10-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-10-18T19:18:41Z New Revision: 5c28d49314c7bb84f08c9db3acd5ff64e1c4bc2d URL: https://github.com/llvm/llvm-project/commit/5c28d49314c7bb84f08c9db3acd5ff64e1c4bc2d DIFF: https://github.com/llvm/llvm-project/commit/5c28d49314c7bb84f08c9db3acd5ff64e1c4bc2d.diff

[Lldb-commits] [lldb] 7a79e10 - [lldb] Add test for executing static initializers in expression command

2019-10-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-10-21T16:07:45Z New Revision: 7a79e10a82e0d5f84385566493823959dc1697b3 URL: https://github.com/llvm/llvm-project/commit/7a79e10a82e0d5f84385566493823959dc1697b3 DIFF: https://github.com/llvm/llvm-project/commit/7a79e10a82e0d5f84385566493823959dc1697b3.diff LO

[Lldb-commits] [lldb] d01fd2f - [lldb] Add nodebug attribute to import-std-module/sysroot test

2019-10-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-10-23T09:26:57-07:00 New Revision: d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c URL: https://github.com/llvm/llvm-project/commit/d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c DIFF: https://github.com/llvm/llvm-project/commit/d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c.dif

[Lldb-commits] [lldb] 3011c7e - [lldb][NFC] Make LLVMUserExpression::DoExecute return early

2019-10-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-10-29T15:38:35+01:00 New Revision: 3011c7eb31c58526066841e84e7f0a6b9b733b57 URL: https://github.com/llvm/llvm-project/commit/3011c7eb31c58526066841e84e7f0a6b9b733b57 DIFF: https://github.com/llvm/llvm-project/commit/3011c7eb31c58526066841e84e7f0a6b9b733b57.dif

[Lldb-commits] [lldb] 80bf88d - [lldb] Add trailing dots to comments in Value.cpp

2019-11-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T08:35:56+01:00 New Revision: 80bf88d8bc892548aa59286306b6a1d9072a9f7a URL: https://github.com/llvm/llvm-project/commit/80bf88d8bc892548aa59286306b6a1d9072a9f7a DIFF: https://github.com/llvm/llvm-project/commit/80bf88d8bc892548aa59286306b6a1d9072a9f7a.dif

[Lldb-commits] [lldb] ae10661 - [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible.

2019-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T09:05:24+01:00 New Revision: ae10661a8121558679463a57dd8661c81895f3ff URL: https://github.com/llvm/llvm-project/commit/ae10661a8121558679463a57dd8661c81895f3ff DIFF: https://github.com/llvm/llvm-project/commit/ae10661a8121558679463a57dd8661c81895f3ff.dif

[Lldb-commits] [lldb] df12a75 - [lldb] Also disable de-registration of EHFrames in IRExecutionUnit

2019-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T09:23:37+01:00 New Revision: df12a75a19682cfeee12c38ae5113043dddffda8 URL: https://github.com/llvm/llvm-project/commit/df12a75a19682cfeee12c38ae5113043dddffda8 DIFF: https://github.com/llvm/llvm-project/commit/df12a75a19682cfeee12c38ae5113043dddffda8.dif

[Lldb-commits] [lldb] 848007c - [lldb][NFC] Make test/python_api/module_section test smaller

2019-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T09:25:01+01:00 New Revision: 848007cfbc7509543c5b8604ae063bb6c8ffa0a9 URL: https://github.com/llvm/llvm-project/commit/848007cfbc7509543c5b8604ae063bb6c8ffa0a9 DIFF: https://github.com/llvm/llvm-project/commit/848007cfbc7509543c5b8604ae063bb6c8ffa0a9.dif

[Lldb-commits] [lldb] 25b486a - [lldb][NFC] Remove unused ExpressionParser::Parse

2019-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T11:12:27+01:00 New Revision: 25b486ac4f335fc51240888d6cfbc9c3c211536a URL: https://github.com/llvm/llvm-project/commit/25b486ac4f335fc51240888d6cfbc9c3c211536a DIFF: https://github.com/llvm/llvm-project/commit/25b486ac4f335fc51240888d6cfbc9c3c211536a.dif

[Lldb-commits] [lldb] bc728d5 - [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind

2019-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-04T11:14:29+01:00 New Revision: bc728d584242946ba59d6bea0cf8c749dcf07248 URL: https://github.com/llvm/llvm-project/commit/bc728d584242946ba59d6bea0cf8c749dcf07248 DIFF: https://github.com/llvm/llvm-project/commit/bc728d584242946ba59d6bea0cf8c749dcf07248.dif

<    1   2   3   4   5   6   7   8   9   10   >