[Lldb-commits] [lldb] 9f3a3e1 - [lldb] Disable macro redefinition warnings in expression wrapper

2023-02-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2023-02-14T23:20:56+01:00 New Revision: 9f3a3e1f3f9767ae52c492d20d63f65e82319ed2 URL: https://github.com/llvm/llvm-project/commit/9f3a3e1f3f9767ae52c492d20d63f65e82319ed2 DIFF:

[Lldb-commits] [lldb] a8bec61 - [lldb] Fix that empty target.run-args are not actually used when launching process

2022-11-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2022-11-18T16:48:56+01:00 New Revision: a8bec6117998cd4a9ff6798381cd0df9c9edb982 URL: https://github.com/llvm/llvm-project/commit/a8bec6117998cd4a9ff6798381cd0df9c9edb982 DIFF:

[Lldb-commits] [lldb] c3a3e65 - Revert "[lldb] Fix that the embedded Python REPL crashes if it receives SIGINT"

2021-11-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-13T18:18:24+01:00 New Revision: c3a3e65ecc082542080376e917d9c57d22901f6b URL: https://github.com/llvm/llvm-project/commit/c3a3e65ecc082542080376e917d9c57d22901f6b DIFF:

[Lldb-commits] [lldb] cef1e07 - [lldb] Fix that the embedded Python REPL crashes if it receives SIGINT

2021-11-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-12T14:19:15+01:00 New Revision: cef1e07cc6d00b5b429d77133201e1f404a8023c URL: https://github.com/llvm/llvm-project/commit/cef1e07cc6d00b5b429d77133201e1f404a8023c DIFF:

[Lldb-commits] [lldb] b72727a - [lldb][NFC] Remove commented out code in SymbolFileDWARF

2021-11-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-11T12:45:38+01:00 New Revision: b72727a75a64df355c18b38465324cdf81893d3c URL: https://github.com/llvm/llvm-project/commit/b72727a75a64df355c18b38465324cdf81893d3c DIFF:

[Lldb-commits] [lldb] 2a0e773 - [lldb][NFC] Remove no longer valid comment for TypeSystem::SetSymbolFile

2021-11-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-11T12:39:54+01:00 New Revision: 2a0e77362e3ac1f4de1290640ad1122f9d4e208b URL: https://github.com/llvm/llvm-project/commit/2a0e77362e3ac1f4de1290640ad1122f9d4e208b DIFF:

[Lldb-commits] [lldb] 96a7359 - [lldb] Add support for demangling D symbols

2021-11-11 Thread Raphael Isemann via lldb-commits
Author: Luís Ferreira Date: 2021-11-11T11:11:21+01:00 New Revision: 96a7359908397d8db3ac6f8e10fb9f6dc5756a44 URL: https://github.com/llvm/llvm-project/commit/96a7359908397d8db3ac6f8e10fb9f6dc5756a44 DIFF: https://github.com/llvm/llvm-project/commit/96a7359908397d8db3ac6f8e10fb9f6dc5756a44.diff

[Lldb-commits] [lldb] f6b7bcc - [lldb][NFC] StringRef-ify name param in CreateClassTemplateDecl

2021-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-04T15:28:02+01:00 New Revision: f6b7bcc64a6a3f4008839777f71d2f132f74ec85 URL: https://github.com/llvm/llvm-project/commit/f6b7bcc64a6a3f4008839777f71d2f132f74ec85 DIFF:

[Lldb-commits] [lldb] 7323d07 - [lldb][NFC] Remove a bunch of unnecessary nullptr checks

2021-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-04T15:21:03+01:00 New Revision: 7323d07483f201b2d73009deef45d2eff4dcd856 URL: https://github.com/llvm/llvm-project/commit/7323d07483f201b2d73009deef45d2eff4dcd856 DIFF:

[Lldb-commits] [lldb] b738a69 - [lldb][NFC] StringRef-ify the name parameter in CreateEnumerationType

2021-11-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-04T14:49:16+01:00 New Revision: b738a69ab8e3da2d48fdf41aa1fa5a5673a7d3a1 URL: https://github.com/llvm/llvm-project/commit/b738a69ab8e3da2d48fdf41aa1fa5a5673a7d3a1 DIFF:

[Lldb-commits] [lldb] 58dd658 - [lldb] Fix a use-after-free in FindFileTest.cpp

2021-11-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-02T12:39:26+01:00 New Revision: 58dd658583eec9af24ca1262e1bce9f884d65487 URL: https://github.com/llvm/llvm-project/commit/58dd658583eec9af24ca1262e1bce9f884d65487 DIFF:

[Lldb-commits] [lldb] cd2e66e - [lldb][gmodules] Fix TestDataFormatterGlobals under gmodules

2021-11-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-02T10:14:11+01:00 New Revision: cd2e66efa65fd63cf6f48112f49c09489a1baac0 URL: https://github.com/llvm/llvm-project/commit/cd2e66efa65fd63cf6f48112f49c09489a1baac0 DIFF:

Re: [Lldb-commits] [lldb] 48677f5 - [lldb] Unbreak the macOS build after dfd499a61c45778b7f01458d50ccc384343f53d5

2021-11-02 Thread Raphael Isemann via lldb-commits
Thanks! Am Di., 2. Nov. 2021 um 09:48 Uhr schrieb Benjamin Kramer via lldb-commits : > > > Author: Benjamin Kramer > Date: 2021-11-02T09:47:44+01:00 > New Revision: 48677f58b06cfb8715902173c5bc3d1764d7c8c6 > > URL: >

[Lldb-commits] [lldb] ac7c880 - [lldb][gmodules] Fix TestDataFormatterCpp with gmodules on macOS

2021-11-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-01T18:44:32+01:00 New Revision: ac7c8808ba89fb6188d5b1bb83bdd08e5c39d71e URL: https://github.com/llvm/llvm-project/commit/ac7c8808ba89fb6188d5b1bb83bdd08e5c39d71e DIFF:

[Lldb-commits] [lldb] 9e0a39f - [lldb] Add a test for class loading via member typedefs

2021-11-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-11-01T15:58:45+01:00 New Revision: 9e0a39f3787ac055631891be9062dcd561cf4501 URL: https://github.com/llvm/llvm-project/commit/9e0a39f3787ac055631891be9062dcd561cf4501 DIFF:

[Lldb-commits] [lldb] 4cf9d1e - [lldb][NFC] Modernize for-loops in ModuleList

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:40:58+02:00 New Revision: 4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c URL: https://github.com/llvm/llvm-project/commit/4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c DIFF:

[Lldb-commits] [lldb] 85bcc1e - [lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of definitions

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:28:27+02:00 New Revision: 85bcc1eb2f56af00123a8d6b99e9ad677613767c URL: https://github.com/llvm/llvm-project/commit/85bcc1eb2f56af00123a8d6b99e9ad677613767c DIFF:

[Lldb-commits] [lldb] e2ede17 - [lldb] Update field offset/sizes when encountering artificial members such as vtable pointers

2021-10-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-30T13:22:21+02:00 New Revision: e2ede1715d4141279bb76d8850e0494b85d1eee8 URL: https://github.com/llvm/llvm-project/commit/e2ede1715d4141279bb76d8850e0494b85d1eee8 DIFF:

[Lldb-commits] [lldb] ac73f56 - [lldb] Remove forgotten FIXME on CPlusPlus formatters

2021-10-29 Thread Raphael Isemann via lldb-commits
Author: Luís Ferreira Date: 2021-10-29T11:32:40+02:00 New Revision: ac73f567cffb663712e937051b0e81a82488698b URL: https://github.com/llvm/llvm-project/commit/ac73f567cffb663712e937051b0e81a82488698b DIFF: https://github.com/llvm/llvm-project/commit/ac73f567cffb663712e937051b0e81a82488698b.diff

[Lldb-commits] [lldb] f5c65be - [lldb][NFC] Improve CppModuleConfiguration documentation a bit

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

[Lldb-commits] [lldb] 9d7006c - [lldb][NFC] Move a declaration in DWARFASTParserClang to its first use.

2021-10-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-27T17:46:50+02:00 New Revision: 9d7006c4aee693a4c09f18cecd244da919ebe13b URL: https://github.com/llvm/llvm-project/commit/9d7006c4aee693a4c09f18cecd244da919ebe13b DIFF:

Re: [Lldb-commits] [PATCH] D112340: [lldb/Formatters] Remove space from vector type string summaries (NFCI)

2021-10-25 Thread Raphael Isemann via lldb-commits
Not actually sure when/how Green Dragon is mailing external people, but usually someone just watches the build bot and emails/comments on commits that are breaking the buildbot. Green Dragon is more of a monte carlo simulation than a real build bot so I wouldn't be surprised if it doesn't send

[Lldb-commits] [lldb] 974c2f5 - [lldb] Modernize and expand TestCppBitfields

2021-10-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-25T18:19:26+02:00 New Revision: 974c2f5e22112659549a54ff95ee310a1aac469d URL: https://github.com/llvm/llvm-project/commit/974c2f5e22112659549a54ff95ee310a1aac469d DIFF:

[Lldb-commits] [lldb] 025f6ca - [lldb] Modernize TestBitfields

2021-10-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-25T13:11:39+02:00 New Revision: 025f6ca7c469b6412b58b69fab17092548d5f6c1 URL: https://github.com/llvm/llvm-project/commit/025f6ca7c469b6412b58b69fab17092548d5f6c1 DIFF:

[Lldb-commits] [lldb] a24b2b6 - [lldb] Also print index of child when ValueCheck fails

2021-10-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-25T13:03:56+02:00 New Revision: a24b2b6aa06a001a98328acf624a5a8b1ab4139a URL: https://github.com/llvm/llvm-project/commit/a24b2b6aa06a001a98328acf624a5a8b1ab4139a DIFF:

[Lldb-commits] [lldb] 309fccd - [lldb][NFC] Use llvm::Optional to refer to Optional

2021-10-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-25T11:37:15+02:00 New Revision: 309fccdac936c49d0771878b3f4dd345a5e1c5d8 URL: https://github.com/llvm/llvm-project/commit/309fccdac936c49d0771878b3f4dd345a5e1c5d8 DIFF:

[Lldb-commits] [lldb] 71cfce8 - [lldb] Fix TestCompressedVectors after array type name change

2021-10-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-22T10:15:53+02:00 New Revision: 71cfce832054dfea8e79769f15a3fdc05d23b733 URL: https://github.com/llvm/llvm-project/commit/71cfce832054dfea8e79769f15a3fdc05d23b733 DIFF:

[Lldb-commits] [lldb] 46fb5d5 - [lldb][NFC] clang-format CPlusPlusLanguage.cpp

2021-10-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-21T10:01:18+02:00 New Revision: 46fb5d5ddffdccbd14a09c7dcff63de6fef63c07 URL: https://github.com/llvm/llvm-project/commit/46fb5d5ddffdccbd14a09c7dcff63de6fef63c07 DIFF:

[Lldb-commits] [lldb] 956df6f - [lldb] Improve assert message in TestCPPAccelerator

2021-10-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-20T12:04:28+02:00 New Revision: 956df6fa620a0ca75fd6e62b5318fb4d14304a4f URL: https://github.com/llvm/llvm-project/commit/956df6fa620a0ca75fd6e62b5318fb4d14304a4f DIFF:

[Lldb-commits] [lldb] 7dfb139 - [lldb] Adjust udt-layout.test after MS mangling change

2021-10-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-19T12:43:24+02:00 New Revision: 7dfb1395549c34f4b607055c01f8c510ead6b0db URL: https://github.com/llvm/llvm-project/commit/7dfb1395549c34f4b607055c01f8c510ead6b0db DIFF:

[Lldb-commits] [lldb] 9a57d1e - [lldb] Allow dumping the state of all scratch TypeSystems

2021-10-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-19T12:05:14+02:00 New Revision: 9a57d1e52680ac05c29d6d0d2cfbaf3b05a5cbce URL: https://github.com/llvm/llvm-project/commit/9a57d1e52680ac05c29d6d0d2cfbaf3b05a5cbce DIFF:

[Lldb-commits] [lldb] cfaa5c3 - [lldb] Filter duplicates in Target::GetScratchTypeSystems

2021-10-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-19T11:49:47+02:00 New Revision: cfaa5c344d5bc73aae0ec39d57d98acf7463fccf URL: https://github.com/llvm/llvm-project/commit/cfaa5c344d5bc73aae0ec39d57d98acf7463fccf DIFF:

[Lldb-commits] [lldb] 366fb53 - [lldb] Fix missing dependency on libc++ from LLDB test suite on non-Darwin platforms

2021-10-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-18T15:59:34+02:00 New Revision: 366fb539485a9753e4a8167fe5140bf4fb00a098 URL: https://github.com/llvm/llvm-project/commit/366fb539485a9753e4a8167fe5140bf4fb00a098 DIFF:

[Lldb-commits] [lldb] 60b96aa - [lldb] Split ParseSingleMember into Obj-C property and normal member/ivar parsing code.

2021-10-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-16T14:20:04+02:00 New Revision: 60b96aa65e5959361e9edea15b3591f90988ccad URL: https://github.com/llvm/llvm-project/commit/60b96aa65e5959361e9edea15b3591f90988ccad DIFF:

[Lldb-commits] [lldb] ff4c98c - [lldb] Harden TestCompletion against new settings in 'target.process'

2021-10-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-15T18:50:21+02:00 New Revision: ff4c98c05559e498300bd3ad55272ac2a8d10dbc URL: https://github.com/llvm/llvm-project/commit/ff4c98c05559e498300bd3ad55272ac2a8d10dbc DIFF:

[Lldb-commits] [lldb] 03a8e70 - [lldb] Add test for struct merging in scratch ASTContext

2021-10-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-15T17:20:03+02:00 New Revision: 03a8e70a192f382ae700d761e46e2299a38f58db URL: https://github.com/llvm/llvm-project/commit/03a8e70a192f382ae700d761e46e2299a38f58db DIFF:

[Lldb-commits] [lldb] 482c53f - [lldb] Move ~Platform to source file

2021-10-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-14T21:36:46+02:00 New Revision: 482c53fa0dce16c0edebb494117dcc8dd383427e URL: https://github.com/llvm/llvm-project/commit/482c53fa0dce16c0edebb494117dcc8dd383427e DIFF:

[Lldb-commits] [lldb] e632e90 - [lldb] Remove logging from Platform::~Platform

2021-10-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-14T20:42:45+02:00 New Revision: e632e900ac1092f581b42fb93662613db9977b5a URL: https://github.com/llvm/llvm-project/commit/e632e900ac1092f581b42fb93662613db9977b5a DIFF:

[Lldb-commits] [lldb] 78e17e2 - [lldb] Rewrite TestDiamond and document some bugs.

2021-10-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-14T20:32:07+02:00 New Revision: 78e17e23aa0fe525d00a2e8f0c7469f9a6b94f40 URL: https://github.com/llvm/llvm-project/commit/78e17e23aa0fe525d00a2e8f0c7469f9a6b94f40 DIFF:

[Lldb-commits] [lldb] 4019699 - [lldb] Add a test for CRTP

2021-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-13T17:15:02+02:00 New Revision: 4019699fa5fd153586f02fd7f6b7cfc51a688bf2 URL: https://github.com/llvm/llvm-project/commit/4019699fa5fd153586f02fd7f6b7cfc51a688bf2 DIFF:

[Lldb-commits] [lldb] 0648b3c - [lldb][NFC] for-range loop when iterating over delayed_properties

2021-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-13T15:27:23+02:00 New Revision: 0648b3c0265e74a6920ae356885d0c29a1f6a44e URL: https://github.com/llvm/llvm-project/commit/0648b3c0265e74a6920ae356885d0c29a1f6a44e DIFF:

[Lldb-commits] [lldb] 7103753 - [lldb][NFC] Split out DW_TAG_inheritance parsing into own function

2021-10-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-13T13:14:57+02:00 New Revision: 7103753733a83602199958fb189d24f62c7400e8 URL: https://github.com/llvm/llvm-project/commit/7103753733a83602199958fb189d24f62c7400e8 DIFF:

[Lldb-commits] [lldb] 8249e50 - [lldb][NFC] Remove unnecessary reference from ParseChildMembers's default_accessibility parameter

2021-10-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-11T15:43:49+02:00 New Revision: 8249e50bf4286deee314e36ce7e67f38bcd79db2 URL: https://github.com/llvm/llvm-project/commit/8249e50bf4286deee314e36ce7e67f38bcd79db2 DIFF:

[Lldb-commits] [lldb] f110999 - [lldb][NFCI] Refactor out attribute parsing from DWARFASTParserClang::ParseSingleMember

2021-10-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-11T14:41:20+02:00 New Revision: f110999bf6b5fe1b5e2b945ea462003655f034d0 URL: https://github.com/llvm/llvm-project/commit/f110999bf6b5fe1b5e2b945ea462003655f034d0 DIFF:

[Lldb-commits] [lldb] 3256aa8 - [lldb] Add support for DW_AT_calling_convention to the DWARF parser

2021-10-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-11T13:44:10+02:00 New Revision: 3256aa8fe6fd785df12cc39f95e55bef0bc371c2 URL: https://github.com/llvm/llvm-project/commit/3256aa8fe6fd785df12cc39f95e55bef0bc371c2 DIFF:

[Lldb-commits] [lldb] 592e89c - [lldb] Don't print to stderr in TypeSystemClang::GetBuiltinTypeForDWARFEncodingAndBitSize

2021-10-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-11T13:33:47+02:00 New Revision: 592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed URL: https://github.com/llvm/llvm-project/commit/592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed DIFF:

[Lldb-commits] [lldb] b5ff511 - [lldb][NFC] Early-exit in DWARFASTParserClang::ParseSingleMember

2021-10-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-09T14:40:39+02:00 New Revision: b5ff51104810d09071a5e6ac4c33a0c070f996ca URL: https://github.com/llvm/llvm-project/commit/b5ff51104810d09071a5e6ac4c33a0c070f996ca DIFF:

[Lldb-commits] [lldb] 322e13b - [lldb] Rewrite/expand TestCppTypedef and document a lookup bug.

2021-10-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-07T13:30:03+02:00 New Revision: 322e13b91aac23ab324c3dcbbcfe8e73894f4c28 URL: https://github.com/llvm/llvm-project/commit/322e13b91aac23ab324c3dcbbcfe8e73894f4c28 DIFF:

[Lldb-commits] [lldb] f98df8a - [lldb] Make 'this' substituton error more verbose.

2021-10-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-06T15:07:19+02:00 New Revision: f98df8a38b00b207b5f5deda607fd6862ad550f0 URL: https://github.com/llvm/llvm-project/commit/f98df8a38b00b207b5f5deda607fd6862ad550f0 DIFF:

[Lldb-commits] [lldb] 7862728 - [lldb] Rewrite and extend TestConstThis

2021-10-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-06T14:51:00+02:00 New Revision: 7862728cab1b7724d2adf0f0075a3289d87ec20c URL: https://github.com/llvm/llvm-project/commit/7862728cab1b7724d2adf0f0075a3289d87ec20c DIFF:

[Lldb-commits] [lldb] cf818b5 - [lldb][NFC] Remove unnecessary include in cpp/const_this test

2021-10-05 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-05T14:39:10+02:00 New Revision: cf818b55e79ee637c72f1f94a183eec26b4fa3b9 URL: https://github.com/llvm/llvm-project/commit/cf818b55e79ee637c72f1f94a183eec26b4fa3b9 DIFF:

[Lldb-commits] [lldb] 6fcb857 - [lldb][import-std-module] Prefer the non-module diagnostics when in fallback mode

2021-10-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-10-04T19:16:03+02:00 New Revision: 6fcb857746c19b5ed46afdf732b839082326f9d4 URL: https://github.com/llvm/llvm-project/commit/6fcb857746c19b5ed46afdf732b839082326f9d4 DIFF:

Re: [Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-30 Thread Raphael Isemann via lldb-commits
by any chance? > Should I give it a spin on the release branch? > > On Wed, 29 Sept 2021 at 17:04, Raphael Isemann via lldb-commits > wrote: >> >> >> Author: Raphael Isemann >> Date: 2021-09-29T17:03:37+02:00 >> New Revision: f939a32e5c483686af16561211d77c0

[Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-29T17:03:37+02:00 New Revision: f939a32e5c483686af16561211d77c06a5579011 URL: https://github.com/llvm/llvm-project/commit/f939a32e5c483686af16561211d77c06a5579011 DIFF:

[Lldb-commits] [lldb] be2a421 - [lldb] Fix SocketTest.DomainGetConnectURI on macOS by stripping more zeroes from getpeername result

2021-09-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-27T17:34:45+02:00 New Revision: be2a4216fc5664ae465ec3dcc32fc3d40cecfdcd URL: https://github.com/llvm/llvm-project/commit/be2a4216fc5664ae465ec3dcc32fc3d40cecfdcd DIFF:

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

2021-09-26 Thread Raphael Isemann via lldb-commits
I guess you might have already figured that out in a Google-internal chat, but msan actually requires that the used libc++ is also compiled with msan enabled. Totally forgot that this is a requirement for msan (sorry). I don't think there is a public LLDB msan bot (?), but you can probably try

[Lldb-commits] [lldb] c223299 - [lldb] Add a C language REPL to test LLDB's REPL infrastructure

2021-09-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-23T19:31:02+02:00 New Revision: c22329972f02f9d51e2f9ea54d9075a4a808ffde URL: https://github.com/llvm/llvm-project/commit/c22329972f02f9d51e2f9ea54d9075a4a808ffde DIFF:

Re: [Lldb-commits] [lldb] f22c63b - [lldb/test] Start pexpect tests with a custom HOME

2021-09-14 Thread Raphael Isemann via lldb-commits
Thanks! Just FYI, I was actually about to open a review for allowing configuring the history directory which should also address this. Am Di., 14. Sept. 2021 um 15:18 Uhr schrieb Pavel Labath via lldb-commits : > > > Author: Pavel Labath > Date: 2021-09-14T15:17:10+02:00 > New Revision:

[Lldb-commits] [lldb] 4b2e38d - [lldb][NFC] Cleanup EditlineHistory

2021-09-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-13T09:30:31+02:00 New Revision: 4b2e38d940673e6ec01c4653eacf620e7e53ae6d URL: https://github.com/llvm/llvm-project/commit/4b2e38d940673e6ec01c4653eacf620e7e53ae6d DIFF:

[Lldb-commits] [lldb] 0c8444b - [lldb] Fix Clang modules build after D101329

2021-09-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-10T13:10:19+02:00 New Revision: 0c8444bd3462a3d05c8ac637a554e1a368dee0ac URL: https://github.com/llvm/llvm-project/commit/0c8444bd3462a3d05c8ac637a554e1a368dee0ac DIFF:

[Lldb-commits] [lldb] 4f1c90a - [lldb] Fix format string in Communication::Write

2021-09-09 Thread Raphael Isemann via lldb-commits
Author: Ryan Mansfield Date: 2021-09-09T17:55:38+02:00 New Revision: 4f1c90a6d4dde9e3c6d3c7d76bb187c1c19960d5 URL: https://github.com/llvm/llvm-project/commit/4f1c90a6d4dde9e3c6d3c7d76bb187c1c19960d5 DIFF:

[Lldb-commits] [lldb] cda1450 - [lldb][NFC] Add some tests for function-local classes and document some bugs

2021-09-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-09T14:12:02+02:00 New Revision: cda1450f1c771712718ef3585315f0ecbb708d8d URL: https://github.com/llvm/llvm-project/commit/cda1450f1c771712718ef3585315f0ecbb708d8d DIFF:

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

2021-09-06 Thread Raphael Isemann via lldb-commits
Not sure if there is a public builder with sanitizer enabled, but compiling LLDB with -DLLVM_USE_SANITIZER=Memory and then doing ninja check-lldb should be enough to reproduce this IIUC. Am Mo., 6. Sept. 2021 um 12:17 Uhr schrieb Andy Yankovsky via lldb-commits : > > Thanks for flagging this!

[Lldb-commits] [lldb] bbcb4d6 - Revert "[lldb server] Tidy up LLDB server return codes and associated tests"

2021-09-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-02T15:27:39+02:00 New Revision: bbcb4d6bc0db612698ab8938ce209029cd8551e0 URL: https://github.com/llvm/llvm-project/commit/bbcb4d6bc0db612698ab8938ce209029cd8551e0 DIFF:

[Lldb-commits] [lldb] e387c8c - [lldb server] Tidy up LLDB server return codes and associated tests

2021-09-02 Thread Raphael Isemann via lldb-commits
Author: Sebastian Schwartz Date: 2021-09-02T11:16:37+02:00 New Revision: e387c8c413e2127bc93950fb6d786290237b4a9f URL: https://github.com/llvm/llvm-project/commit/e387c8c413e2127bc93950fb6d786290237b4a9f DIFF:

[Lldb-commits] [lldb] 4f7fb13 - [lldb] Don't save empty expressions in the multiline editor history

2021-08-31 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-31T18:51:18+02:00 New Revision: 4f7fb13f87e10bd2cd89ccf2be70b026032237a7 URL: https://github.com/llvm/llvm-project/commit/4f7fb13f87e10bd2cd89ccf2be70b026032237a7 DIFF:

[Lldb-commits] [lldb] 2ce889f - [lldb][NFC] Add size tests for empty records with alignment and with empty members

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-30T16:38:13+02:00 New Revision: 2ce889fa4e5cab75fc65d03a4dfae52784d57db9 URL: https://github.com/llvm/llvm-project/commit/2ce889fa4e5cab75fc65d03a4dfae52784d57db9 DIFF:

[Lldb-commits] [lldb] ffcf571 - [LLDB] Fix 'std::out_of_range' crashing bug when file name completion using file path.

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Hiroki Date: 2021-08-30T15:14:09+02:00 New Revision: ffcf571107594ff5d02bc2410266efe527787fb0 URL: https://github.com/llvm/llvm-project/commit/ffcf571107594ff5d02bc2410266efe527787fb0 DIFF: https://github.com/llvm/llvm-project/commit/ffcf571107594ff5d02bc2410266efe527787fb0.diff LOG:

[Lldb-commits] [lldb] f3ad3ea - [lldb][NFC] Remove TypeSystemClang::CreateFunctionType overload

2021-08-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-30T12:28:20+02:00 New Revision: f3ad3ea4719bd025711062725732dd597533a8c9 URL: https://github.com/llvm/llvm-project/commit/f3ad3ea4719bd025711062725732dd597533a8c9 DIFF:

[Lldb-commits] [lldb] fc5495c - [lldb] Make TestAArch64AdrpAdd depend on the AArch64 target

2021-08-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-17T13:47:22+02:00 New Revision: fc5495c351a1f7ce28c7166a70113ce45906ff7b URL: https://github.com/llvm/llvm-project/commit/fc5495c351a1f7ce28c7166a70113ce45906ff7b DIFF:

[Lldb-commits] [lldb] cf521e7 - [lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguage

2021-08-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-16T18:00:01+02:00 New Revision: cf521e78dfd2a418970358e5d55dcc9a862664e5 URL: https://github.com/llvm/llvm-project/commit/cf521e78dfd2a418970358e5d55dcc9a862664e5 DIFF:

[Lldb-commits] [lldb] b2c262c - [lldb][NFC] Define DWARFDIE::children out-of-line instead of using template magic

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T19:19:41+02:00 New Revision: b2c262cfb12f4fb43177759426b1c6128d4236e4 URL: https://github.com/llvm/llvm-project/commit/b2c262cfb12f4fb43177759426b1c6128d4236e4 DIFF:

[Lldb-commits] [lldb] b136290 - [lldb][docs] Remove index entry to removed StructuredDataPlugins

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T13:47:04+02:00 New Revision: b136290bc46c6751ea59acfa97d7ac5ca044ded1 URL: https://github.com/llvm/llvm-project/commit/b136290bc46c6751ea59acfa97d7ac5ca044ded1 DIFF:

[Lldb-commits] [lldb] f6748b2 - [lldb][NFC] Fix small format error in TestCppVirtualFunctions

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T12:26:56+02:00 New Revision: f6748b24d4d731b3b60d97c20a1a29e66472ce66 URL: https://github.com/llvm/llvm-project/commit/f6748b24d4d731b3b60d97c20a1a29e66472ce66 DIFF:

[Lldb-commits] [lldb] 7377997 - [lldb] Rework 'lldb' substitution workaround in dwarf5-lazy-dwo.c

2021-08-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-11T12:12:25+02:00 New Revision: 737799713451a59ec2c2a84ea2daeceaf32ff1d5 URL: https://github.com/llvm/llvm-project/commit/737799713451a59ec2c2a84ea2daeceaf32ff1d5 DIFF:

[Lldb-commits] [lldb] 2db8461 - [lldb][NFC] Fix inversed documentation of Process::GetID/SetID

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T16:15:57+02:00 New Revision: 2db8461a9492cb64046a085f35048b9c4e45bfc2 URL: https://github.com/llvm/llvm-project/commit/2db8461a9492cb64046a085f35048b9c4e45bfc2 DIFF:

[Lldb-commits] [lldb] 9900af5 - [lldb][NFC] Add a FIXME for NameSearchContext::AddFunDecl's missing addDecl

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T16:14:27+02:00 New Revision: 9900af52f6b186a260d83321791177728fb369c5 URL: https://github.com/llvm/llvm-project/commit/9900af52f6b186a260d83321791177728fb369c5 DIFF:

[Lldb-commits] [lldb] 57bf5c8 - [lldb] Add a test for user-defined objc_copyRealizedClassList_nolock

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T14:54:42+02:00 New Revision: 57bf5c86591a1ff664f99d47e9f6a03a280f7a02 URL: https://github.com/llvm/llvm-project/commit/57bf5c86591a1ff664f99d47e9f6a03a280f7a02 DIFF:

[Lldb-commits] [lldb] 4994890 - [lldb] Add a test for potentially conflicting names for the Objective-C class update utility expression

2021-08-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-10T14:42:06+02:00 New Revision: 499489064b7a4519f7c566e76077821ae1f3446d URL: https://github.com/llvm/llvm-project/commit/499489064b7a4519f7c566e76077821ae1f3446d DIFF:

[Lldb-commits] [lldb] 3240000 - [lldb][NFC] Remove never read member variable IOHandler::m_editing

2021-08-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-09T18:05:53+02:00 New Revision: 32454652d47467d23b73ada5c8a599087167 URL: https://github.com/llvm/llvm-project/commit/32454652d47467d23b73ada5c8a599087167 DIFF:

[Lldb-commits] [lldb] 875a16b - [lldb] Fix break introduced in 14735ca

2021-08-09 Thread Raphael Isemann via lldb-commits
Author: Robin Giese Date: 2021-08-09T17:34:57+02:00 New Revision: 875a16bcfc28ba4959d67e2a4ad853f909d4ab83 URL: https://github.com/llvm/llvm-project/commit/875a16bcfc28ba4959d67e2a4ad853f909d4ab83 DIFF: https://github.com/llvm/llvm-project/commit/875a16bcfc28ba4959d67e2a4ad853f909d4ab83.diff

[Lldb-commits] [lldb] f968bd7 - Reland "[lldb/DWARF] Only match mangled name in full-name function lookup (with accelerators)"

2021-08-04 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2021-08-04T12:50:13+02:00 New Revision: f968bd77bbcf142afdb74750e53485b044de3e5f URL: https://github.com/llvm/llvm-project/commit/f968bd77bbcf142afdb74750e53485b044de3e5f DIFF:

[Lldb-commits] [lldb] e4977f9 - [lldb] Partly revert "Allow range-based for loops over DWARFDIE's children"

2021-08-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-08-04T11:05:08+02:00 New Revision: e4977f9cb58ff7820d0287ba309490af57787749 URL: https://github.com/llvm/llvm-project/commit/e4977f9cb58ff7820d0287ba309490af57787749 DIFF:

[Lldb-commits] [lldb] 83c752b - Revert "[lldb] Temporarily bump the max length of the pexpect error message to diagnose an lldb-aarch64 test failure"

2021-07-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-28T18:11:52+02:00 New Revision: 83c752bfa6071f34c8c4564a379d99b1b94f604a URL: https://github.com/llvm/llvm-project/commit/83c752bfa6071f34c8c4564a379d99b1b94f604a DIFF:

[Lldb-commits] [lldb] 5db8e23 - [lldb] Temporarily bump the max length of the pexpect error message to diagnose an lldb-aarch64 test failure

2021-07-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-28T11:47:54+02:00 New Revision: 5db8e232126fc4c0f5d5b0339bdc5a49830268d1 URL: https://github.com/llvm/llvm-project/commit/5db8e232126fc4c0f5d5b0339bdc5a49830268d1 DIFF:

[Lldb-commits] [lldb] 43e45f0 - [lldb] Wait in TestGuiBasicDebug for the interface to open before quitting the welcome screen

2021-07-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-27T13:58:49+02:00 New Revision: 43e45f0ec920b45d6073c0aff47597c44948f52c URL: https://github.com/llvm/llvm-project/commit/43e45f0ec920b45d6073c0aff47597c44948f52c DIFF:

[Lldb-commits] [lldb] 3d9a9fa - [lldb] Remove a wrong assert in TestStructTypes that checks that empty structs in C always have size 0

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T16:56:50+02:00 New Revision: 3d9a9fa6911a5228ce799a7c639e94d322678934 URL: https://github.com/llvm/llvm-project/commit/3d9a9fa6911a5228ce799a7c639e94d322678934 DIFF:

[Lldb-commits] [lldb] eb61ffb - [lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signal

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T15:35:28+02:00 New Revision: eb61ffbcb277cfaeb459d6d38b34ba908d247f96 URL: https://github.com/llvm/llvm-project/commit/eb61ffbcb277cfaeb459d6d38b34ba908d247f96 DIFF:

[Lldb-commits] [lldb] 77440d6 - [lldb][NFC] Allow range-based for loops over DWARFDIE's children

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T15:03:30+02:00 New Revision: 77440d644b3ba26443c1d14d04a4046fab07d731 URL: https://github.com/llvm/llvm-project/commit/77440d644b3ba26443c1d14d04a4046fab07d731 DIFF:

[Lldb-commits] [lldb] 0780034 - [lldb] Fix that `process signal` completion always returns all signals

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:51:21+02:00 New Revision: 078003482e90ff5c7ba047a3d3152f0b0c392b31 URL: https://github.com/llvm/llvm-project/commit/078003482e90ff5c7ba047a3d3152f0b0c392b31 DIFF:

[Lldb-commits] [lldb] 12a89e1 - [lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parser

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:36:23+02:00 New Revision: 12a89e14b83ac3db9e44f535a43bb11e7b6c3601 URL: https://github.com/llvm/llvm-project/commit/12a89e14b83ac3db9e44f535a43bb11e7b6c3601 DIFF:

[Lldb-commits] [lldb] 67c588c - [lldb] Generalize empty record size computation to avoid giving empty C++ structs a size of 0

2021-07-22 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-22T13:30:48+02:00 New Revision: 67c588c481bb2fb9f72459fbc205c3e1ee8c4b3b URL: https://github.com/llvm/llvm-project/commit/67c588c481bb2fb9f72459fbc205c3e1ee8c4b3b DIFF:

[Lldb-commits] [lldb] 2e7ec44 - [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-15 Thread Raphael Isemann via lldb-commits
Author: Peter S. Housel Date: 2021-07-16T00:45:22+02:00 New Revision: 2e7ec447cc7eab89a72413ad91a897049f551c56 URL: https://github.com/llvm/llvm-project/commit/2e7ec447cc7eab89a72413ad91a897049f551c56 DIFF:

[Lldb-commits] [lldb] 7177c59 - [lldb][NFC] Use ArrayRef in TypeSystemClang::SetFunctionParameters

2021-07-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-12T15:38:51+02:00 New Revision: 7177c5951ab4fefcd8986a7808d895ffeeace037 URL: https://github.com/llvm/llvm-project/commit/7177c5951ab4fefcd8986a7808d895ffeeace037 DIFF:

[Lldb-commits] [lldb] 3ebfeb2 - [lldb][docs] Force documentation emission of special Python class members

2021-07-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-07T19:49:50+02:00 New Revision: 3ebfeb258698db82b7525cfaa1efd04db93d72ba URL: https://github.com/llvm/llvm-project/commit/3ebfeb258698db82b7525cfaa1efd04db93d72ba DIFF:

[Lldb-commits] [lldb] 29cc50e - [LLDB][GUI] Add initial forms support

2021-07-07 Thread Raphael Isemann via lldb-commits
Author: Omar Emara Date: 2021-07-07T17:17:46+02:00 New Revision: 29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14 URL: https://github.com/llvm/llvm-project/commit/29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14 DIFF: https://github.com/llvm/llvm-project/commit/29cc50e17a6800ca75cd23ed85ae1ddf3e3dcc14.diff

[Lldb-commits] [lldb] 51ab17b - [lldb][docs] Fix reference warnings in python-reference.rst

2021-07-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-07-06T10:14:33+02:00 New Revision: 51ab17b91d2e3280d08c09648bb4950c0e217d20 URL: https://github.com/llvm/llvm-project/commit/51ab17b91d2e3280d08c09648bb4950c0e217d20 DIFF:

[Lldb-commits] [lldb] c000323 - [lldb] Skip TestPairFromStdModule for now

2021-06-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-29T19:01:11+02:00 New Revision: c00032321a6ae26f9c8056d024e262abf342631e URL: https://github.com/llvm/llvm-project/commit/c00032321a6ae26f9c8056d024e262abf342631e DIFF:

[Lldb-commits] [lldb] 355541a - [lldb] Avoid using any shell when calling xcrun.

2021-06-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-06-28T19:53:52+02:00 New Revision: 355541a1b7a5011f8f4ebadc3e23b25c734f9d27 URL: https://github.com/llvm/llvm-project/commit/355541a1b7a5011f8f4ebadc3e23b25c734f9d27 DIFF:

[Lldb-commits] [lldb] 4d8156e - [lldb-vscode] Make extension contribute breakpoints use new package.json schema

2021-06-25 Thread Raphael Isemann via lldb-commits
Author: Chris Bond Date: 2021-06-25T18:21:26+02:00 New Revision: 4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321 URL: https://github.com/llvm/llvm-project/commit/4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321 DIFF: https://github.com/llvm/llvm-project/commit/4d8156ef87f8bc6fdb8ed03b2f87123d02ac7321.diff

  1   2   3   4   5   6   7   8   9   10   >