[Lldb-commits] [lldb] f2f3b1a - [lldb] Do not deallocate memory after exec

2023-01-11 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2023-01-11T12:33:41-08:00 New Revision: f2f3b1a87ad294433986683864f75575c3a81779 URL: https://github.com/llvm/llvm-project/commit/f2f3b1a87ad294433986683864f75575c3a81779 DIFF: https://github.com/llvm/llvm-project/commit/f2f3b1a87ad294433986683864f75575c3a81779.diff

[Lldb-commits] [lldb] 58d38b3 - [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone builds

2022-11-18 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-11-18T09:05:08-08:00 New Revision: 58d38b3ff8c3c4dd816d2047acf65fa97c0b6fb8 URL: https://github.com/llvm/llvm-project/commit/58d38b3ff8c3c4dd816d2047acf65fa97c0b6fb8 DIFF: https://github.com/llvm/llvm-project/commit/58d38b3ff8c3c4dd816d2047acf65fa97c0b6fb8.diff

[Lldb-commits] [lldb] 13cd390 - [lldb] Add information on type systems to statistics dump command

2022-11-02 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-11-02T10:45:56-07:00 New Revision: 13cd39017de07a116c8901904fd4cf7aa290a47c URL: https://github.com/llvm/llvm-project/commit/13cd39017de07a116c8901904fd4cf7aa290a47c DIFF: https://github.com/llvm/llvm-project/commit/13cd39017de07a116c8901904fd4cf7aa290a47c.diff

[Lldb-commits] [lldb] 0cfa501 - [LLDB] Only run lldb-server Shell tests if it gets built

2022-10-14 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-10-14T12:00:57-07:00 New Revision: 0cfa50154a47eb65de5bc687f6565625f556edc8 URL: https://github.com/llvm/llvm-project/commit/0cfa50154a47eb65de5bc687f6565625f556edc8 DIFF: https://github.com/llvm/llvm-project/commit/0cfa50154a47eb65de5bc687f6565625f556edc8.diff

[Lldb-commits] [lldb] 5fff4b7 - [lldb] Pass TestExternCSymbols.py on Windows

2022-08-08 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-08-08T11:01:16-07:00 New Revision: 5fff4b75ca0d72759f7ded4c96fc5493d917a3a9 URL: https://github.com/llvm/llvm-project/commit/5fff4b75ca0d72759f7ded4c96fc5493d917a3a9 DIFF: https://github.com/llvm/llvm-project/commit/5fff4b75ca0d72759f7ded4c96fc5493d917a3a9.diff

[Lldb-commits] [lldb] 1d2a62a - Re-submit "[lldb] Filter DIEs based on qualified name where possible"

2022-08-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-08-04T15:52:27-07:00 New Revision: 1d2a62afaf7561e331e2f3daf3937d14225b21bf URL: https://github.com/llvm/llvm-project/commit/1d2a62afaf7561e331e2f3daf3937d14225b21bf DIFF: https://github.com/llvm/llvm-project/commit/1d2a62afaf7561e331e2f3daf3937d14225b21bf.diff

[Lldb-commits] [lldb] 967df65 - Revert "[lldb] Filter DIEs based on qualified name where possible"

2022-08-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-08-04T11:52:30-07:00 New Revision: 967df65a3610f98a3bc0ec0f2303641d7bad176c URL: https://github.com/llvm/llvm-project/commit/967df65a3610f98a3bc0ec0f2303641d7bad176c DIFF: https://github.com/llvm/llvm-project/commit/967df65a3610f98a3bc0ec0f2303641d7bad176c.diff

[Lldb-commits] [lldb] befa77e - [lldb] Filter DIEs based on qualified name where possible

2022-08-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-08-04T11:18:08-07:00 New Revision: befa77e59a7760d8c4fdd177b234e4a59500f61c URL: https://github.com/llvm/llvm-project/commit/befa77e59a7760d8c4fdd177b234e4a59500f61c DIFF: https://github.com/llvm/llvm-project/commit/befa77e59a7760d8c4fdd177b234e4a59500f61c.diff

[Lldb-commits] [lldb] ef5510d - [NFC][lldb] Correct Module::FindFunctions documentation

2022-06-27 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2022-06-27T12:33:05-07:00 New Revision: ef5510d81b64fa64a75b9c9c024d7c0f6cb8e241 URL: https://github.com/llvm/llvm-project/commit/ef5510d81b64fa64a75b9c9c024d7c0f6cb8e241 DIFF: https://github.com/llvm/llvm-project/commit/ef5510d81b64fa64a75b9c9c024d7c0f6cb8e241.diff

[Lldb-commits] [lldb] ac33e65 - [lldb][NFC] Delete commented out code in AddressRange

2021-11-11 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-11-11T15:42:27-08:00 New Revision: ac33e65d2169260364e3e92fed2ba81c58d5ce33 URL: https://github.com/llvm/llvm-project/commit/ac33e65d2169260364e3e92fed2ba81c58d5ce33 DIFF: https://github.com/llvm/llvm-project/commit/ac33e65d2169260364e3e92fed2ba81c58d5ce33.diff

[Lldb-commits] [lldb] 385b218 - [lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin

2021-09-29 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-29T11:39:09-07:00 New Revision: 385b2189cc4446745e1ea4ac803c22b3daef73ec URL: https://github.com/llvm/llvm-project/commit/385b2189cc4446745e1ea4ac803c22b3daef73ec DIFF: https://github.com/llvm/llvm-project/commit/385b2189cc4446745e1ea4ac803c22b3daef73ec.diff

[Lldb-commits] [lldb] 4355265 - [lldb] Remove IRExecutionUnit::CollectFallbackNames

2021-09-22 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-22T11:01:15-07:00 New Revision: 43552651319e1c39c09ce0f61b588813414cebda URL: https://github.com/llvm/llvm-project/commit/43552651319e1c39c09ce0f61b588813414cebda DIFF: https://github.com/llvm/llvm-project/commit/43552651319e1c39c09ce0f61b588813414cebda.diff

[Lldb-commits] [lldb] c4a406b - [lldb][NFC] Remove outdated FIXME

2021-09-20 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-20T11:44:20-07:00 New Revision: c4a406bbd0fe3afa8366b72c49b1bc494a168624 URL: https://github.com/llvm/llvm-project/commit/c4a406bbd0fe3afa8366b72c49b1bc494a168624 DIFF: https://github.com/llvm/llvm-project/commit/c4a406bbd0fe3afa8366b72c49b1bc494a168624.diff

[Lldb-commits] [lldb] a65f6aa - [lldb] Refactor and rename CPlusPlusLanguage::FindAlternateFunctionManglings

2021-09-16 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-16T13:13:07-07:00 New Revision: a65f6aafe2d357cd83de62832a2bdae49a2d6749 URL: https://github.com/llvm/llvm-project/commit/a65f6aafe2d357cd83de62832a2bdae49a2d6749 DIFF: https://github.com/llvm/llvm-project/commit/a65f6aafe2d357cd83de62832a2bdae49a2d6749.diff

[Lldb-commits] [lldb] c4fa2c8 - [lldb] Fix warning in MinidumpFileBuilder.cpp

2021-09-13 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-13T10:37:45-07:00 New Revision: c4fa2c8aa493e4c786446739ba3eb0eb4918d579 URL: https://github.com/llvm/llvm-project/commit/c4fa2c8aa493e4c786446739ba3eb0eb4918d579 DIFF: https://github.com/llvm/llvm-project/commit/c4fa2c8aa493e4c786446739ba3eb0eb4918d579.diff

[Lldb-commits] [lldb] 8dae355 - [lldb] Remove unused typedefs from lldb-forward.h

2021-09-10 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-10T14:16:47-07:00 New Revision: 8dae35527fb77a4698d05d39ed66f8c545885098 URL: https://github.com/llvm/llvm-project/commit/8dae35527fb77a4698d05d39ed66f8c545885098 DIFF: https://github.com/llvm/llvm-project/commit/8dae35527fb77a4698d05d39ed66f8c545885098.diff

[Lldb-commits] [lldb] 303b27f - [lldb] Delete IRExecutionUnit::SearchSpec

2021-09-08 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-09-08T11:27:10-07:00 New Revision: 303b27f21b98a45621d39f941c88c7e30d69fbe7 URL: https://github.com/llvm/llvm-project/commit/303b27f21b98a45621d39f941c88c7e30d69fbe7 DIFF: https://github.com/llvm/llvm-project/commit/303b27f21b98a45621d39f941c88c7e30d69fbe7.diff

[Lldb-commits] [lldb] 862a311 - [lldb] Tighten lock in Language::ForEach

2021-08-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-31T15:45:38-07:00 New Revision: 862a311301f51214d405eefd5bc4aa7289241f86 URL: https://github.com/llvm/llvm-project/commit/862a311301f51214d405eefd5bc4aa7289241f86 DIFF: https://github.com/llvm/llvm-project/commit/862a311301f51214d405eefd5bc4aa7289241f86.diff

[Lldb-commits] [lldb] ce512d5 - Revert "[lldb] Refactor Module::LookupInfo constructor"

2021-08-24 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-24T14:52:17-07:00 New Revision: ce512d5c2af58515378f5ecd989cdc0ccea8c997 URL: https://github.com/llvm/llvm-project/commit/ce512d5c2af58515378f5ecd989cdc0ccea8c997 DIFF: https://github.com/llvm/llvm-project/commit/ce512d5c2af58515378f5ecd989cdc0ccea8c997.diff

[Lldb-commits] [lldb] cd2134e - [lldb] Refactor Module::LookupInfo constructor

2021-08-24 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-24T13:53:49-07:00 New Revision: cd2134e42aa7d1168a3ed54e41793b022f961b1f URL: https://github.com/llvm/llvm-project/commit/cd2134e42aa7d1168a3ed54e41793b022f961b1f DIFF: https://github.com/llvm/llvm-project/commit/cd2134e42aa7d1168a3ed54e41793b022f961b1f.diff

[Lldb-commits] [lldb] 23c1939 - [lldb][NFC] Remove unused method RichManglingContext::IsFunction

2021-08-23 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-23T11:45:55-07:00 New Revision: 23c19395c085306cf229341523b6a8909b3b70a9 URL: https://github.com/llvm/llvm-project/commit/23c19395c085306cf229341523b6a8909b3b70a9 DIFF: https://github.com/llvm/llvm-project/commit/23c19395c085306cf229341523b6a8909b3b70a9.diff

[Lldb-commits] [lldb] 4947f6d - [lldb][NFC] Remove unused header include

2021-08-19 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-19T11:06:56-07:00 New Revision: 4947f6d8bca1e33a663b01e3027e11d654c418fc URL: https://github.com/llvm/llvm-project/commit/4947f6d8bca1e33a663b01e3027e11d654c418fc DIFF: https://github.com/llvm/llvm-project/commit/4947f6d8bca1e33a663b01e3027e11d654c418fc.diff

[Lldb-commits] [lldb] d2b2ab4 - [lldb] Further constrain a test that fails without python enabled

2021-08-03 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-08-03T11:50:36-07:00 New Revision: d2b2ab4e1c347161b622b9dc2553de04f9f82f04 URL: https://github.com/llvm/llvm-project/commit/d2b2ab4e1c347161b622b9dc2553de04f9f82f04 DIFF: https://github.com/llvm/llvm-project/commit/d2b2ab4e1c347161b622b9dc2553de04f9f82f04.diff

[Lldb-commits] [lldb] 993220a - [lldb] Remove CPlusPlusLanguage from Mangled

2021-07-29 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-07-29T13:58:35-07:00 New Revision: 993220a99ccef6657d6d5d04dc51c06255f285f2 URL: https://github.com/llvm/llvm-project/commit/993220a99ccef6657d6d5d04dc51c06255f285f2 DIFF: https://github.com/llvm/llvm-project/commit/993220a99ccef6657d6d5d04dc51c06255f285f2.diff

[Lldb-commits] [lldb] 0a74fbb - [lldb][NFC] Fix incorrect log and comment

2021-07-27 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-07-27T14:43:42-07:00 New Revision: 0a74fbb7b1d3e04ac03389f1fc455ac593c2e5ee URL: https://github.com/llvm/llvm-project/commit/0a74fbb7b1d3e04ac03389f1fc455ac593c2e5ee DIFF: https://github.com/llvm/llvm-project/commit/0a74fbb7b1d3e04ac03389f1fc455ac593c2e5ee.diff

[Lldb-commits] [lldb] e42edce - [lldb][NFC] Delete unused and commented out DWARF constants

2021-07-26 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-07-26T12:26:35-07:00 New Revision: e42edce4a349efeedde2ffd07a26a6335178d24b URL: https://github.com/llvm/llvm-project/commit/e42edce4a349efeedde2ffd07a26a6335178d24b DIFF: https://github.com/llvm/llvm-project/commit/e42edce4a349efeedde2ffd07a26a6335178d24b.diff

[Lldb-commits] [lldb] 8e6b31c - [LLDB] Move Trace-specific classes into separate library

2021-07-21 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-07-21T13:28:34-07:00 New Revision: 8e6b31c3952b366fc3fa0da8e3df7fc09fa65b05 URL: https://github.com/llvm/llvm-project/commit/8e6b31c3952b366fc3fa0da8e3df7fc09fa65b05 DIFF: https://github.com/llvm/llvm-project/commit/8e6b31c3952b366fc3fa0da8e3df7fc09fa65b05.diff

[Lldb-commits] [lldb] 5bebc0b - [lldb] Decouple ObjCLanguage from Symtab

2021-06-23 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-06-23T13:49:46-07:00 New Revision: 5bebc0b177d0f02af3d8d2b02d182c04763ee468 URL: https://github.com/llvm/llvm-project/commit/5bebc0b177d0f02af3d8d2b02d182c04763ee468 DIFF: https://github.com/llvm/llvm-project/commit/5bebc0b177d0f02af3d8d2b02d182c04763ee468.diff

[Lldb-commits] [lldb] 64576a1 - [lldb][NFC] Refactor name to index maps in Symtab

2021-06-08 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-06-08T12:36:54-07:00 New Revision: 64576a1be887b7afcacf0534e6c168805fba5677 URL: https://github.com/llvm/llvm-project/commit/64576a1be887b7afcacf0534e6c168805fba5677 DIFF: https://github.com/llvm/llvm-project/commit/64576a1be887b7afcacf0534e6c168805fba5677.diff

[Lldb-commits] [lldb] 99155e9 - [lldb][NFC] Remove unused header from Target

2021-05-24 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-05-24T15:13:08-07:00 New Revision: 99155e913e9bad5f7f8a247f8bb3a3ff3da74af1 URL: https://github.com/llvm/llvm-project/commit/99155e913e9bad5f7f8a247f8bb3a3ff3da74af1 DIFF: https://github.com/llvm/llvm-project/commit/99155e913e9bad5f7f8a247f8bb3a3ff3da74af1.diff

[Lldb-commits] [lldb] 4c0b0de - [lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from Target

2021-05-24 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2021-05-24T13:13:12-07:00 New Revision: 4c0b0de904a5622c33e3ed97e86c6792fbc13feb URL: https://github.com/llvm/llvm-project/commit/4c0b0de904a5622c33e3ed97e86c6792fbc13feb DIFF: https://github.com/llvm/llvm-project/commit/4c0b0de904a5622c33e3ed97e86c6792fbc13feb.diff

[Lldb-commits] [lldb] 1079978 - [lldb][Core] Remove dead codepath in Mangled

2020-05-26 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-05-26T17:12:20-07:00 New Revision: 1079978b3c506abca2b4dd9a5b131c024330206b URL: https://github.com/llvm/llvm-project/commit/1079978b3c506abca2b4dd9a5b131c024330206b DIFF: https://github.com/llvm/llvm-project/commit/1079978b3c506abca2b4dd9a5b131c024330206b.diff

[Lldb-commits] [lldb] e566dd7 - [lldb] Delete some commented out code in ClangASTSource.cpp

2020-03-03 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-03-03T13:17:21-08:00 New Revision: e566dd733d642052cf261c20e0e82f18b8e3d6fe URL: https://github.com/llvm/llvm-project/commit/e566dd733d642052cf261c20e0e82f18b8e3d6fe DIFF: https://github.com/llvm/llvm-project/commit/e566dd733d642052cf261c20e0e82f18b8e3d6fe.diff

[Lldb-commits] [lldb] fc0ba63 - [lldb] Rename Type::ResolveClangType to Type::ResolveCompilerType

2020-02-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-04T15:40:48-08:00 New Revision: fc0ba63f8691eb98e9f7d670f23b145c66deec7e URL: https://github.com/llvm/llvm-project/commit/fc0ba63f8691eb98e9f7d670f23b145c66deec7e DIFF: https://github.com/llvm/llvm-project/commit/fc0ba63f8691eb98e9f7d670f23b145c66deec7e.diff

[Lldb-commits] [lldb] 48b8e3b - [lldb] Delete commented-out code

2020-02-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-04T15:33:06-08:00 New Revision: 48b8e3be51c7fa2bda904bc495af47c7b368e748 URL: https://github.com/llvm/llvm-project/commit/48b8e3be51c7fa2bda904bc495af47c7b368e748 DIFF: https://github.com/llvm/llvm-project/commit/48b8e3be51c7fa2bda904bc495af47c7b368e748.diff

[Lldb-commits] [lldb] 8b79bed - [lldb] Remove unused references to ClangExpressionDeclMap

2020-02-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-04T14:41:24-08:00 New Revision: 8b79bed0f3c90c539865f2e55f664daa7930865d URL: https://github.com/llvm/llvm-project/commit/8b79bed0f3c90c539865f2e55f664daa7930865d DIFF: https://github.com/llvm/llvm-project/commit/8b79bed0f3c90c539865f2e55f664daa7930865d.diff

[Lldb-commits] [lldb] 7c9ebdd - [lldb] Remove clang classes from lldb-forward.h

2020-02-04 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-04T14:23:58-08:00 New Revision: 7c9ebdd3d6ae405dc6702e544453a51862daf948 URL: https://github.com/llvm/llvm-project/commit/7c9ebdd3d6ae405dc6702e544453a51862daf948 DIFF: https://github.com/llvm/llvm-project/commit/7c9ebdd3d6ae405dc6702e544453a51862daf948.diff

[Lldb-commits] [lldb] 3014efe - [lldb] Remove unused parameter from ValueObject::GetExpressionPath

2020-02-03 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-03T10:50:38-08:00 New Revision: 3014efe071988724b67f2dc106d36002aa03fa7d URL: https://github.com/llvm/llvm-project/commit/3014efe071988724b67f2dc106d36002aa03fa7d DIFF: https://github.com/llvm/llvm-project/commit/3014efe071988724b67f2dc106d36002aa03fa7d.diff

[Lldb-commits] [lldb] 5b0c8dd - [lldb] Delete ClangForward.h

2020-02-03 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-02-03T10:43:12-08:00 New Revision: 5b0c8dd3a4fdeafd0a4414e43c94c10732d3d2d8 URL: https://github.com/llvm/llvm-project/commit/5b0c8dd3a4fdeafd0a4414e43c94c10732d3d2d8 DIFF: https://github.com/llvm/llvm-project/commit/5b0c8dd3a4fdeafd0a4414e43c94c10732d3d2d8.diff

[Lldb-commits] [lldb] 2637769 - [lldb] Remove LanguageRuntime::GetOverrideExprOptions

2020-01-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-31T22:05:23-08:00 New Revision: 2637769b9f38010082276b7b839a17b102d1ac93 URL: https://github.com/llvm/llvm-project/commit/2637769b9f38010082276b7b839a17b102d1ac93 DIFF: https://github.com/llvm/llvm-project/commit/2637769b9f38010082276b7b839a17b102d1ac93.diff

[Lldb-commits] [lldb] 8e36d24 - [lldb] Remove unused CPPLanguageRuntime dependency

2020-01-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-31T15:23:18-08:00 New Revision: 8e36d24fca9f4586bcde588a10c8892ff62e1ff5 URL: https://github.com/llvm/llvm-project/commit/8e36d24fca9f4586bcde588a10c8892ff62e1ff5 DIFF: https://github.com/llvm/llvm-project/commit/8e36d24fca9f4586bcde588a10c8892ff62e1ff5.diff

[Lldb-commits] [lldb] 8be3021 - [lldb] Move clang-based files out of Symbol

2020-01-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-31T12:20:10-08:00 New Revision: 8be30215feeff1d82fe2bde0c9fb0e6cd1bfc15c URL: https://github.com/llvm/llvm-project/commit/8be30215feeff1d82fe2bde0c9fb0e6cd1bfc15c DIFF: https://github.com/llvm/llvm-project/commit/8be30215feeff1d82fe2bde0c9fb0e6cd1bfc15c.diff

[Lldb-commits] [lldb] 381e81a - [lldb][NFCI] Remove UserExpression::GetJITModule

2020-01-30 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-30T23:20:19-08:00 New Revision: 381e81a048f8cd6aab6a41c87ad1b1658f052192 URL: https://github.com/llvm/llvm-project/commit/381e81a048f8cd6aab6a41c87ad1b1658f052192 DIFF: https://github.com/llvm/llvm-project/commit/381e81a048f8cd6aab6a41c87ad1b1658f052192.diff

[Lldb-commits] [lldb] 22b0448 - [lldb][NFCI] Remove unused LanguageType parameters

2020-01-30 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-30T21:57:23-08:00 New Revision: 22b044877d239c40c9a932d1ea47d489c507000f URL: https://github.com/llvm/llvm-project/commit/22b044877d239c40c9a932d1ea47d489c507000f DIFF: https://github.com/llvm/llvm-project/commit/22b044877d239c40c9a932d1ea47d489c507000f.diff

[Lldb-commits] [lldb] 31905c2 - [lldb][NFCI] Delete commented out code

2020-01-30 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-30T18:02:36-08:00 New Revision: 31905c2bbb80f79366d92fc6426818fb20896659 URL: https://github.com/llvm/llvm-project/commit/31905c2bbb80f79366d92fc6426818fb20896659 DIFF: https://github.com/llvm/llvm-project/commit/31905c2bbb80f79366d92fc6426818fb20896659.diff

[Lldb-commits] [lldb] e1451a7 - [lldb][NFCI] Rename variable in ValueObject

2020-01-30 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-30T16:53:01-08:00 New Revision: e1451a724de743f1634c864205b77196edbd527e URL: https://github.com/llvm/llvm-project/commit/e1451a724de743f1634c864205b77196edbd527e DIFF: https://github.com/llvm/llvm-project/commit/e1451a724de743f1634c864205b77196edbd527e.diff

[Lldb-commits] [lldb] 71b022e - [lldb] Remove unused header from ValueObject.cpp

2020-01-28 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-28T16:13:21-08:00 New Revision: 71b022ee55d4bfc5a3c3539f4c1c22c7b308a605 URL: https://github.com/llvm/llvm-project/commit/71b022ee55d4bfc5a3c3539f4c1c22c7b308a605 DIFF: https://github.com/llvm/llvm-project/commit/71b022ee55d4bfc5a3c3539f4c1c22c7b308a605.diff

[Lldb-commits] [lldb] 5eaf44f - [lldb] Delete ValueObject::GetBaseClassPath

2020-01-28 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-28T14:11:53-08:00 New Revision: 5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0 URL: https://github.com/llvm/llvm-project/commit/5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0 DIFF: https://github.com/llvm/llvm-project/commit/5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0.diff

[Lldb-commits] [lldb] c4f6fbe - [lldb] Remove ClangASTImporter from Target

2020-01-28 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-28T13:40:49-08:00 New Revision: c4f6fbe971351273b19a4a819bf6ceae2b70b37e URL: https://github.com/llvm/llvm-project/commit/c4f6fbe971351273b19a4a819bf6ceae2b70b37e DIFF: https://github.com/llvm/llvm-project/commit/c4f6fbe971351273b19a4a819bf6ceae2b70b37e.diff

[Lldb-commits] [lldb] 9dbd395 - [lldb] Remove ClangASTContext.h inclusion in Target.cpp

2020-01-16 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-16T22:43:10-08:00 New Revision: 9dbd395b9b8b5f0cb4d10fa05f6f3591d338e486 URL: https://github.com/llvm/llvm-project/commit/9dbd395b9b8b5f0cb4d10fa05f6f3591d338e486 DIFF: https://github.com/llvm/llvm-project/commit/9dbd395b9b8b5f0cb4d10fa05f6f3591d338e486.diff

[Lldb-commits] [lldb] 6d57511 - [lldb-server] Prefer target_include_directories

2020-01-13 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-13T14:54:57-08:00 New Revision: 6d57511e0b6f95a369efe7274923a36de3489e7b URL: https://github.com/llvm/llvm-project/commit/6d57511e0b6f95a369efe7274923a36de3489e7b DIFF: https://github.com/llvm/llvm-project/commit/6d57511e0b6f95a369efe7274923a36de3489e7b.diff

[Lldb-commits] [lldb] 2bb1545 - [lldb-server] Remove dead CMake code

2020-01-13 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-13T11:41:30-08:00 New Revision: 2bb154591fab6c1d3a99d63ef03c234f0a363410 URL: https://github.com/llvm/llvm-project/commit/2bb154591fab6c1d3a99d63ef03c234f0a363410 DIFF: https://github.com/llvm/llvm-project/commit/2bb154591fab6c1d3a99d63ef03c234f0a363410.diff

[Lldb-commits] [lldb] a63af91 - [lldb] Remove various dead Compare functions

2020-01-08 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2020-01-08T18:05:33-08:00 New Revision: a63af915288ad9d1049d486833fcd085b620dc6d URL: https://github.com/llvm/llvm-project/commit/a63af915288ad9d1049d486833fcd085b620dc6d DIFF: https://github.com/llvm/llvm-project/commit/a63af915288ad9d1049d486833fcd085b620dc6d.diff

[Lldb-commits] [lldb] 187f66b - [lldb/CMake] Always set a value for find_package when finding optional dependencies

2019-12-23 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-12-23T13:37:58-08:00 New Revision: 187f66bcac668dd2ea25244ed7d7711551275f9d URL: https://github.com/llvm/llvm-project/commit/187f66bcac668dd2ea25244ed7d7711551275f9d DIFF: https://github.com/llvm/llvm-project/commit/187f66bcac668dd2ea25244ed7d7711551275f9d.diff

[Lldb-commits] [lldb] 3fbe518 - [lldb] Respect previously set values of LLDB_TABLEGEN_EXE

2019-12-16 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-12-16T14:31:42-08:00 New Revision: 3fbe518a102a344abbd837e364a404c0c695d183 URL: https://github.com/llvm/llvm-project/commit/3fbe518a102a344abbd837e364a404c0c695d183 DIFF: https://github.com/llvm/llvm-project/commit/3fbe518a102a344abbd837e364a404c0c695d183.diff

[Lldb-commits] [lldb] 3031818 - [Target] Remove Target::GetScratchClangASTContext

2019-12-12 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-12-12T11:53:24-08:00 New Revision: 3031818a2e9fca1e53cd882ccfcc371861b4 URL: https://github.com/llvm/llvm-project/commit/3031818a2e9fca1e53cd882ccfcc371861b4 DIFF: https://github.com/llvm/llvm-project/commit/3031818a2e9fca1e53cd882ccfcc371861b4.diff

[Lldb-commits] [lldb] a6b5daa - [test] Fix apple_simulator_test decorator when simulators are unavailable

2019-11-06 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-11-06T15:14:01-08:00 New Revision: a6b5daa701d3a276ace90c688f913b96d396bed1 URL: https://github.com/llvm/llvm-project/commit/a6b5daa701d3a276ace90c688f913b96d396bed1 DIFF: https://github.com/llvm/llvm-project/commit/a6b5daa701d3a276ace90c688f913b96d396bed1.diff

[Lldb-commits] [lldb] 40f3d13 - [TestMTCSimple] Disable the test if you don't have libMTC

2019-11-05 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-11-05T14:11:26-08:00 New Revision: 40f3d1307cfd66e6dc1a921eec42559a6691b393 URL: https://github.com/llvm/llvm-project/commit/40f3d1307cfd66e6dc1a921eec42559a6691b393 DIFF: https://github.com/llvm/llvm-project/commit/40f3d1307cfd66e6dc1a921eec42559a6691b393.diff

[Lldb-commits] [lldb] db54245 - [Symbol] Change ClangASTContext::GetCXXClassName return type

2019-10-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2019-10-31T11:57:37-07:00 New Revision: db542455dc0f5873851e220bf72a8394767c61fb URL: https://github.com/llvm/llvm-project/commit/db542455dc0f5873851e220bf72a8394767c61fb DIFF: https://github.com/llvm/llvm-project/commit/db542455dc0f5873851e220bf72a8394767c61fb.diff

[Lldb-commits] [lldb] r374587 - [NativePDB] Remove unused references to ClangASTImporter

2019-10-11 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Fri Oct 11 13:12:29 2019 New Revision: 374587 URL: http://llvm.org/viewvc/llvm-project?rev=374587=rev Log: [NativePDB] Remove unused references to ClangASTImporter Modified: lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

[Lldb-commits] [lldb] r374468 - [lldb-test] Remove unused header

2019-10-10 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Oct 10 15:43:03 2019 New Revision: 374468 URL: http://llvm.org/viewvc/llvm-project?rev=374468=rev Log: [lldb-test] Remove unused header Modified: lldb/trunk/tools/lldb-test/lldb-test.cpp Modified: lldb/trunk/tools/lldb-test/lldb-test.cpp URL:

[Lldb-commits] [lldb] r374100 - [CMake] Fix building without python on Windows

2019-10-08 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Oct 8 11:38:46 2019 New Revision: 374100 URL: http://llvm.org/viewvc/llvm-project?rev=374100=rev Log: [CMake] Fix building without python on Windows Summary: find_python_libs_windows might set LLDB_DISABLE_PYTHON to ON. Unfortunately we do not re-check this variable

[Lldb-commits] [lldb] r373990 - [Symbol] Remove unused method ClangASTContext::GetObjCClassName

2019-10-07 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Oct 7 16:43:33 2019 New Revision: 373990 URL: http://llvm.org/viewvc/llvm-project?rev=373990=rev Log: [Symbol] Remove unused method ClangASTContext::GetObjCClassName Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h

[Lldb-commits] [lldb] r347721 - Remove dead code from IOHandler

2019-10-04 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Nov 27 15:37:47 2018 New Revision: 347721 URL: http://llvm.org/viewvc/llvm-project?rev=347721=rev Log: Remove dead code from IOHandler This has been dead since 2014 according to the blame Modified: lldb/trunk/source/Core/IOHandler.cpp Modified:

[Lldb-commits] [lldb] r373134 - [Core] Remove unused dependency on clangAST

2019-09-27 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Fri Sep 27 17:27:24 2019 New Revision: 373134 URL: http://llvm.org/viewvc/llvm-project?rev=373134=rev Log: [Core] Remove unused dependency on clangAST Modified: lldb/trunk/source/Core/CMakeLists.txt lldb/trunk/source/Core/DumpDataExtractor.cpp Modified:

[Lldb-commits] [lldb] r373016 - [lldb-vscode] correctly handle multiple sourceMap entries

2019-09-26 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Sep 26 14:18:37 2019 New Revision: 373016 URL: http://llvm.org/viewvc/llvm-project?rev=373016=rev Log: [lldb-vscode] correctly handle multiple sourceMap entries Summary: `lldb-vscode` concatenates a string of sourceMap entries specified in the config, but fails to put a

[Lldb-commits] [lldb] r371796 - [Target] Move InferiorCall to Process

2019-09-12 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Sep 12 17:02:05 2019 New Revision: 371796 URL: http://llvm.org/viewvc/llvm-project?rev=371796=rev Log: [Target] Move InferiorCall to Process Summary: InferiorCall is only ever used in Process, and it is not specific to POSIX. By moving it to Process, we can remove all

[Lldb-commits] [lldb] r371654 - [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX

2019-09-11 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Sep 11 13:36:28 2019 New Revision: 371654 URL: http://llvm.org/viewvc/llvm-project?rev=371654=rev Log: [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX Summary: InferiorCallPOSIX directly grabs a ClangASTContext from the Target it has and

[Lldb-commits] [lldb] r371472 - [Expression] Remove unused header from LLVMUserExpression

2019-09-09 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Sep 9 16:59:54 2019 New Revision: 371472 URL: http://llvm.org/viewvc/llvm-project?rev=371472=rev Log: [Expression] Remove unused header from LLVMUserExpression Modified: lldb/trunk/source/Expression/LLVMUserExpression.cpp Modified:

[Lldb-commits] [lldb] r371470 - [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables

2019-09-09 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Sep 9 16:11:43 2019 New Revision: 371470 URL: http://llvm.org/viewvc/llvm-project?rev=371470=rev Log: [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables ClangASTContext doesn't use m_persistent_variables in a way specific

[Lldb-commits] [lldb] r371258 - [Core] Remove use of ClangASTContext in DumpDataExtractor

2019-09-06 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Fri Sep 6 14:05:21 2019 New Revision: 371258 URL: http://llvm.org/viewvc/llvm-project?rev=371258=rev Log: [Core] Remove use of ClangASTContext in DumpDataExtractor Summary: DumpDataExtractor uses ClangASTContext in order to get the proper llvm fltSemantics for the type it

[Lldb-commits] [lldb] r370255 - [Core] Use GetAPInt instead of constructing APInts in place

2019-08-28 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Aug 28 13:15:57 2019 New Revision: 370255 URL: http://llvm.org/viewvc/llvm-project?rev=370255=rev Log: [Core] Use GetAPInt instead of constructing APInts in place GetAPInt should be able to handle all cases. I have plans to generalize the float dumping logic and this

[Lldb-commits] [lldb] r369970 - [Core] GetAPInt should return an Optional

2019-08-26 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Aug 26 14:09:57 2019 New Revision: 369970 URL: http://llvm.org/viewvc/llvm-project?rev=369970=rev Log: [Core] GetAPInt should return an Optional The current implementation returns a bool for indicating success and whether or not the APInt passed by reference was

[Lldb-commits] [lldb] r369735 - [Symbol] Decouple clang from DeclVendor

2019-08-23 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Aug 22 23:11:32 2019 New Revision: 369735 URL: http://llvm.org/viewvc/llvm-project?rev=369735=rev Log: [Symbol] Decouple clang from DeclVendor Summary: This removes DeclVendor's dependency on clang (and ClangASTContext). DeclVendor has no need to know about specific

[Lldb-commits] [lldb] r369494 - [Symbol] Remove unused clang headers from Type

2019-08-20 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Aug 20 21:56:23 2019 New Revision: 369494 URL: http://llvm.org/viewvc/llvm-project?rev=369494=rev Log: [Symbol] Remove unused clang headers from Type Modified: lldb/trunk/include/lldb/Symbol/Type.h lldb/trunk/source/Symbol/Type.cpp Modified:

[Lldb-commits] [lldb] r369456 - [Symbol] Move VerifyDecl to ClangASTContext

2019-08-20 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Aug 20 15:06:13 2019 New Revision: 369456 URL: http://llvm.org/viewvc/llvm-project?rev=369456=rev Log: [Symbol] Move VerifyDecl to ClangASTContext VerifyDecl is specific to clang and is only used in ClangASTContext. Removed:

[Lldb-commits] [lldb] r369436 - [Symbol][NFC] Remove references to clang in TypeMap

2019-08-20 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Aug 20 13:44:36 2019 New Revision: 369436 URL: http://llvm.org/viewvc/llvm-project?rev=369436=rev Log: [Symbol][NFC] Remove references to clang in TypeMap Modified: lldb/trunk/source/Symbol/TypeMap.cpp Modified: lldb/trunk/source/Symbol/TypeMap.cpp URL:

[Lldb-commits] [lldb] r369424 - [ClangExpressionParser] Add ClangDeclVendor

2019-08-20 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Aug 20 11:47:30 2019 New Revision: 369424 URL: http://llvm.org/viewvc/llvm-project?rev=369424=rev Log: [ClangExpressionParser] Add ClangDeclVendor Summary: This introduces a layer between DeclVendor and the currently implemented DeclVendors (ClangModulesDeclVendor and

[Lldb-commits] [lldb] r369296 - [lldb-vscode] add `launchCommands` to handle launch specific commands

2019-08-19 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Aug 19 13:17:27 2019 New Revision: 369296 URL: http://llvm.org/viewvc/llvm-project?rev=369296=rev Log: [lldb-vscode] add `launchCommands` to handle launch specific commands Summary: This can help `lldb-vscode` handle launch commands associate with remote platform

[Lldb-commits] [lldb] r368638 - [Symbol] Remove redundant include

2019-08-12 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Aug 12 17:25:49 2019 New Revision: 368638 URL: http://llvm.org/viewvc/llvm-project?rev=368638=rev Log: [Symbol] Remove redundant include Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp URL:

[Lldb-commits] [lldb] r368205 - [Symbol] Remove commented out code from CompileUnit

2019-08-07 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Aug 7 13:51:21 2019 New Revision: 368205 URL: http://llvm.org/viewvc/llvm-project?rev=368205=rev Log: [Symbol] Remove commented out code from CompileUnit Modified: lldb/trunk/source/Symbol/CompileUnit.cpp Modified: lldb/trunk/source/Symbol/CompileUnit.cpp URL:

[Lldb-commits] [lldb] r368075 - [SymbolFile] Remove commented out method

2019-08-06 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Aug 6 12:47:08 2019 New Revision: 368075 URL: http://llvm.org/viewvc/llvm-project?rev=368075=rev Log: [SymbolFile] Remove commented out method Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp

[Lldb-commits] [lldb] r367480 - [API] Remove use of ClangASTContext from SBTarget

2019-07-31 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Jul 31 13:47:38 2019 New Revision: 367480 URL: http://llvm.org/viewvc/llvm-project?rev=367480=rev Log: [API] Remove use of ClangASTContext from SBTarget Summary: The methods to find types in a Target aren't clang specific and are pretty generalizable to type systems.

[Lldb-commits] [lldb] r367368 - [SymbolFilePDB] Fix windows bots after rL367360

2019-07-30 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Jul 30 16:48:03 2019 New Revision: 367368 URL: http://llvm.org/viewvc/llvm-project?rev=367368=rev Log: [SymbolFilePDB] Fix windows bots after rL367360 SymbolFilePDB tests were using GetTypeSystemForLanguage but weren't changed to accomodate the use of an llvm::Expected.

[Lldb-commits] [lldb] r367360 - [Symbol] Use llvm::Expected when getting TypeSystems

2019-07-30 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Jul 30 15:12:34 2019 New Revision: 367360 URL: http://llvm.org/viewvc/llvm-project?rev=367360=rev Log: [Symbol] Use llvm::Expected when getting TypeSystems Summary: This commit achieves the following: - Functions used to return a `TypeSystem *` return an

[Lldb-commits] [lldb] r367358 - [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its module

2019-07-30 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Jul 30 14:22:17 2019 New Revision: 367358 URL: http://llvm.org/viewvc/llvm-project?rev=367358=rev Log: [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its module As of svn rL367298, SymbolFileDWARF locks the module in many cases where it needs to parse some

[Lldb-commits] [lldb] r366950 - [Symbol] Fix some botched logic in Variable::GetLanguage

2019-07-24 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Jul 24 15:12:02 2019 New Revision: 366950 URL: http://llvm.org/viewvc/llvm-project?rev=366950=rev Log: [Symbol] Fix some botched logic in Variable::GetLanguage Summary: I messed up the logic for this. Fixing with some improvements suggested by Pavel. Reviewers: labath,

[Lldb-commits] [lldb] r366858 - [lldb][test_suite] Update tests with unexpected pass on Android aarch64

2019-07-23 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Jul 23 15:12:16 2019 New Revision: 366858 URL: http://llvm.org/viewvc/llvm-project?rev=366858=rev Log: [lldb][test_suite] Update tests with unexpected pass on Android aarch64 Summary: update some test decorates that can actually pass on andriod aarch64 Patch by Wanyi

[Lldb-commits] [lldb] r366771 - [lldb][test_suite] Fix skipIfTargetAndroid decorator

2019-07-22 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Jul 22 17:41:00 2019 New Revision: 366771 URL: http://llvm.org/viewvc/llvm-project?rev=366771=rev Log: [lldb][test_suite] Fix skipIfTargetAndroid decorator Summary: Delete the duplicate func `skipIfTargetAndroid` Fix the old one. It didn't work for missing an argument

[Lldb-commits] [lldb] r366770 - [lldb][test_suite] skip tests of `libstdcpp` on Android and clean up

2019-07-22 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Jul 22 17:28:26 2019 New Revision: 366770 URL: http://llvm.org/viewvc/llvm-project?rev=366770=rev Log: [lldb][test_suite] skip tests of `libstdcpp` on Android and clean up Summary: Delete the android target from `libstdcpp` test category, since android no longer

[Lldb-commits] [lldb] r366733 - [Symbol] Improve Variable::GetLanguage

2019-07-22 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Jul 22 13:14:18 2019 New Revision: 366733 URL: http://llvm.org/viewvc/llvm-project?rev=366733=rev Log: [Symbol] Improve Variable::GetLanguage Summary: When trying to ascertain what language a variable belongs to, just checking the compilation unit is often not enough.

[Lldb-commits] [lldb] r366519 - [NFC] Remove instances of unused ClangASTContext header

2019-07-18 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Jul 18 17:39:51 2019 New Revision: 366519 URL: http://llvm.org/viewvc/llvm-project?rev=366519=rev Log: [NFC] Remove instances of unused ClangASTContext header Modified: lldb/trunk/source/Expression/LLVMUserExpression.cpp

[Lldb-commits] [lldb] r366517 - [Commands] Remove unused header from CommandObjectFrame

2019-07-18 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Jul 18 17:26:31 2019 New Revision: 366517 URL: http://llvm.org/viewvc/llvm-project?rev=366517=rev Log: [Commands] Remove unused header from CommandObjectFrame Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp Modified:

[Lldb-commits] [lldb] r366495 - [Breakpoint] Replace use of ClangASTContext with TypeSystem

2019-07-18 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Thu Jul 18 13:58:24 2019 New Revision: 366495 URL: http://llvm.org/viewvc/llvm-project?rev=366495=rev Log: [Breakpoint] Replace use of ClangASTContext with TypeSystem Modified: lldb/trunk/source/Breakpoint/Watchpoint.cpp Modified:

[Lldb-commits] [lldb] r366295 - [Target][NFCI] Remove commented out code

2019-07-17 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Jul 17 00:13:42 2019 New Revision: 366295 URL: http://llvm.org/viewvc/llvm-project?rev=366295=rev Log: [Target][NFCI] Remove commented out code Modified: lldb/trunk/source/Target/ThreadPlanTracer.cpp Modified: lldb/trunk/source/Target/ThreadPlanTracer.cpp URL:

[Lldb-commits] [lldb] r366292 - [Target][NFCI] Rename variable

2019-07-17 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Wed Jul 17 00:03:17 2019 New Revision: 366292 URL: http://llvm.org/viewvc/llvm-project?rev=366292=rev Log: [Target][NFCI] Rename variable This variable doesn't have anything to do with clang. Modified: lldb/trunk/source/Target/ABI.cpp Modified:

[Lldb-commits] [lldb] r366261 - [Symbol] Remove unused fields from ClangASTContext

2019-07-16 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Tue Jul 16 14:05:08 2019 New Revision: 366261 URL: http://llvm.org/viewvc/llvm-project?rev=366261=rev Log: [Symbol] Remove unused fields from ClangASTContext Modified: lldb/trunk/include/lldb/Symbol/ClangASTContext.h Modified:

[Lldb-commits] [lldb] r366161 - [Target] Remove unused method Target::GetDefaultClangModuleSearchPaths

2019-07-15 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Jul 15 18:02:32 2019 New Revision: 366161 URL: http://llvm.org/viewvc/llvm-project?rev=366161=rev Log: [Target] Remove unused method Target::GetDefaultClangModuleSearchPaths Modified: lldb/trunk/include/lldb/Target/Target.h lldb/trunk/source/Target/Target.cpp

[Lldb-commits] [lldb] r366148 - [LanguageRuntime] Move ObjCLanguageRuntime into a plugin

2019-07-15 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Mon Jul 15 15:56:12 2019 New Revision: 366148 URL: http://llvm.org/viewvc/llvm-project?rev=366148=rev Log: [LanguageRuntime] Move ObjCLanguageRuntime into a plugin Summary: Following up to my CPPLanguageRuntime change, I'm moving ObjCLanguageRuntime into a plugin as well.

[Lldb-commits] [lldb] r365951 - [LanguageRuntime] Move CPPLanguageRuntime into a plugin

2019-07-12 Thread Alex Langford via lldb-commits
Author: xiaobai Date: Fri Jul 12 13:09:32 2019 New Revision: 365951 URL: http://llvm.org/viewvc/llvm-project?rev=365951=rev Log: [LanguageRuntime] Move CPPLanguageRuntime into a plugin Summary: This seems better suited to be in a plugin. Reviewers: JDevlieghere, clayborg, jingham, compnerd,

<    7   8   9   10   11   12   13   14   >