[Lldb-commits] [PATCH] D82238: lldb whitelist -> allowed

2020-06-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. Ha, you ninja'd me, I was going to this today. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82238/new/ https://reviews.llvm.org/D82238

[Lldb-commits] [PATCH] D82238: lldb whitelist -> allowed

2020-06-19 Thread Fangrui Song via Phabricator via lldb-commits
MaskRay accepted this revision. MaskRay added a comment. This revision is now accepted and ready to land. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82238/new/ https://reviews.llvm.org/D82238

[Lldb-commits] [lldb] 2db1d75 - As part of using inclusive language within the llvm project,

2020-06-19 Thread Eric Christopher via lldb-commits
Author: Eric Christopher Date: 2020-06-19T14:51:04-07:00 New Revision: 2db1d75396fe3700530e3703f8c951a53cff00ee URL: https://github.com/llvm/llvm-project/commit/2db1d75396fe3700530e3703f8c951a53cff00ee DIFF:

[Lldb-commits] [lldb] efb328f - As part of using inclusive language with the llvm project,

2020-06-19 Thread Eric Christopher via lldb-commits
Author: Eric Christopher Date: 2020-06-19T14:48:48-07:00 New Revision: efb328f674ca67081818bbac45dda3f3452fc44b URL: https://github.com/llvm/llvm-project/commit/efb328f674ca67081818bbac45dda3f3452fc44b DIFF:

[Lldb-commits] [PATCH] D82238: lldb whitelist -> allowed

2020-06-19 Thread Eric Christopher via Phabricator via lldb-commits
echristo created this revision. echristo added a reviewer: mehdi_amini. Herald added subscribers: aaron.ballman, atanasyan, jrtc27, kbarton, nemanjai, sdardis, mcrosier. Herald added a project: LLDB. echristo edited the summary of this revision. Herald added a subscriber: wuzish. As part of

[Lldb-commits] [PATCH] D82236: blacklist -> exclusions: heap.py

2020-06-19 Thread Eric Christopher via Phabricator via lldb-commits
echristo created this revision. echristo added a reviewer: mehdi_amini. Herald added subscribers: aaron.ballman, mcrosier. Herald added a project: LLDB. echristo edited the summary of this revision. As part of using inclusive language with the llvm project migrate away from the use of blacklist

[Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-19 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib marked 9 inline comments as done. mib added inline comments. Comment at: lldb/source/Interpreter/CommandInterpreter.cpp:2929 + Status error; + user_id_t fd_dst = FileCache::GetInstance().OpenFile( + FileSpec(output_file), flags, lldb::eFilePermissionsFileDefault,

[Lldb-commits] [lldb] aa7cd42 - [lldb][NFC] Add test for builtin formats

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T22:33:02+02:00 New Revision: aa7cd42993b8ee0531ac456465b62eecc1851c0a URL: https://github.com/llvm/llvm-project/commit/aa7cd42993b8ee0531ac456465b62eecc1851c0a DIFF:

[Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added inline comments. Comment at: lldb/source/Commands/CommandObjectSession.cpp:10 +public: + // Constructors and Destructors + CommandObjectSessionSave(CommandInterpreter ) Remove Comment at:

[Lldb-commits] [lldb] 827c012 - [lldb] Replace calls to new with std::make_shared<> (NFC)

2020-06-19 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-06-19T11:20:15-07:00 New Revision: 827c012297f591ae8f82e3a8dbf36059ef9e0926 URL: https://github.com/llvm/llvm-project/commit/827c012297f591ae8f82e3a8dbf36059ef9e0926 DIFF:

[Lldb-commits] [PATCH] D82175: [lldb] Replace std::isprint/isspace with llvm's locale-independent version

2020-06-19 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf5eaa2afe2a9: [lldb] Replace std::isprint/isspace with llvms locale-independent version (authored by teemperor). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG

[Lldb-commits] [PATCH] D81729: [lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using the editline backend

2020-06-19 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbe18df3d23fe: [lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using theā€¦ (authored by teemperor). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository:

[Lldb-commits] [PATCH] D82109: [lldb] Reactivate Objective-C++ plugin

2020-06-19 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8340fbb9c7bc: [lldb] Reactivate Objective-C++ plugin (authored by teemperor). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo CHANGES SINCE

[Lldb-commits] [lldb] f5eaa2a - [lldb] Replace std::isprint/isspace with llvm's locale-independent version

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T19:17:56+02:00 New Revision: f5eaa2afe2a9faa2d05ca46e006e770d17c32778 URL: https://github.com/llvm/llvm-project/commit/f5eaa2afe2a9faa2d05ca46e006e770d17c32778 DIFF:

[Lldb-commits] [lldb] 8340fbb - [lldb] Reactivate Objective-C++ plugin

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T19:16:46+02:00 New Revision: 8340fbb9c7bc9ea5f3b636ec3c449ff87d88fd9d URL: https://github.com/llvm/llvm-project/commit/8340fbb9c7bc9ea5f3b636ec3c449ff87d88fd9d DIFF:

[Lldb-commits] [lldb] be18df3 - [lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using the editline backend

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T19:14:16+02:00 New Revision: be18df3d23fe21fa622ec45fa09eddb3af3eef6b URL: https://github.com/llvm/llvm-project/commit/be18df3d23fe21fa622ec45fa09eddb3af3eef6b DIFF:

[Lldb-commits] [PATCH] D81980: Repair support for launching iphone/tv/watch simulator binaries through platform

2020-06-19 Thread Adrian Prantl via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG7e825abd5704: Repair support for launching ios/tv/watch simulator binaries through platform (authored by aprantl). Herald added a project: LLDB. Changed prior to commit:

[Lldb-commits] [lldb] 7e825ab - Repair support for launching ios/tv/watch simulator binaries through platform

2020-06-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-19T09:42:44-07:00 New Revision: 7e825abd5704ce28b166f9463d4bd304348fd2a9 URL: https://github.com/llvm/llvm-project/commit/7e825abd5704ce28b166f9463d4bd304348fd2a9 DIFF: https://github.com/llvm/llvm-project/commit/7e825abd5704ce28b166f9463d4bd304348fd2a9.diff

[Lldb-commits] [lldb] 6331c7d - [lldb] Disable complex tests on Windows

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T18:40:08+02:00 New Revision: 6331c7d0bef8a0fccafe6333ba2004e50c752f19 URL: https://github.com/llvm/llvm-project/commit/6331c7d0bef8a0fccafe6333ba2004e50c752f19 DIFF:

[Lldb-commits] [lldb] 85e7e3b - [lldb] Fix TestComplexInt on ARM

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T17:47:16+02:00 New Revision: 85e7e3b1c93ebdaaaf1f63d0d5b3b778e81fdd9c URL: https://github.com/llvm/llvm-project/commit/85e7e3b1c93ebdaaaf1f63d0d5b3b778e81fdd9c DIFF:

[Lldb-commits] [lldb] 1e8e1ec - [lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T16:35:03+02:00 New Revision: 1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa URL: https://github.com/llvm/llvm-project/commit/1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa DIFF:

[Lldb-commits] [lldb] 3e66bd2 - [lldb][NFC] Add test for C99 and GCC complex types

2020-06-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-06-19T16:22:16+02:00 New Revision: 3e66bd291f1fbf381c3e0cac528ed4f6030cf714 URL: https://github.com/llvm/llvm-project/commit/3e66bd291f1fbf381c3e0cac528ed4f6030cf714 DIFF:

[Lldb-commits] [PATCH] D82160: [lldb][PDB] Constexpr static member values as AST literals

2020-06-19 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. You might also be interested in D81471 which is a very similar patch but for DWARF and only focused on static const integer/enum data members. One thing I'm curious about is how this is solving (or if it's even supposed to solve)

[Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-19 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. Hey folks, this is a first implementation of the patch and surely there will be several other revisions before landing it. Some functionalities are not supported yet, like: - Multi-line expression - Python/Lua? Interactive script interpreter - Outputs that aren't in the

[Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-19 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib created this revision. mib added reviewers: labath, JDevlieghere. mib added a project: LLDB. Herald added a subscriber: mgorny. mib retitled this revision from "[lldb/interpreter] Add ability to save lldb session to a file" to "[WIP][lldb/interpreter] Add ability to save lldb session to a