Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lldb engine to attach on SSH #1166

Merged
merged 3 commits into from
Jul 14, 2021
Merged

Add lldb engine to attach on SSH #1166

merged 3 commits into from
Jul 14, 2021

Conversation

paulmaybee
Copy link
Contributor

No description provided.

"AlwaysLoadLocal"=dword:00000001
; "CallStackBP"=dword:00000001
; "ConditionalBP"=dword:00000001
"DataBP"=dword:00000001
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"DataBP"=dword:00000001
"DataBP"=dword:00000000

BreakWatch is not implemented for lldb.

throw new NotImplementedException();

; "SuspendThread"=dword:00000001
"CLSID"="{0fc2f352-2fc1-4f80-8736-51cd1ab28f16}"
"GlobalVisualizersDirectory"="$PackageFolder$"
"BreakWhenValueChanges"=dword:00000001
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"BreakWhenValueChanges"=dword:00000001
"BreakWhenValueChanges"=dword:00000000

Part of Data Breakpoints

"CLSID"="{0fc2f352-2fc1-4f80-8736-51cd1ab28f16}"
"GlobalVisualizersDirectory"="$PackageFolder$"
"BreakWhenValueChanges"=dword:00000001
"DataBPAsString"=dword:00000001
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"DataBPAsString"=dword:00000001
"DataBPAsString"=dword:00000000

Part of Data Breakpoints

@paulmaybee paulmaybee requested a review from WardenGnaw July 14, 2021 14:15
Copy link
Member

@gregg-miskelly gregg-miskelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM

@@ -62,7 62,7 @@ protected override void OnOutputReceived(object sender, string e)

if (_startCommand != null)
{
if (line.EndsWith(_startCommand, StringComparison.Ordinal))
if (line.Contains(_startCommand))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this wind up coming back as? Might be worth a comment.

@paulmaybee paulmaybee merged commit 5739661 into main Jul 14, 2021
@paulmaybee paulmaybee deleted the dev/paulmay/attach-lldb branch July 14, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants