Skip to content

debugging-sos-lldb-via-core: update for name2ee C# rewrite. - #432

Merged
tmds merged 1 commit into
redhat-developer:mainfrom
tmds:update-name2ee-eeclass
Sep 3, 2026
Merged

debugging-sos-lldb-via-core: update for name2ee C# rewrite.#432
tmds merged 1 commit into
redhat-developer:mainfrom
tmds:update-name2ee-eeclass

Conversation

@tmds

@tmds tmds commented Sep 3, 2026

Copy link
Copy Markdown
Member

dotnet/diagnostics#5719 rewrote name2ee from C++ to C#. The new implementation no longer emits an EEClass field, and only reports the module where a method is defined, not every referencing assembly.

dotnet/diagnostics#5719 rewrote name2ee from C++ to C#. The new
implementation no longer emits an EEClass field, and only reports
the module where a method is defined, not every referencing assembly.
@tmds
tmds requested review from nicrowe00 and omajid September 3, 2026 08:12
# grep 'Name: System.String' lldb.out
# grep -F "File: ${framework_dir}" lldb.out

echo "[dumpclass]"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is the dumpclass command entirely gone now?

@tmds tmds Sep 3, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'll take a look. If it is still there, I'll see what we might call it with (other than what we got from name2ee).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@tmds
tmds merged commit 90bb298 into redhat-developer:main Sep 3, 2026
0 of 31 checks passed
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