Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slides: common: fix gdb command example
GDB slides currently mention conditional breakpoints/watchpoints with "condition == variable", which should either be just "condition" or "somevar == variable". Use the first one. Signed-off-by: Alexis Lothoré <[email protected]>
- Loading branch information