[Lldb-commits] [lldb] 0495301 - [lldb-vscode] Report supportsModulesRequest=true

2021-12-03 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-12-03T16:07:48+01:00 New Revision: 049530129326f9b0bfa9ce6a762c6cb180974ac5 URL: https://github.com/llvm/llvm-project/commit/049530129326f9b0bfa9ce6a762c6cb180974ac5 DIFF: https://github.com/llvm/llvm-project/commit/049530129326f9b0bfa9ce6a762c6cb180974ac5.diff

[Lldb-commits] [lldb] b2e2eec - [lldb][NFC] clang-format some files as preparation for https://reviews.llvm.org/D114627

2021-12-09 Thread Andy Yankovsky via lldb-commits
Author: Lasse Folger Date: 2021-12-09T12:38:00+01:00 New Revision: b2e2eece9aa8db4bcc47c7fed0a9b999a3d96baf URL: https://github.com/llvm/llvm-project/commit/b2e2eece9aa8db4bcc47c7fed0a9b999a3d96baf DIFF: https://github.com/llvm/llvm-project/commit/b2e2eece9aa8db4bcc47c7fed0a9b999a3d96baf.diff

[Lldb-commits] [lldb] afb446e - [lldb] Constant-resolve operands to `getelementptr`

2022-02-09 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-02-09T17:38:38+01:00 New Revision: afb446e8a61de4a41504a71f61a4b1d93ce22716 URL: https://github.com/llvm/llvm-project/commit/afb446e8a61de4a41504a71f61a4b1d93ce22716 DIFF: https://github.com/llvm/llvm-project/commit/afb446e8a61de4a41504a71f61a4b1d93ce22716.diff

[Lldb-commits] [lldb] e0f2375 - [lldb] Disable failing test on Windows

2022-02-09 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-02-09T20:40:50+01:00 New Revision: e0f2375b5262d0dd778ecaf0628f905d241da733 URL: https://github.com/llvm/llvm-project/commit/e0f2375b5262d0dd778ecaf0628f905d241da733 DIFF: https://github.com/llvm/llvm-project/commit/e0f2375b5262d0dd778ecaf0628f905d241da733.diff

[Lldb-commits] [lldb] 2e0ef17 - [lldb] Add a positive test for `getelementptr` constant args

2022-02-14 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-02-14T18:04:37Z New Revision: 2e0ef179d8838de06bf694ae6ca43c2b24847a8c URL: https://github.com/llvm/llvm-project/commit/2e0ef179d8838de06bf694ae6ca43c2b24847a8c DIFF: https://github.com/llvm/llvm-project/commit/2e0ef179d8838de06bf694ae6ca43c2b24847a8c.diff LOG

[Lldb-commits] [lldb] 7ec32da - [lldb] Enable test for `getelementptr` const args for Windows

2022-02-14 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-02-14T18:48:51Z New Revision: 7ec32dad2b01ffcd47b7f99f5ebba9130ab9e00b URL: https://github.com/llvm/llvm-project/commit/7ec32dad2b01ffcd47b7f99f5ebba9130ab9e00b DIFF: https://github.com/llvm/llvm-project/commit/7ec32dad2b01ffcd47b7f99f5ebba9130ab9e00b.diff LOG

[Lldb-commits] [lldb] 4867872 - [lldb] Add support for using integral const static data members in the expression evaluator

2022-07-14 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-07-14T15:15:11Z New Revision: 486787210df5ce5eabadc90a7de353ae81101feb URL: https://github.com/llvm/llvm-project/commit/486787210df5ce5eabadc90a7de353ae81101feb DIFF: https://github.com/llvm/llvm-project/commit/486787210df5ce5eabadc90a7de353ae81101feb.diff LOG

[Lldb-commits] [lldb] 7d297de - Reland "[lldb] Add support for using integral const static data members in the expression evaluator"

2022-07-15 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-07-15T10:52:35Z New Revision: 7d297de95117e783bbfaecbba1f72fc55de05a30 URL: https://github.com/llvm/llvm-project/commit/7d297de95117e783bbfaecbba1f72fc55de05a30 DIFF: https://github.com/llvm/llvm-project/commit/7d297de95117e783bbfaecbba1f72fc55de05a30.diff LOG

[Lldb-commits] [lldb] 5c39c31 - [lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra

2022-07-22 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-07-22T09:22:40Z New Revision: 5c39c31a99525630dfe684fed48292a50fd0c3c9 URL: https://github.com/llvm/llvm-project/commit/5c39c31a99525630dfe684fed48292a50fd0c3c9 DIFF: https://github.com/llvm/llvm-project/commit/5c39c31a99525630dfe684fed48292a50fd0c3c9.diff LOG

[Lldb-commits] [lldb] ee691fb - [lldb][NFC] clang format change

2021-10-18 Thread Andy Yankovsky via lldb-commits
Author: Lasse Folger Date: 2021-10-18T12:00:32+02:00 New Revision: ee691fbc3de36ca0c720e1699565be34f192e058 URL: https://github.com/llvm/llvm-project/commit/ee691fbc3de36ca0c720e1699565be34f192e058 DIFF: https://github.com/llvm/llvm-project/commit/ee691fbc3de36ca0c720e1699565be34f192e058.diff

[Lldb-commits] [lldb] 134e181 - [lldb] change name demangling to be consistent between windows and linx

2021-10-19 Thread Andy Yankovsky via lldb-commits
Author: Lasse Folger Date: 2021-10-19T12:04:37+02:00 New Revision: 134e1817f62c08cde1ed1f7e94e51425536085ac URL: https://github.com/llvm/llvm-project/commit/134e1817f62c08cde1ed1f7e94e51425536085ac DIFF: https://github.com/llvm/llvm-project/commit/134e1817f62c08cde1ed1f7e94e51425536085ac.diff

[Lldb-commits] [lldb] dc8f003 - [lldb-vscode] Add presentation hints for scopes

2021-11-09 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-11-09T17:50:46+01:00 New Revision: dc8f0035ca990fc5587bd508fed609f995e7c842 URL: https://github.com/llvm/llvm-project/commit/dc8f0035ca990fc5587bd508fed609f995e7c842 DIFF: https://github.com/llvm/llvm-project/commit/dc8f0035ca990fc5587bd508fed609f995e7c842.diff

[Lldb-commits] [lldb] 95102b7 - [lldb] Unwrap the type when dereferencing the value

2021-11-15 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-11-15T14:48:19+01:00 New Revision: 95102b7dc3c1b5b3f1b688221d9aa28cb1e17974 URL: https://github.com/llvm/llvm-project/commit/95102b7dc3c1b5b3f1b688221d9aa28cb1e17974 DIFF: https://github.com/llvm/llvm-project/commit/95102b7dc3c1b5b3f1b688221d9aa28cb1e17974.diff

[Lldb-commits] [lldb] f66b69a - [lldb] Fix lookup for global constants in namespaces

2021-11-23 Thread Andy Yankovsky via lldb-commits
Author: Tonko Sabolčec Date: 2021-11-23T12:53:03+01:00 New Revision: f66b69a3925c547b1ee8ea93800f4bf7e31f407b URL: https://github.com/llvm/llvm-project/commit/f66b69a3925c547b1ee8ea93800f4bf7e31f407b DIFF: https://github.com/llvm/llvm-project/commit/f66b69a3925c547b1ee8ea93800f4bf7e31f407b.diff

[Lldb-commits] [lldb] 6f5d109 - [lldb] Add SBBreakpointLocation::SetCallback

2022-09-12 Thread Andy Yankovsky via lldb-commits
Author: Laura Chaparro-Gutierrez Date: 2022-09-12T17:44:02Z New Revision: 6f5d109fca23056dd74d673d2e3439ece22c80b4 URL: https://github.com/llvm/llvm-project/commit/6f5d109fca23056dd74d673d2e3439ece22c80b4 DIFF: https://github.com/llvm/llvm-project/commit/6f5d109fca23056dd74d673d2e3439ece22c80b4

[Lldb-commits] [lldb] 14642dc - [lldb] Fix member access in GetExpressionPath

2022-09-30 Thread Andy Yankovsky via lldb-commits
Author: Tonko Sabolčec Date: 2022-09-30T11:25:07Z New Revision: 14642dc7405ebd93a46dda1f2dba616395660715 URL: https://github.com/llvm/llvm-project/commit/14642dc7405ebd93a46dda1f2dba616395660715 DIFF: https://github.com/llvm/llvm-project/commit/14642dc7405ebd93a46dda1f2dba616395660715.diff LOG

[Lldb-commits] [lldb] fb30324 - Revert "[lldb] Fix member access in GetExpressionPath"

2022-09-30 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2022-09-30T15:26:09Z New Revision: fb30324a5d535b911b41aa09b1429ca3a88c7fee URL: https://github.com/llvm/llvm-project/commit/fb30324a5d535b911b41aa09b1429ca3a88c7fee DIFF: https://github.com/llvm/llvm-project/commit/fb30324a5d535b911b41aa09b1429ca3a88c7fee.diff LOG

[Lldb-commits] [lldb] 0205aa4 - [lldb] Fix member access in GetExpressionPath

2022-10-12 Thread Andy Yankovsky via lldb-commits
Author: Tonko Sabolčec Date: 2022-10-12T12:08:57Z New Revision: 0205aa4a02570dfeda5807f66756ebdbb102744b URL: https://github.com/llvm/llvm-project/commit/0205aa4a02570dfeda5807f66756ebdbb102744b DIFF: https://github.com/llvm/llvm-project/commit/0205aa4a02570dfeda5807f66756ebdbb102744b.diff LOG

Re: [Lldb-commits] Prevent type canonization when dereferencing

2021-06-04 Thread Andy Yankovsky via lldb-commits
I think the problem is specific to references, at least that's the case I ran into in lldb-eval -- https://github.com/google/lldb-eval/blob/master/docs/lldb-bugs.md#dereferencing-a-value-canonizes-the-type On Wed, 2 Jun 2021 at 17:26, Raphael “Teemperor” Isemann < teempe...@gmail.com> wrote: > I

[Lldb-commits] [lldb] aafa05e - [lldb] Add minidump save-core functionality to ELF object files

2021-08-31 Thread Andy Yankovsky via lldb-commits
Author: Andrej Korman Date: 2021-08-31T13:04:38+02:00 New Revision: aafa05e03d629cc6605718c54575256d9d683659 URL: https://github.com/llvm/llvm-project/commit/aafa05e03d629cc6605718c54575256d9d683659 DIFF: https://github.com/llvm/llvm-project/commit/aafa05e03d629cc6605718c54575256d9d683659.diff

[Lldb-commits] [lldb] 1f986f6 - Revert "[lldb] Add minidump save-core functionality to ELF object files"

2021-08-31 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-08-31T13:36:53+02:00 New Revision: 1f986f60573c6f4355c2d8a5c7ddcb2d32dfd43c URL: https://github.com/llvm/llvm-project/commit/1f986f60573c6f4355c2d8a5c7ddcb2d32dfd43c DIFF: https://github.com/llvm/llvm-project/commit/1f986f60573c6f4355c2d8a5c7ddcb2d32dfd43c.diff

[Lldb-commits] [lldb] eee687a - [lldb] Add minidump save-core functionality to ELF object files

2021-09-01 Thread Andy Yankovsky via lldb-commits
Author: Andrej Korman Date: 2021-09-01T15:14:29+02:00 New Revision: eee687a66d76bf0b6e3746f7b8d09b0d871bff27 URL: https://github.com/llvm/llvm-project/commit/eee687a66d76bf0b6e3746f7b8d09b0d871bff27 DIFF: https://github.com/llvm/llvm-project/commit/eee687a66d76bf0b6e3746f7b8d09b0d871bff27.diff

Re: [Lldb-commits] [lldb] eee687a - [lldb] Add minidump save-core functionality to ELF object files

2021-09-06 Thread Andy Yankovsky via lldb-commits
/Minidump/ObjectFileMinidump.cpp:114:19 > #4 0x55f57048960b in > lldb_private::PluginManager::SaveCore(std::__msan::shared_ptr > const&, lldb_private::FileSpec const&, lldb::SaveCoreStyle&, > lldb_private::ConstString) > llvm-project/lldb/source/Core/PluginManager.cpp:696:

[Lldb-commits] [lldb] 7ec7876 - [lldb] Fix handling of `DW_AT_decl_file` according to D91014

2021-03-01 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-03-01T16:01:11+01:00 New Revision: 7ec7876feda412b6edad0d83565395ef2fd5a004 URL: https://github.com/llvm/llvm-project/commit/7ec7876feda412b6edad0d83565395ef2fd5a004 DIFF: https://github.com/llvm/llvm-project/commit/7ec7876feda412b6edad0d83565395ef2fd5a004.diff

[Lldb-commits] [lldb] 3b47bd3 - [lldb] Fix handling of `DW_AT_decl_file` according to D91014 (attempt #2)

2021-03-03 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-03-03T10:27:35+01:00 New Revision: 3b47bd32f9df4a57db98db5f35e680c7bd9fde3e URL: https://github.com/llvm/llvm-project/commit/3b47bd32f9df4a57db98db5f35e680c7bd9fde3e DIFF: https://github.com/llvm/llvm-project/commit/3b47bd32f9df4a57db98db5f35e680c7bd9fde3e.diff

[Lldb-commits] [lldb] 1b7e5d4 - [lldb] Fix error message in IRInterpreter

2021-03-08 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-03-08T16:46:38+01:00 New Revision: 1b7e5d461aee80cd3031b4854ab71f6721b71e31 URL: https://github.com/llvm/llvm-project/commit/1b7e5d461aee80cd3031b4854ab71f6721b71e31 DIFF: https://github.com/llvm/llvm-project/commit/1b7e5d461aee80cd3031b4854ab71f6721b71e31.diff

[Lldb-commits] [lldb] 0bab7b2 - [lldb] Encode `bool` as unsigned int

2021-05-19 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-05-19T15:32:17+02:00 New Revision: 0bab7b26f4d9dc4cb8f6c2877ad4a2c388c41c65 URL: https://github.com/llvm/llvm-project/commit/0bab7b26f4d9dc4cb8f6c2877ad4a2c388c41c65 DIFF: https://github.com/llvm/llvm-project/commit/0bab7b26f4d9dc4cb8f6c2877ad4a2c388c41c65.diff

[Lldb-commits] [lldb] 6c83d4a - [lldb] Enable TestCppBitfields on Windows

2021-05-19 Thread Andy Yankovsky via lldb-commits
Author: Andy Yankovsky Date: 2021-05-19T17:04:19+02:00 New Revision: 6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be URL: https://github.com/llvm/llvm-project/commit/6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be DIFF: https://github.com/llvm/llvm-project/commit/6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be.diff