Skip to content

Commit 02d8827

Browse files
committed
[lldb] update thread jump documentation.
1 parent 155eac7 commit 02d8827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/Commands/Options.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,8 @@ let Command = "thread jump" in {
11361136
def thread_jump_line : Option<"line", "l">, Group<1>, Arg<"LineNum">,
11371137
Required, Desc<"Specifies the line number to jump to.">;
11381138
def thread_jump_by : Option<"by", "b">, Group<2>, Arg<"Offset">, Required,
1139-
Desc<"Jumps by a relative line offset from the current line.">;
1139+
Desc<"Jumps by a relative line offset from the current line,"
1140+
"can be a positive or negative offset">;
11401141
def thread_jump_address : Option<"address", "a">, Group<3>,
11411142
Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;
11421143
def thread_jump_force : Option<"force", "r">, Groups<[1,2,3]>,

0 commit comments

Comments
 (0)