Summary: | Display memory contents at certain memory address | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Mihai <mihai.stanescu> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 4.1.0 | ||
Target Milestone: | 4.1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/a5dc55770165d2ab0a0cec6660cbad1b5d1cf61f | Version Fixed In: | |
Sentry Crash Report: |
Description
Mihai
2010-11-04 13:14:33 UTC
kdevelop master has a disassemble toolview that can do this to my knowledge. can someone confirm? To clarify this. I am not interested in code disassembly. I want to view memory contents. Git commit a5dc55770165d2ab0a0cec6660cbad1b5d1cf61f by Niko Sams, on behalf of Ben Wagner. Committed on 08/02/2013 at 00:00. Pushed by nsams into branch 'master'. Improve and re-enable memory tool view. REVIEW: 104574 Related: bug 172621 M +1 -1 debuggers/gdb/CMakeLists.txt M +5 -20 debuggers/gdb/debuggerplugin.cpp M +2 -4 debuggers/gdb/debuggerplugin.h M +218 -200 debuggers/gdb/memviewdlg.cpp M +9 -13 debuggers/gdb/memviewdlg.h http://commits.kde.org/kdevelop/a5dc55770165d2ab0a0cec6660cbad1b5d1cf61f |