aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lessons/Lesson_42/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lessons/Lesson_42/README.md b/Lessons/Lesson_42/README.md
index 9e7474f..8cbf5a0 100644
--- a/Lessons/Lesson_42/README.md
+++ b/Lessons/Lesson_42/README.md
@@ -392,6 +392,11 @@ You can even do it in one command:
0x6d02098: u"PciRoot(0x0)/Pci(0x2,0x0)"
```
+Sometimes printed data can be so long, that the gdb wouldn't print it completely. In this case you can drop print character limit with the following command:
+```
+(gdb) set print elements 0
+```
+
# Minimal Tmux cheatsheet
- `Ctrl+b` and `up/down/left/right` - switch between panes