From aeb813ac73c84fe2a6e8b87be429e661c08e5cae Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sun, 20 Mar 2022 00:05:52 +0300 Subject: Add command to drop GDB print character limit Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_42/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-18-g5258