aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index e9bb716a091..b2395e9e3c9 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -158,7 +158,7 @@ end
158 158
159define xstring 159define xstring
160print (struct Lisp_String *) (($ & $valmask) | gdb_data_seg_bits) 160print (struct Lisp_String *) (($ & $valmask) | gdb_data_seg_bits)
161output ($->size > 1000) ? 0 : ($->data[0])@($->size) 161output ($->size > 1000) ? 0 : ($->data[0])@($->size_byte)
162echo \n 162echo \n
163end 163end
164document xstring 164document xstring