record-btrace: make ranges include begin and end
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 51f1c41bcb35920ef7af28c1699f7abee802e26b..d0f2f71ac9ecccce62c426d0151722a53e711706 100644 (file)
@@ -6465,7 +6465,7 @@ Disassembles ten more instructions before the last disassembly.
 @item record instruction-history @var{begin} @var{end}
 Disassembles instructions beginning with instruction number
 @var{begin} until instruction number @var{end}.  The instruction
-number @var{end} is not included.
+number @var{end} is included.
 @end table
 
 This command may not be available for all recording methods.
@@ -6536,8 +6536,7 @@ Prints ten more functions before the last ten-line print.
 
 @item record function-call-history @var{begin} @var{end}
 Prints functions beginning with function number @var{begin} until
-function number @var{end}.  The function number @var{end} is not
-included.
+function number @var{end}.  The function number @var{end} is included.
 @end table
 
 This command may not be available for all recording methods.
This page took 0.037643 seconds and 4 git commands to generate.