Skip to content

Conversation

@Swatinem
Copy link
Contributor

DemangleOptions now takes explicit flags with support for arguments and return types.

@Swatinem Swatinem requested a review from a team September 30, 2020 10:11
@Swatinem Swatinem force-pushed the ref/demangle-options branch from 0686fb2 to 178df33 Compare October 5, 2020 14:58
@Swatinem
Copy link
Contributor Author

Swatinem commented Oct 5, 2020

I changed the DemangleOptions to have two constructors now, and the Name to have a tri-state for its mangling. Not quite sure about the naming for that however.

@Swatinem Swatinem force-pushed the ref/demangle-options branch from 178df33 to 33177b0 Compare October 13, 2020 11:28
Copy link
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

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

Could you also update BreakpadFunctionIterator to return NameMangling::Unmangled? Breakpad files never contain mangled symbols as per definition.

@Swatinem Swatinem force-pushed the ref/demangle-options branch from 02b0581 to 5a8ec29 Compare October 19, 2020 13:44
@Swatinem
Copy link
Contributor Author

talked with jan: rename argument_types to parameters, and merge it ;-)

@Swatinem Swatinem merged commit e31d1bb into master Oct 30, 2020
@Swatinem Swatinem deleted the ref/demangle-options branch October 30, 2020 10:45
jan-auer added a commit that referenced this pull request Nov 17, 2020
* master: (22 commits)
  fix(debuginfo): Update dmsort to 1.0.1 to avoid panic due to UB (#287)
  ci: Use GHA instead of zeus (#286)
  ref: Introduce explicit NameMangling and better DemangleOptions (#275)
  meta: Bump all semver-major dependencies (#283)
  feat(demangle): Update swift demangler to 5.3 (#282)
  ref: Add File/FunctionIterator and lifetimes to DebugSession (#279)
  fix: Implement new clippy advice (#280)
  fix: Add a SymbolIterator and Lifetimes to ObjectLike trait (#277)
  ci: Switch to GitHub Actions (#273)
  ref: Introduce feature flags for demangling languages (#274)
  ref(common): Change InstructionInfo setters to Option (#272)
  ref: Remove all deprecated items (#271)
  ref: Replace failure with std::error::Error (#264)
  ref: Remove deprecated proguard support (#267)
  build: Reorganize the workspace (#266)
  build(unreal): Rename with-serde to serde (#265)
  fix(debuginfo): Detect mangled anonymous namespaces in PDB inlinees (#261)
  release: 7.5.0
  meta: Update changelog for 7.5.0
  feat: Unsafe transmute for PDB symbols (#258)
  ...
jan-auer added a commit that referenced this pull request Dec 22, 2020
* master: (21 commits)
  fix: New nightly clippy lint (#295)
  fix(release): Do not publish examples to crates.io
  release: 8.0.0
  ref(debuginfo): Remove re-exports of error types (#300)
  meta: Update changelog
  ref(debuginfo): Switch to error with kind (#299)
  ref(minidump): Switch to error with kind (#298)
  ref(unreal): Switch to error with kind (#297)
  ref(symcache): Switch to error with kind (#296)
  feat: Rename architecture to wasm32 (#294)
  fix(debuginfo): Prefer DWARF names for Dart functions (#293)
  fix: clippy (#292)
  hack(dwarf): Skip line program sequences at 0 (#291)
  feat(wasm): support for wasm (#166)
  ci: Run rust nighlty on a schedule (#289)
  ref: Updates for rust 1.48 (#288)
  fix(debuginfo): Update dmsort to 1.0.1 to avoid panic due to UB (#287)
  ci: Use GHA instead of zeus (#286)
  ref: Introduce explicit NameMangling and better DemangleOptions (#275)
  meta: Bump all semver-major dependencies (#283)
  ...
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.

4 participants