[llvm-branch-commits] [lldb] 2afaf07 - Implement vAttachOrWait

2021-01-24 Thread Pavel Labath via llvm-branch-commits
Author: Augusto Noronha Date: 2021-01-24T21:30:09+01:00 New Revision: 2afaf072f5c1467767081571f2a3747b3ba91354 URL: https://github.com/llvm/llvm-project/commit/2afaf072f5c1467767081571f2a3747b3ba91354 DIFF:

[llvm-branch-commits] [lldb] 599fdfc - Revert "[lldb] Re-enable TestPlatformProcessConnect on macos"

2021-01-20 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-20T20:49:03+01:00 New Revision: 599fdfc5db8f44582ee9bd05544769268ec9b4a3 URL: https://github.com/llvm/llvm-project/commit/599fdfc5db8f44582ee9bd05544769268ec9b4a3 DIFF: https://github.com/llvm/llvm-project/commit/599fdfc5db8f44582ee9bd05544769268ec9b4a3.diff

[llvm-branch-commits] [lldb] 079e664 - [lldb] Re-enable TestPlatformProcessConnect on macos

2021-01-19 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-19T11:01:07+01:00 New Revision: 079e664661770a78e30c0d27a12d50047f1b1ea8 URL: https://github.com/llvm/llvm-project/commit/079e664661770a78e30c0d27a12d50047f1b1ea8 DIFF: https://github.com/llvm/llvm-project/commit/079e664661770a78e30c0d27a12d50047f1b1ea8.diff

[llvm-branch-commits] [lldb] a89242d - [lldb] Skip TestPlatformProcessConnect on windows and darwin

2021-01-17 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-17T20:18:55+01:00 New Revision: a89242d874df72cddeafbebc75ac377371e72796 URL: https://github.com/llvm/llvm-project/commit/a89242d874df72cddeafbebc75ac377371e72796 DIFF: https://github.com/llvm/llvm-project/commit/a89242d874df72cddeafbebc75ac377371e72796.diff

[llvm-branch-commits] [lldb] a997a1d - [lldb/test] Ensure launched processes are ready to be attached

2021-01-14 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-14T12:07:04+01:00 New Revision: a997a1d7fbe229433fb458bb0035b32424ecf3bd URL: https://github.com/llvm/llvm-project/commit/a997a1d7fbe229433fb458bb0035b32424ecf3bd DIFF: https://github.com/llvm/llvm-project/commit/a997a1d7fbe229433fb458bb0035b32424ecf3bd.diff

[llvm-branch-commits] [lldb] 4b284b9 - [lldb] Fix TestPlatformProcessConnect.py

2021-01-14 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-14T09:49:19+01:00 New Revision: 4b284b9ca8098e284b8d965a633b71bd283043d6 URL: https://github.com/llvm/llvm-project/commit/4b284b9ca8098e284b8d965a633b71bd283043d6 DIFF: https://github.com/llvm/llvm-project/commit/4b284b9ca8098e284b8d965a633b71bd283043d6.diff

[llvm-branch-commits] [lldb] 2bbf724 - Implement vAttachWait in lldb-server

2021-01-14 Thread Pavel Labath via llvm-branch-commits
Author: Augusto Noronha Date: 2021-01-14T09:25:15+01:00 New Revision: 2bbf724feea9824f9b9e4d20d34828023dbec2af URL: https://github.com/llvm/llvm-project/commit/2bbf724feea9824f9b9e4d20d34828023dbec2af DIFF:

[llvm-branch-commits] [lldb] 7ad54d1 - [lldb][wasm] Parse DWO section names

2021-01-13 Thread Pavel Labath via llvm-branch-commits
Author: Philip Pfaffe Date: 2021-01-14T08:45:02+01:00 New Revision: 7ad54d193871ce69968565ea46372e81c9f1ce62 URL: https://github.com/llvm/llvm-project/commit/7ad54d193871ce69968565ea46372e81c9f1ce62 DIFF: https://github.com/llvm/llvm-project/commit/7ad54d193871ce69968565ea46372e81c9f1ce62.diff

[llvm-branch-commits] [lldb] d36e879 - [lldb] Disable PipeTest.OpenAsReader on windows

2021-01-11 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-11T13:37:49+01:00 New Revision: d36e879c21c9620c9b6a1a8f45afe46379142d2f URL: https://github.com/llvm/llvm-project/commit/d36e879c21c9620c9b6a1a8f45afe46379142d2f DIFF: https://github.com/llvm/llvm-project/commit/d36e879c21c9620c9b6a1a8f45afe46379142d2f.diff

[llvm-branch-commits] [lldb] 13dea03 - [lldb] Fix some bugs in the Pipe class and add tests

2021-01-10 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-10T21:59:16+01:00 New Revision: 13dea030b3d794d05a08dd0080c35844c9ca1b30 URL: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30 DIFF: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30.diff

[llvm-branch-commits] [lldb] 4e0e79d - [lldb] Simplify some lldb-server tests

2021-01-06 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-06T15:39:51+01:00 New Revision: 4e0e79dd349a208384449fd8dcdc9bf1644ee0f3 URL: https://github.com/llvm/llvm-project/commit/4e0e79dd349a208384449fd8dcdc9bf1644ee0f3 DIFF: https://github.com/llvm/llvm-project/commit/4e0e79dd349a208384449fd8dcdc9bf1644ee0f3.diff

[llvm-branch-commits] [lldb] d9ba814 - [lldb/test] Deduplicate the rest of TestLldbGdbServer.py

2021-01-02 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-02T18:32:25+01:00 New Revision: d9ba8142c9a44a025c9816a8dc4a015ad8baec6a URL: https://github.com/llvm/llvm-project/commit/d9ba8142c9a44a025c9816a8dc4a015ad8baec6a DIFF: https://github.com/llvm/llvm-project/commit/d9ba8142c9a44a025c9816a8dc4a015ad8baec6a.diff

[llvm-branch-commits] [lldb] 54a1c86 - [lldb] Deduplicate more lldb-server tests

2021-01-02 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-02T18:32:25+01:00 New Revision: 54a1c861ca7a9e15d23904e1e702ac7e868882b0 URL: https://github.com/llvm/llvm-project/commit/54a1c861ca7a9e15d23904e1e702ac7e868882b0 DIFF: https://github.com/llvm/llvm-project/commit/54a1c861ca7a9e15d23904e1e702ac7e868882b0.diff

[llvm-branch-commits] [lldb] a0b68a2 - [lldb] Deduplicate some tests in TestLldbGdbServer

2020-12-29 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-29T09:37:01+01:00 New Revision: a0b68a2925fbe31f4b0af27677d55feaff6b1362 URL: https://github.com/llvm/llvm-project/commit/a0b68a2925fbe31f4b0af27677d55feaff6b1362 DIFF: https://github.com/llvm/llvm-project/commit/a0b68a2925fbe31f4b0af27677d55feaff6b1362.diff

[llvm-branch-commits] [lldb] 53f80d6 - [lldb] Fix logging in lldb-server tests

2020-12-28 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-29T08:33:12+01:00 New Revision: 53f80d6b3a01a79a9d448ad117c4b54a15ad08af URL: https://github.com/llvm/llvm-project/commit/53f80d6b3a01a79a9d448ad117c4b54a15ad08af DIFF: https://github.com/llvm/llvm-project/commit/53f80d6b3a01a79a9d448ad117c4b54a15ad08af.diff

[llvm-branch-commits] [lldb] 76a718e - [lldb] Deduplicate some lldb-server tests

2020-12-28 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-28T20:16:08+01:00 New Revision: 76a718ee939ed84d95b005f36cfbd103a702522f URL: https://github.com/llvm/llvm-project/commit/76a718ee939ed84d95b005f36cfbd103a702522f DIFF: https://github.com/llvm/llvm-project/commit/76a718ee939ed84d95b005f36cfbd103a702522f.diff

[llvm-branch-commits] [lldb] bd39a5c - [lldb/test] Automatically skip remote lldb-server tests when applicable

2020-12-27 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-27T13:58:10+01:00 New Revision: bd39a5cb30a34547eb56a81eb7ca8aca23544099 URL: https://github.com/llvm/llvm-project/commit/bd39a5cb30a34547eb56a81eb7ca8aca23544099 DIFF: https://github.com/llvm/llvm-project/commit/bd39a5cb30a34547eb56a81eb7ca8aca23544099.diff

[llvm-branch-commits] [lldb] aca4488 - [lldb] Surpress "ingoring result" warning in reproducer_handler

2020-12-27 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-27T13:58:05+01:00 New Revision: aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c URL: https://github.com/llvm/llvm-project/commit/aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c DIFF: https://github.com/llvm/llvm-project/commit/aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c.diff

[llvm-branch-commits] [llvm] 8d75d90 - [DebugInfo] Don't use DW_OP_implicit_value for fragments

2020-12-22 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-22T10:07:47+01:00 New Revision: 8d75d902a955602feb7e2501e34f814ff5630415 URL: https://github.com/llvm/llvm-project/commit/8d75d902a955602feb7e2501e34f814ff5630415 DIFF: https://github.com/llvm/llvm-project/commit/8d75d902a955602feb7e2501e34f814ff5630415.diff

[llvm-branch-commits] [lldb] 0a8a245 - [lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server tests

2020-12-22 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-22T10:07:47+01:00 New Revision: 0a8a2453fb843cf2e0f43e389b58d516525f0b8c URL: https://github.com/llvm/llvm-project/commit/0a8a2453fb843cf2e0f43e389b58d516525f0b8c DIFF: https://github.com/llvm/llvm-project/commit/0a8a2453fb843cf2e0f43e389b58d516525f0b8c.diff

[llvm-branch-commits] [lldb] 3f3ab03 - [lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64

2020-12-21 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-21T20:39:05+01:00 New Revision: 3f3ab03ab7bbaf13329b0ff07c5d3de40970bfcd URL: https://github.com/llvm/llvm-project/commit/3f3ab03ab7bbaf13329b0ff07c5d3de40970bfcd DIFF: https://github.com/llvm/llvm-project/commit/3f3ab03ab7bbaf13329b0ff07c5d3de40970bfcd.diff

[llvm-branch-commits] [lldb] 37974b4 - [lldb/test] Enable reverse-connect on windows too

2020-12-20 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-20T10:37:48+01:00 New Revision: 37974b493a48cf97ac3d486512d6cd70c176924a URL: https://github.com/llvm/llvm-project/commit/37974b493a48cf97ac3d486512d6cd70c176924a DIFF: https://github.com/llvm/llvm-project/commit/37974b493a48cf97ac3d486512d6cd70c176924a.diff

[llvm-branch-commits] [lldb] c15c296 - [lldb/test] Reduce boilerplate in lldb-server tests

2020-12-18 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-18T13:01:42+01:00 New Revision: c15c29652118292c389d5f9fde1b11b55c248cd9 URL: https://github.com/llvm/llvm-project/commit/c15c29652118292c389d5f9fde1b11b55c248cd9 DIFF: https://github.com/llvm/llvm-project/commit/c15c29652118292c389d5f9fde1b11b55c248cd9.diff

[llvm-branch-commits] [lldb] 122a4eb - Revert "[lldb] Make CommandInterpreter's execution context the same as debugger's one."

2020-12-17 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-17T17:47:53+01:00 New Revision: 122a4ebde3f4394a84e9f93b9c7085f088be6dd7 URL: https://github.com/llvm/llvm-project/commit/122a4ebde3f4394a84e9f93b9c7085f088be6dd7 DIFF: https://github.com/llvm/llvm-project/commit/122a4ebde3f4394a84e9f93b9c7085f088be6dd7.diff

[llvm-branch-commits] [lldb] e7a3c4c - [lldb-vscode] Speculative fix for raciness in TestVSCode_attach

2020-12-17 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-17T14:19:52+01:00 New Revision: e7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5 URL: https://github.com/llvm/llvm-project/commit/e7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5 DIFF: https://github.com/llvm/llvm-project/commit/e7a3c4c11e84ba99c3682ae6cf20c398f16cf3f5.diff

[llvm-branch-commits] [lldb] b505142 - [lldb/test] Change base class of lldb-server tests

2020-12-10 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-10T16:21:28+01:00 New Revision: b505142fa5d301238796318d2d092d6fb3bd2d31 URL: https://github.com/llvm/llvm-project/commit/b505142fa5d301238796318d2d092d6fb3bd2d31 DIFF: https://github.com/llvm/llvm-project/commit/b505142fa5d301238796318d2d092d6fb3bd2d31.diff

[llvm-branch-commits] [lldb] db84208 - [lldb/test] Replace ad-hoc server test choice with test categories

2020-12-10 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-10T16:21:28+01:00 New Revision: db8420825073371ddc077b020634e71e315e38a1 URL: https://github.com/llvm/llvm-project/commit/db8420825073371ddc077b020634e71e315e38a1 DIFF: https://github.com/llvm/llvm-project/commit/db8420825073371ddc077b020634e71e315e38a1.diff

[llvm-branch-commits] [lldb] a2f4f7d - [lldb/test] Refactor socket_packet_pump

2020-12-07 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-07T09:24:13+01:00 New Revision: a2f4f7daf76c767efd668390bc7f8b99bdb1218c URL: https://github.com/llvm/llvm-project/commit/a2f4f7daf76c767efd668390bc7f8b99bdb1218c DIFF: https://github.com/llvm/llvm-project/commit/a2f4f7daf76c767efd668390bc7f8b99bdb1218c.diff

[llvm-branch-commits] [lldb] 174b09e - [lldb/test] Simplify TestLldbGdbServer.py

2020-12-07 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-07T09:24:13+01:00 New Revision: 174b09e9153894903c13bd4f40c6dab07b2558ba URL: https://github.com/llvm/llvm-project/commit/174b09e9153894903c13bd4f40c6dab07b2558ba DIFF: https://github.com/llvm/llvm-project/commit/174b09e9153894903c13bd4f40c6dab07b2558ba.diff

[llvm-branch-commits] [lldb] ce279e0 - [lldb/test] Simplify TestGdbRemoteExitCode.py

2020-12-07 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-12-07T09:24:12+01:00 New Revision: ce279e0c80eb3af913bc2cd08c2bcf4632252675 URL: https://github.com/llvm/llvm-project/commit/ce279e0c80eb3af913bc2cd08c2bcf4632252675 DIFF: https://github.com/llvm/llvm-project/commit/ce279e0c80eb3af913bc2cd08c2bcf4632252675.diff

[llvm-branch-commits] [lldb] b6e04ac - [lldb/test] Avoid the socket "pump" thread

2020-11-30 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-11-30T09:07:45+01:00 New Revision: b6e04ac5aa881c1fbb66da884b04e48dfb102474 URL: https://github.com/llvm/llvm-project/commit/b6e04ac5aa881c1fbb66da884b04e48dfb102474 DIFF: https://github.com/llvm/llvm-project/commit/b6e04ac5aa881c1fbb66da884b04e48dfb102474.diff

[llvm-branch-commits] [llvm] 6ef7835 - [DebugInfo] Refactor code for emitting DWARF expressions for FP constants

2020-11-23 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-11-23T09:59:07+01:00 New Revision: 6ef7835afca246e623e9990dcd8c71204f5691e5 URL: https://github.com/llvm/llvm-project/commit/6ef7835afca246e623e9990dcd8c71204f5691e5 DIFF: https://github.com/llvm/llvm-project/commit/6ef7835afca246e623e9990dcd8c71204f5691e5.diff

[llvm-branch-commits] [llvm] e82d134 - ReleaseNotes: Mention improved DWARF5 support in lldb

2020-02-24 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2020-02-24T17:11:23+01:00 New Revision: e82d1342bdff11c877ee8fe3f9952704bccd702b URL: https://github.com/llvm/llvm-project/commit/e82d1342bdff11c877ee8fe3f9952704bccd702b DIFF: https://github.com/llvm/llvm-project/commit/e82d1342bdff11c877ee8fe3f9952704bccd702b.diff