forked from OSchip/llvm-project
parent
9dbc57436b
commit
2a0e663fbd
|
@ -939,7 +939,7 @@ public:
|
|||
SetHelpLong(
|
||||
"Examples: \n\
|
||||
\n\
|
||||
watchpoint set variable -w read_wriate my_global_var \n\
|
||||
watchpoint set variable -w read_write my_global_var \n\
|
||||
# Watch my_global_var for read/write access, with the region to watch corresponding to the byte size of the data type.\n");
|
||||
|
||||
CommandArgumentEntry arg;
|
||||
|
|
Loading…
Reference in New Issue