Skip to content

[lldb-vscode] Fix a GetChildAtIndex call #65537

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

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

walter-erquinigo
Copy link
Member

We were invoking GetChildAtIndex(0) without checking the number of children.
This was not crashing but was showing some warnings in python formatters.

We were invoking GetChildAtIndex(0) without checking the number of children.
This was not crashing but was showing some warnings in python formatters.
@github-actions github-actions bot added the lldb label Sep 6, 2023
@walter-erquinigo walter-erquinigo merged commit 01c0a6a into llvm:main Sep 6, 2023
Guzhu-AMD pushed a commit to GPUOpen-Drivers/llvm-project that referenced this pull request Sep 7, 2023
Local branch amd-gfx da37246 Merged main:c47321524c8b into amd-gfx:1b3f7c53de71
Remote branch main 01c0a6a [lldb-vscode] Fix a GetChildAtIndex call (llvm#65537)
avillega pushed a commit to avillega/llvm-project that referenced this pull request Sep 11, 2023
We were invoking GetChildAtIndex(0) without checking the number of
children.
This was not crashing but was showing some warnings in python
formatters.
adrian-prantl pushed a commit to adrian-prantl/llvm-project that referenced this pull request Jan 18, 2024
We were invoking GetChildAtIndex(0) without checking the number of
children.
This was not crashing but was showing some warnings in python
formatters.

(cherry picked from commit 01c0a6a)
@walter-erquinigo walter-erquinigo deleted the walter/get_size branch July 6, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant