Summary: | Add a "CPU Registers" tool view | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Thiago Martins <tcmartins> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | felix.claudio, niko.sams, peter.fors, vlas.puhov |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 4.2.0 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/ddc0281ff66b13022f37700da80f3578b74cabc6 | Version Fixed In: | |
Sentry Crash Report: |
Description
Thiago Martins
2011-05-12 21:51:55 UTC
I think that would be a nice addition to Kdevelop as well! Thanks for bringing it up! I'm already working on it. That's great to hear Vlas! Since CMake enables easier cross-compilation and it is so well integrated into kdevelop I also use it for debugging software on ARM processors too, but it is really annoying having to type on gdb command line when we could have the registers at view all the time on the IDE. Does your plugin or extension to show the CPU registers parse GDB output so it gets the registers content for any platform being debugged or is it x86 specific? I think I can add support of ARM registers too (at least r0-r15, maybe even cpsr and s0-s31). Git commit ddc0281ff66b13022f37700da80f3578b74cabc6 by Vlas Puhov. Committed on 22/09/2013 at 12:15. Pushed by vpuhov into branch 'master'. Merge branch 'RegistersToolView' REVIEW: 112039 http://commits.kde.org/kdevelop/ddc0281ff66b13022f37700da80f3578b74cabc6 |