Skip to content

Commit 34a7f80

Browse files
authored
Update README.md
1 parent d947a79 commit 34a7f80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ debug-until [<starting breakpoint>] [--args=<inferior args>] [<--step-in>]
3131
[--file-created=<file>]
3232
[--file-deleted=<file>]
3333
[--var-eq=<variable>:<expected value>]]
34+
[--end=<ending breakpoint>]
3435
```
3536

3637
### Some usage remarks:
@@ -55,3 +56,5 @@ debug-until main --args="" --var-eq="my_var:10"
5556
inside GDB.
5657

5758
So, the command above will create a breakpoint in 'main' function, run the inferior program without arguments and wait until the variable, called 'my_var', will contain value 10. 'Debug-until' will iterate through each line of your code and report to you, when the condition will return true.
59+
60+
Some more examples can be found at [examples.md](https://github.com/Viaceslavus/gdb-debug-until/blob/master/examples.md)

0 commit comments

Comments
 (0)