Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • KateKate
  • Merge requests
  • !1072

[gdbplugin] show CPU registers for GDB backend.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Héctor Mesa Jiménez requested to merge hectorm/kate:features/gdbplugin-cpu-registers into master Jan 22, 2023
  • Overview 1
  • Commits 2
  • Pipelines 7
  • Changes 6

BUG: 462834

This patch adds a new variable scope for CPU registers in the GDB backend:

  • Unavailable registers are not shown.
  • Values are shown using the raw format.

Changed CPU registers are highlighted if it is supported by the debugger:

  • The Locals View class now can highlight changed variables for both backends, although currently it is only used by GDB in the CPU registers variable scope.
  • The names of the changed registers use a bold font.
  • Added a new capability field in the GDB backend.

Screenshot_20230122_110858

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: features/gdbplugin-cpu-registers