Skip to content

GitLab

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • FPC Source FPC Source
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,261
    • Issues 1,261
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • FPC
  • FPC SourceFPC Source
  • Issues
  • #35571
Closed
Open
Created May 12, 2019 by FPC Admin account@fpc_adminOwner

Missing debug info (dwarf-2/3) for resourcestring

Original Reporter info from Mantis: Martin @martin_frb
  • Reporter name: Martin Friebe

Description:

resourcestring
  r = 'AB129';
  ru = UnicodeString('ab123');

generates debug info (dwarf) like 
 <1><842>: Abbrev Number: 4 (DW_TAG_variable)
    <843>   DW_AT_name        : R	
    <845>   DW_AT_const_value : 	
 <1><846>: Abbrev Number: 4 (DW_TAG_variable)
    <847>   DW_AT_name        : RU	
    <84a>   DW_AT_const_value : 	

No type, and no data.

Also: Should a resourcestring be DW_AT_const_value ?
It can be translated, and therefore change value.

Mantis conversion info:

  • Mantis ID: 35571
  • OS: win 10
  • OS Build: 10
  • Platform: 64bit Intel
  • Version: 3.3.1
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking