Skip to content

Commit 56379a4

Browse files
author
Rik
committed
maint: Visual cleanup of gdbinit.
* gdbinit: Add line of '#' to divide useful macros from gdb settings. Remove newline before "## Display Octave debugging stack".
1 parent 4087c2c commit 56379a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
set print thread-events off
3131

32+
############################################################
3233
## Helpful macros for debugging Octave.
3334

3435
## Programming Note: Don't strip the trailing space from the lines that
@@ -107,7 +108,6 @@ of ordinary Octave arrays.
107108
end
108109

109110
############################################################
110-
111111
## Display Octave debugging stack
112112

113113
define show-octave-dbstack

0 commit comments

Comments
 (0)