[PATCH 05/13] scripts/gdb: Add read_u16/32/64 helpers

2012-11-05 Thread Jan Kiszka
Add helpers for reading integers from target memory buffers. Required when caching the memory access is more efficient than reading individual values via gdb. Signed-off-by: Jan Kiszka --- scripts/gdb/utils.py | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --g

[PATCH 05/13] scripts/gdb: Add read_u16/32/64 helpers

2012-10-03 Thread Jan Kiszka
From: Jan Kiszka Add helpers for reading integers from target memory buffers. Required when caching the memory access is more efficient than reading individual values via gdb. Signed-off-by: Jan Kiszka --- scripts/gdb/utils.py | 18 ++ 1 files changed, 18 insertions(+), 0 del