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

Symbol demangling #12

Open
dd86k opened this issue Mar 20, 2024 · 0 comments
Open

Symbol demangling #12

dd86k opened this issue Mar 20, 2024 · 0 comments
Assignees
Labels
feature New feature request

Comments

@dd86k
Copy link
Owner

dd86k commented Mar 20, 2024

Ref Description
Module adbg.symbol
Function size_t adbg_symbol_demangle(char* buf, size_t bufsz, const char* sym);

Add symbol demangling.

Minimum:

  • C
  • MSVC C++ (stdcall?)
  • GCC C++
  • D

Tests:

  • C
    • Probably none, usually as-is.
  • C++
    • GCC C++: _ZN11RealSenseID7PreviewC1ERKNS_13PreviewConfigE to RealSenseID::Preview::Preview(RealSenseID::PreviewConfig const&)
    • http://demangler.com/
  • D
    • One test per type.
@dd86k dd86k self-assigned this Mar 20, 2024
@dd86k dd86k converted this from a draft issue Mar 20, 2024
@dd86k dd86k added the feature New feature request label Mar 20, 2024
@dd86k dd86k moved this from In Progress to Cancelled in alicedbg 0.4 Mar 20, 2024
@dd86k dd86k removed this from alicedbg 0.4 Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant