diff options
author | hjk <[email protected]> | 2010-03-23 14:48:07 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-03-23 14:48:32 +0100 |
commit | 59af793953a8d80aa7e893121e71abac6f0ba132 (patch) | |
tree | a3db8e0c68214700f51018876e86c087c220eb53 /src/plugins/debugger/watchutils.cpp | |
parent | a080b8df662e1a6b41bddb9cf54622a5385aaa9b (diff) |
debugger: polish address display. also remove the mostly unused 'stored' address
Diffstat (limited to 'src/plugins/debugger/watchutils.cpp')
-rw-r--r-- | src/plugins/debugger/watchutils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchutils.cpp b/src/plugins/debugger/watchutils.cpp index bcb17050fee..a25568dcec0 100644 --- a/src/plugins/debugger/watchutils.cpp +++ b/src/plugins/debugger/watchutils.cpp @@ -1478,7 +1478,6 @@ static void gbdMiToWatchData(const GdbMi &root, if (gdbMiGetByteArrayValue(&b, root, "exp")) w.exp = b; gdbMiGetByteArrayValue(&w.addr, root, "addr"); - gdbMiGetByteArrayValue(&w.saddr, root, "saddr"); gdbMiGetBoolValue(&w.valueEnabled, root, "valueenabled"); gdbMiGetBoolValue(&w.valueEditable, root, "valueeditable"); if (gdbMiGetStringValue(&v, root, "valuetooltip", "valuetooltipencoded")) |