[Lldb-commits] [PATCH] D92908: [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd6f5e08199f6: [lldb] Kill the inferior instead of detaching during test suite runs (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTIO

[Lldb-commits] [lldb] d6f5e08 - [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-12-09T18:40:06-08:00 New Revision: d6f5e08199f6454b488814b618aaf17b4a49c8bf URL: https://github.com/llvm/llvm-project/commit/d6f5e08199f6454b488814b618aaf17b4a49c8bf DIFF: https://github.com/llvm/llvm-project/commit/d6f5e08199f6454b488814b618aaf17b4a49c8bf.d

[Lldb-commits] [PATCH] D92908: [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In D92908#2443065 , @teemperor wrote: > LGTM. I assume that's the result of investigating Vedant's zombie generation > script? No, we're still trying to figure that one out. This patch safeguards against something unexpecte

[Lldb-commits] [PATCH] D92510: [lldb] set created function decl to public access in TypeSystemClang

2020-12-09 Thread Zequan Wu via Phabricator via lldb-commits
zequanwu abandoned this revision. zequanwu added a comment. Adrian said he will work on this, so I abandoned this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92510/new/ https://reviews.llvm.org/D92510 ___

[Lldb-commits] [PATCH] D92692: Ignore DBGArchitecture from DebugSymbols DBGShellCommands outputs

2020-12-09 Thread Jason Molenda via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2cedc44a9233: Ignore DBGArchitecture from dsymForUUID's plist (authored by jasonmolenda). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92692/new/ https://r

[Lldb-commits] [lldb] 2cedc44 - Ignore DBGArchitecture from dsymForUUID's plist

2020-12-09 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2020-12-09T14:19:55-08:00 New Revision: 2cedc44a92337ccc0e8173b4dbf4cfe5650da8cd URL: https://github.com/llvm/llvm-project/commit/2cedc44a92337ccc0e8173b4dbf4cfe5650da8cd DIFF: https://github.com/llvm/llvm-project/commit/2cedc44a92337ccc0e8173b4dbf4cfe5650da8cd.diff

[Lldb-commits] [PATCH] D92820: [lldb] Deal gracefully with concurrency in the API instrumentation.

2020-12-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 310649. JDevlieghere added a comment. Change test to unit test. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92820/new/ https://reviews.llvm.org/D92820 Files: lldb/include/lldb/Utility/ReproducerInstrumentation.h lldb/source/Utility/Repro

[Lldb-commits] [PATCH] D92957: ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFC

2020-12-09 Thread Duncan P. N. Exon Smith via Phabricator via lldb-commits
dexonsmith created this revision. Herald added a subscriber: ributzka. dexonsmith requested review of this revision. Herald added a project: LLDB. Migrate to the `FileEntryRef` overload of `SourceManager::createFileID` (using `FileManager::getOptionalFileRef`) in `ClangExpressionParser::ParseInter

[Lldb-commits] [lldb] 199ec40 - [lldb][NFC] Refactor _get_bool_config_skip_if_decorator

2020-12-09 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-12-09T20:02:06+01:00 New Revision: 199ec40e7bcc8548282d803b1a43b1ae1d3b57ce URL: https://github.com/llvm/llvm-project/commit/199ec40e7bcc8548282d803b1a43b1ae1d3b57ce DIFF: https://github.com/llvm/llvm-project/commit/199ec40e7bcc8548282d803b1a43b1ae1d3b57ce.dif

[Lldb-commits] [PATCH] D92908: [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-09 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib accepted this revision. mib added a comment. LGTM Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92908/new/ https://reviews.llvm.org/D92908 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.l

[Lldb-commits] [PATCH] D92908: [lldb] Kill the inferior instead of detaching during test suite runs

2020-12-09 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM. I assume that's the result of investigating Vedant's zombie generation script? Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92908/new/ https://

[Lldb-commits] [lldb] 5861234 - [lldb] Track the API boundary using a thread_local variable.

2020-12-09 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2020-12-09T08:58:40-08:00 New Revision: 5861234e72c035ad39b5fd843eef78ab4039351e URL: https://github.com/llvm/llvm-project/commit/5861234e72c035ad39b5fd843eef78ab4039351e DIFF: https://github.com/llvm/llvm-project/commit/5861234e72c035ad39b5fd843eef78ab4039351e.d

[Lldb-commits] [PATCH] D92811: [lldb] Track the API boundary using a thread_local variable.

2020-12-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5861234e72c0: [lldb] Track the API boundary using a thread_local variable. (authored by JDevlieghere). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D92811?vs=310082&id

[Lldb-commits] [PATCH] D92820: [lldb] Deal gracefully with concurrency in the API instrumentation.

2020-12-09 Thread Frederic Riss via Phabricator via lldb-commits
friss added a comment. The change itself looks fine, but I'm wondering about the test. There is nothing that really guarantees that the SB calls and return values are going to be intertwined, is there? Does it rely solely on the fact that it's very very unlikely to succeed? CHANGES SINCE LAST

[Lldb-commits] [PATCH] D92811: [lldb] Track the API boundary using a thread_local variable.

2020-12-09 Thread Frederic Riss via Phabricator via lldb-commits
friss accepted this revision. friss added a comment. This revision is now accepted and ready to land. This LGTM. I like that it's way easier than what we have discussed offline. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92811/new/ https://reviews.llvm.org/D

[Lldb-commits] [lldb] 10edd10 - [LLDB] Temporarily incrase DEFAULT_TIMEOUT on gdbremote_testcase.py

2020-12-09 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2020-12-09T18:44:21+05:00 New Revision: 10edd103483027fad1f106ae2d250136b83f1d4d URL: https://github.com/llvm/llvm-project/commit/10edd103483027fad1f106ae2d250136b83f1d4d DIFF: https://github.com/llvm/llvm-project/commit/10edd103483027fad1f106ae2d250136b83f1d

[Lldb-commits] [PATCH] D82863: [LLDB] Add support to resize SVE registers at run-time

2020-12-09 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added a comment. Herald added a subscriber: NickHung. ping! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82863/new/ https://reviews.llvm.org/D82863 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi

[Lldb-commits] [PATCH] D82866: [LLDB] Test SVE dynamic resize with multiple threads

2020-12-09 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added a comment. Herald added a subscriber: NickHung. Ping! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82866/new/ https://reviews.llvm.org/D82866 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi

[Lldb-commits] [PATCH] D82857: [LLDB] Add per-thread register infos shared pointer in gdb-remote

2020-12-09 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added a comment. @labath Is this ok for commit? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82857/new/ https://reviews.llvm.org/D82857 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[Lldb-commits] [lldb] 85a3daa - [LLDB] Fix failing test dwp-separate-debug-file.cpp

2020-12-09 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2020-12-09T14:57:50+05:00 New Revision: 85a3daa107fb0340f3b74f1719a3dc6cdb1586ee URL: https://github.com/llvm/llvm-project/commit/85a3daa107fb0340f3b74f1719a3dc6cdb1586ee DIFF: https://github.com/llvm/llvm-project/commit/85a3daa107fb0340f3b74f1719a3dc6cdb1586

[Lldb-commits] [lldb] 6883042 - [lldb] Fix one more failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93.

2020-12-09 Thread Haojian Wu via lldb-commits
Author: Haojian Wu Date: 2020-12-09T10:43:52+01:00 New Revision: 6883042528d0338b776bb2316e58999650e94892 URL: https://github.com/llvm/llvm-project/commit/6883042528d0338b776bb2316e58999650e94892 DIFF: https://github.com/llvm/llvm-project/commit/6883042528d0338b776bb2316e58999650e94892.diff LO

[Lldb-commits] [lldb] ce14ffa - [lldb] Fix a failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93.

2020-12-09 Thread Haojian Wu via lldb-commits
Author: Haojian Wu Date: 2020-12-09T09:32:13+01:00 New Revision: ce14ffa1bba2b609eaba81186c51cf26e9cd60ac URL: https://github.com/llvm/llvm-project/commit/ce14ffa1bba2b609eaba81186c51cf26e9cd60ac DIFF: https://github.com/llvm/llvm-project/commit/ce14ffa1bba2b609eaba81186c51cf26e9cd60ac.diff LO