forked from OSchip/llvm-project
Fix a typo in lldb-gdb-remote.txt.
Test Plan: None. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D6342 llvm-svn: 222440
This commit is contained in:
parent
2f3b3f3182
commit
e5f27decf9
|
@ -988,7 +988,7 @@ for this region.
|
||||||
// "O<ascii-hex-string>"
|
// "O<ascii-hex-string>"
|
||||||
// "O" means STDOUT has data that was written to its console and is
|
// "O" means STDOUT has data that was written to its console and is
|
||||||
// being delivered to the debugger. This packet happens asynchronously
|
// being delivered to the debugger. This packet happens asynchronously
|
||||||
// and the debugger is expected to continue to way for another stop reply
|
// and the debugger is expected to continue to wait for another stop reply
|
||||||
// packet.
|
// packet.
|
||||||
//
|
//
|
||||||
// LLDB EXTENSIONS
|
// LLDB EXTENSIONS
|
||||||
|
|
Loading…
Reference in New Issue