[Lldb-commits] [PATCH] D93541: [Process/NetBSD] Copy changes from FreeBSDRemote and reformat [WIP]

2020-12-20 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added inline comments. This revision is now accepted and ready to land. Comment at: lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:41 + +namespace { +// x86 64-bit general purpose registers. I don'

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

2020-12-20 Thread Pavel Labath via lldb-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

[Lldb-commits] [lldb] 9956233 - [lldb] [test] Update test status for NetBSD

2020-12-20 Thread Michał Górny via lldb-commits
Author: Michał Górny Date: 2020-12-20T11:32:43+01:00 New Revision: 99562332e3de19da9da1714a58b5cc2d24724ef5 URL: https://github.com/llvm/llvm-project/commit/99562332e3de19da9da1714a58b5cc2d24724ef5 DIFF: https://github.com/llvm/llvm-project/commit/99562332e3de19da9da1714a58b5cc2d24724ef5.diff

[Lldb-commits] [PATCH] D92164: Make CommandInterpreter's execution context the same as debugger's one.

2020-12-20 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I've included two logs, showing failing and successful runs (the successful run was captured without this patch). Interesting things happen around line 1057, where the "step out" plan decides we should not stop after stepping out. I'm not sure what's the relation to this

[Lldb-commits] [PATCH] D93541: [Process/NetBSD] Copy changes from FreeBSDRemote and reformat [WIP]

2020-12-20 Thread Michał Górny via Phabricator via lldb-commits
mgorny added inline comments. Comment at: lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:41 + +namespace { +// x86 64-bit general purpose registers. labath wrote: > I don't know if this namespace snuck into the FreeBSD file, but genera

[Lldb-commits] [PATCH] D93601: lldb-vscode: Install package.json to share/lldb-vscode

2020-12-20 Thread Daan De Meyer via Phabricator via lldb-commits
DaanDeMeyer created this revision. DaanDeMeyer added a reviewer: LLDB. DaanDeMeyer added a project: LLDB. Herald added subscribers: JDevlieghere, mgorny. DaanDeMeyer requested review of this revision. Herald added a subscriber: lldb-commits. This makes it easier to install the extension since th