From 0232bcc108873aa829bc4ef2dc73f9450fb05cf8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 7 Nov 2022 00:12:41 +0100 Subject: notes/gdb: prettier tables --- _notes/gdb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_notes/gdb.md') diff --git a/_notes/gdb.md b/_notes/gdb.md index 5e649ea..6ca5a28 100644 --- a/_notes/gdb.md +++ b/_notes/gdb.md @@ -28,7 +28,7 @@ Core dumps | List dumps | `coredumpctl` | Debug the last dump | `coredumpctl gdb` | Extract the last dump | `coredumpctl dump -o core` - {: .table .table-bordered .table-condensed } + {: .table .table-bordered } .gdbinit @@ -63,7 +63,7 @@ Basics | Step over line | `n` | Step over instruction | `si` | Step out of frame | `fin` -{: .table .table-bordered .table-condensed } +{: .table .table-bordered } @@ -87,7 +87,7 @@ Data inspection | Disassemble all code sections | `objdump -d /proc/self/exe` | Disassemble a single section | `objdump -d -j .init /proc/self/exe` | Display the section contents | `objdump -s -j .data /proc/self/exe` -{: .table .table-bordered .table-condensed } +{: .table .table-bordered } -- cgit v1.2.3