From 882999e591ece292d5ddbc87020ba70b3d2d1658 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Wed, 8 May 2024 22:52:46 -0500 Subject: workspace --- .gdb_history | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gdb_history (limited to '.gdb_history') diff --git a/.gdb_history b/.gdb_history new file mode 100644 index 0000000..2f823ae --- /dev/null +++ b/.gdb_history @@ -0,0 +1,14 @@ +quit +break main.c:11 +run +image +print image +print image.data +print image.data[0] +print image.data +x image.data +x *image.data +x *=image.data +print image +context +quit -- cgit v1.2.3